|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
Hi, I have the attached CMS Widget working PERFECT. I want to have that widget working also in the FORUM, so I copy and paste the code to the forum block (php) but it doest not show any result. Does it works in the same way this direct php execution in Forum as in CMS widgets? Why same widget works on CMS but not in forum php widget? Any idea? PHP Code: ob_start(); require_once('./libros/config.php'); ... (normal query here) while($row = mysql_fetch_array( $words )) { $same = str_replace('-',' ',$row['name']); $ray = SeoString($row['name'],'-'); $output_bits .= ''.$same.', '; } $output = "
ob_end_clean(); </div> __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |