Re: [PHP] Evaluating form posts

2004-09-11 Thread Jason Wong
On Sunday 12 September 2004 08:53, PHP Mailing list account wrote: > I had an apache server running with php 5. Now I installed unix on that pc > and apache and php 5. I am using some forms on web pages and get their > values by writing $foo = $_POST["foo"]; > Since I 'upgraded' to unix i am getti

[PHP] Evaluating form posts

2004-09-11 Thread PHP Mailing list account
Hello everyone, I had an apache server running with php 5. Now I installed unix on that pc and apache and php 5. I am using some forms on web pages and get their values by writing $foo = $_POST["foo"]; Since I 'upgraded' to unix i am getting a double backslash for each backslash entered