$_GET help
Posted: Mon Mar 14, 2005 1:29 am
i am attaching this code to a link...
but during runtime, when i move the mouse over the link.....this is what i get
this is my db query
what should i do?
feyd | Please use
Code: Select all
?mode=edit&post=$_GETї'the post id']under the post id it doesnt display the right post id of the link...editreport.php?mode=edit&post=$_GET['the post id']
this is my db query
what should i do?
Code: Select all
$query = "SELECT userID, postID FROM posts WHERE userID='$uid' AND postID='$id'";
$result = @mysql_query($query) or die(mysql_error());feyd | Please use
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]