Re: [PHP-WIN] Re: strange caracters

2006-03-27 Thread Armando
If your site is through a web hosting service, most hosts automatically precede certain characters (",' etc.) with backslahes on a form submission. The characters you pointed out are often used as delimiters so if your form submission is intended to write to a database, these characters should

[PHP-WIN] Re: strange caracters

2006-03-27 Thread Karuna
What's do you mean they're incorrect? Are they preceded by a slash? Google for "php sql injection" and it'll help you fix it :) There's also a detailed overview of this in the php manual under the mysql_ entries. ""christian tischler"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Re: [PHP-WIN] strange caracters

2006-03-27 Thread uros marolt
DO you have same charset on your website and in the database?? On 3/27/06, christian tischler <[EMAIL PROTECTED]> wrote: > help please. > > probably something very simple, but not for me. > > when i use an online form on my website to add some text to my access > database it saves certain caracter

[PHP-WIN] strange caracters

2006-03-27 Thread christian tischler
help please. probably something very simple, but not for me. when i use an online form on my website to add some text to my access database it saves certain caracters incorrectly (like ",'...) please point me in the right direction. christian -- PHP Windows Mailing List (http://www.php.net/

[PHP-WIN] Re: php and MS access memo fields

2006-03-27 Thread christian tischler
found the problem: In case someone wants to know. I used Text as the column header - not a good idea. Changed it to Text1 and everything works fine now. Christian -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php