08-20-2009, 02:46 PM
|
#8 (permalink)
|
|
The Wanderer
Join Date: Aug 2009
Posts: 15
Thanks: 11
|
well, when i entered
PHP Code:
$id = $_GET['id'];
$queryget = mysql_query("SELECT * FROM comments WHERE id = '$id'");
the comments now doesn't display. but if i take out the
it does. kinda weird and i've been working on this since yesterday lol :(
|
|
|
|