Posted by Bob Bedford on 05/10/07 15:33
HI all,
Weird problem....
in the file queries.inc.php I've this:
$query = 'select * from list where content = '.$idcontent;
I've this code in my page:
$idcontent = 15;
require_once("queries.inc.php");
The query fails: when I do echo the query I've:
select * from list where content =
The $idcontent isn't set in the include...why ? how to fix it ?
Navigation:
[Reply to this message]
|