Output to File Instead of Browser
[email protected] (Floyd Resler)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
I have a php file that generates a form. Of course, this displays in the browser. How can I have the form generated from my script but either saved to a file or the output returned to another script? Thanks! Floyd