Re: [PHP-WIN] php won't "process" forms anymore

2002-05-05 Thread Steve Yates
"Toby z" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > the book > only talks bout writting a string to a file ... while > i have multiple stingz to b saved Use fwrite() twice. http://www.php.net/manual/en/function.fwrite.php - Steve Yates - Sex is n

Re: [PHP-WIN] php won't "process" forms anymore

2002-05-01 Thread toby z
hi im having the same problem i have even tried re-writting all the tags but it still doesnt work secondly i have to save the inputs from the form fields in a ".xml" file i did that in asp ... i dont know how to get about it in php the book only talks bout writting a

Re: [PHP-WIN] php won't "process" forms anymore

2002-05-01 Thread Rubén Gutiérrez
On Wed, 1 May 2002 09:19:27 +0200 "Erik" <[EMAIL PROTECTED]> wrote: > hi, > > when i have a page tht handles forms with php it doesn't work i don't get > any error message it just shows me the same page over and over again i even > added > error_reporting(15); at the top of the script no luck w

Re: [PHP-WIN] php won't "process" forms anymore

2002-05-01 Thread Mike Flynn
You need to do more work debugging the issue before asking your question here. 1. Is the form in the same .php file as the form handling? 2. What does the source code for the form handler page look like when you submit the form? 3. What is your code? -Mike At 09:19 AM 5/1/2002 +0200, Erik wrote