Posted by lorento on 02/13/07 04:23
Please note you must escape the ' character using addslashes() or
mysql_real_escape_string() if your server turn off the magic quote.
--
http://www.mastervb.net/phpbooks -- Best PHP Books
http://anagram.mastervb.net -- Anagram Generator
On Feb 5, 5:58 pm, "peter" <sub...@flexiwebhost.com> wrote:
> > Sometimes you are blindfoldet. Just after I send the posting off it fell
> > of
> > my eyes. the line should be
>
> > $query="UPDATE TelefonEmail SET Haus='$haus', Handy='$handy' WHERE
> > Nr=$nr";
>
> Just a note, in future it might be worth using mysql_error() this would have
> pointed to the error.
[Back to original message]
|