Re: [PHP] Post variables getting lost

2003-10-27 Thread Chris Shiflett
--- Joao Andrade <[EMAIL PROTECTED]> wrote: > Windowsitis? Mind your slashes. Also, you should quote HTML attributes (though this isn't your problem). So, try this: > [snip] > Same thing here. Quote your attributes. Hope that helps. Chris = My Blog http://shiflett.org/ HTTP D

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: : : Backslashes are allowed? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Post variables getting lost

2003-10-26 Thread Binay
IL PROTECTED]> Sent: Monday, October 27, 2003 10:30 AM Subject: [PHP] Post variables getting lost > > Hey people, > > Something odd is happening :) I've this form on a page: > > > > > > Author > > > > New Category > >

[PHP] Post variables getting lost

2003-10-26 Thread Joao Andrade
Hey people, Something odd is happening :) I've this form on a page: Author New Category Category ".$cat ; //and place it in the select $lincat = mysql_fetch_row ($categorias);# pega uma linha } ?> Quotation And then I have in quotation