View Single Post
  #8  
Old 10-18-2007, 04:48 PM
navaldesign's Avatar
navaldesign navaldesign is offline
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,292
Default Re: Creating a registration page with php and mysql

Quote:
Originally Posted by Phoubers View Post
Oh wait hold on a sec, i just received an error.

if(isset(POST['submit'])) {

shouldnt that be

if(isset($_POST['submit'])) { CORRECT

When i changed that everything seemed fine, so i tested the page and on submit it told me No database selected..
and this is my connection

$con = mysql_connect("localhost", "username, "password") or die(Mysql_error());
$datebase1 = "qczjsy_users"; // Add the ""
mysql_select_db($database1, $con) or die(mysql_error());
Hope this helps
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Reply With Quote