Re: [PHP] Submitting info from a form to a db

2004-09-15 Thread Stephan Fiedler
Hi Dirk, dirk wrote: Try it with escaped qutation marks (\") This is completely wrong here, because mysql doesn't understand those marks("). The string delimiter in mysql (in sql in general) is ' (http://dev.mysql.com/doc/mysql/en/index.html) Grusz Stephan -- PHP General Mailing List (http://www.

Re: [PHP] Submitting info from a form to a db

2004-09-15 Thread dirk
Try it with escaped qutation marks (\") -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submitting info from a form to a db

2004-09-15 Thread Stephan Fiedler
Hi Logan, 1stly My cristall ball tells me it's an unexpected ";" expected was a ")" here. .md5($_POST['password'])."')"); ---^ 2ndly. Please Submit the error you get. 3rdly. check posted values before inserting them into db. Have a nice day Stephan [oops, 1st time sent it went t

Re: [PHP] Submitting info from a form to a db

2004-09-15 Thread raditha dissanayake
Logan Moore wrote: heres the code, but im getting an error and the error is? This time I dont have a clue whats happening -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload

[PHP] Submitting info from a form to a db

2004-09-15 Thread Logan Moore
heres the code, but im getting an error This time I dont have a clue whats happening -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php