Cato,
Cato Larsen wrote:
> str_replace("'",""",$appearance)
don't forget that the correct html entity for ' is " so let that line be
str_replace("'",""",$appearance)
Markus Bertheau
Cenes Data GmbH
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
Hey Jason!
I got it working thanks to a print SQL command.
But could you give me an example on how to use htmlspecialchars() in my
case?
What would this line become? $appearance =
str_replace("'",""",$appearance)
Best regards Cato
http://www.oia.f2s.com
--
PHP Database Mailing List (http:
- Original Message -
From: Cato Larsen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 4:54 PM
Subject: [PHP-DB] Update info from form to MySQL. No error but no Update
> Hi!
> I've set up a form that allows members to update they
Hi!
I've set up a form that allows members to update they'r profile when they
wish.
After much debugging I got it working without any errors. The problem though
was that it won't update the info in the MySQL database.
Any ideas what I may be doing wrong?
Cato
Some source:
mailto:[EMAIL PROTEC