RE: Write from form to DB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]
> $query = "INSERT INTO user (name,password) VALUES
> ("'.$username.'","'.$password.'") ";
> 
> Try that... should work. your query syntax is mangled.
> 

Backwards on your quotes Jay.  Go home and get some sleep. ;)
[/snip]

Damn these corporate mergers!

Corrected query

$query = "INSERT INTO user (name,password) VALUES
('".$username."','".$password."') ";

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux