Hi,
Whats wrong with my query, i get notces saying its not a valid mysql statement....
$entrys=mysql_query("SELECT * FROM tags WHERE user_id='$user_id' AND approved_tag_flag = 1 ORDER BY date_of_tag");
while($e=mysql_fetch_array($entrys))
{
$page = $e['tag_id'];
$locationforlink = "&tagid=". $e['tag_id'];
}
2007-08-20
01:56:36
·
4 answers
·
asked by
jeff lemon
1
in
Computers & Internet
➔ Programming & Design
it cut off this in the middle:
while($e=mysql_fetch_array ($entrys))
2007-08-20
01:57:09 ·
update #1