View Single Post
Old 08-20-2009, 02:46 PM   #8 (permalink)
tearsofthesun
The Wanderer
 
Join Date: Aug 2009
Posts: 15
Thanks: 11
tearsofthesun is on a distinguished road
Default

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
PHP Code:
id '$id' 
it does. kinda weird and i've been working on this since yesterday lol :(
tearsofthesun is offline  
Reply With Quote