Posted by Caonex Tue 13th Mar 2007 16:05 - Syntax is PHP - 42 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
Description:
Code to delete Id from database.
Code to delete Id from database.
-
-
-
$link = mysql_connect('mysql283.secureserver.net', 'caonex', 'caonex2007') or die('Could not connect: ' . mysql_error());
-
$query = "Update `Conference` SET Paid='Yes' Where Id = '".$_GET['Id']."'";
-
-
?>
-
PermaLink to this entry https://pastebin.co.uk/11823
Posted by Caonex Tue 13th Mar 2007 16:05 - Syntax is PHP - 42 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0