Likes Received By Goodlookinguy
-
ferdousx liked Goodlookinguy's post in the thread if select fails redirect to another apge.
$query = mysql_query("select somecolumn from sometable where someid='$id'"); if (!$query) { header("Location: file.php?do=mainpage");...
Dec 26, 2008