Re: [PHP-DB] How to redirect a user to main page once I capturehisinfo in a form?

2001-04-18 Thread Morgan Tocker
Try using just HTML Logging in... Hope this helps, Morgan Tocker. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] Variable Variables in PHP

2001-06-27 Thread Morgan Tocker
change $name1 and $email1 into - ## for all $name.$x values do this.. $sql = "UPDATE name_and_email SET name = '$name1', email = '$email1' WHERE id = '$id'"; Many thanks if someone can help, Morgan Tocker. -- PHP Database Mailing List (http://www.php.net/)