Re: [PHP] Post variables getting lost

2003-10-27 Thread Eugene Lee
On Mon, Oct 27, 2003 at 03:00:32AM -0200, Joao Andrade wrote: : : Hey people, : : Something odd is happening :) I've this form on a page: : : form method=post action=\basics\quotation-add Backslashes are allowed? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Post variables getting lost

2003-10-27 Thread Chris Shiflett
--- Joao Andrade [EMAIL PROTECTED] wrote: form method=post action=\basics\quotation-add Windowsitis? Mind your slashes. Also, you should quote HTML attributes (though this isn't your problem). So, try this: form action=/basics/quotation-add method=post tdinput type=text size=30

[PHP] Post variables getting lost

2003-10-26 Thread Joao Andrade
Hey people, Something odd is happening :) I've this form on a page: form method=post action=\basics\quotation-add table tr thAuthor tdinput type=text size=30 name=author_name /tr tr thNew Category tdinput type=text size=30 name=new /tr tr thCategory tdselect name=category ?php

Re: [PHP] Post variables getting lost

2003-10-26 Thread Binay
:30 AM Subject: [PHP] Post variables getting lost Hey people, Something odd is happening :) I've this form on a page: form method=post action=\basics\quotation-add table tr thAuthor tdinput type=text size=30 name=author_name /tr tr thNew Category tdinput type=text size