|
Im getting an error with one of the lines you gave me "$email = mysql_result($result, 0); // $email = what ever the email that was returned from the query, assuming it exists "
The error is : Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 5 in /home/splinter/public_html/gamersport/temp/page.php on line 14
Your email address is:
Also, is this correct?
$id = $_GET['mysql_insert_id()'];
header ("Location: page.php?id=" . urlencode($id));
exit;
Last edited by JoeP; 05-28-2005 at 07:55 AM..
|