"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
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
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
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