try
echo "\$all_types_list .= \"$all_types_list\";";
there should be a syntax error

Alawi wrote:

what problem I want to use eval in my script but its generate this error : Parse error: parse error, unexpected T_LNUMBER in C:\Projects\phpmag\admin\functions\admin_cont.php(22) : eval()'d code on line 4

Parse error: parse error, unexpected T_LNUMBER in C:\Projects\phpmag\admin\functions\admin_cont.php(22) : eval()'d code on line 4

Parse error: parse error, unexpected T_LNUMBER in C:\Projects\phpmag\admin\functions\admin_cont.php(40) : eval()'d code on line 4

Parse error: parse error, unexpected T_LNUMBER in C:\Projects\phpmag\admin\functions\admin_cont.php(40) : eval()'d code on line 4

Parse error: parse error, unexpected T_LNUMBER in C:\Projects\phpmag\admin\functions\admin_cont.php(40) : eval()'d code on line 4

Parse error: parse error, unexpected T_LNUMBER in 
C:\Projects\phpmag\admin\functions\admin_cont.php(40) : eval()'d code on line 4
A {     font-style : normal;    text-decoration : none;}
this is the cod from line 18

   WHILE (!$ALL_TYPES_RS->EOF) {
              //vars
            extract($ALL_TYPES_RS->fields,EXTR_OVERWRITE);
   //eval
   eval ("\$all_types_list .= \"$all_types_list\";");
   $ALL_TYPES_RS->MoveNext();
   }
$contform = put_sun_in_father("ALL_TYPES", $all_types_list, "contform");




---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, and more




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to