Re: [PHP] Creating a webpage from an HTML form via PHP

2005-01-29 Thread Marek Kilimajer
Mike Milligan wrote: I'm have a PHP created HTML form that I want a user to be able to enter data into, then see it as the PHP/HTML will format it, then post it to an HTML file. I've been trying all day to find something similar on your site, but to no avail. I am really new to PHP so I may not ha

Re: [PHP] Creating a webpage from an HTML form via PHP

2005-01-28 Thread Richard Lynch
Mike Milligan wrote: > Richard - > > I tried something like that in the past. Just for S&giggles I tried it > again. > Still doesn't work. It does go through the fwrite() process, but it > doesn't > write the $joined contents, or $joined is being reset to NULL after the > first > submit button is

Re: [PHP] Creating a webpage from an HTML form via PHP

2005-01-28 Thread Mike Milligan
Richard - I tried something like that in the past. Just for S&giggles I tried it again. Still doesn't work. It does go through the fwrite() process, but it doesn't write the $joined contents, or $joined is being reset to NULL after the first submit button is clicked. Any suggestions? Mike --

Re: [PHP] Creating a webpage from an HTML form via PHP

2005-01-28 Thread Richard Lynch
Mike Milligan wrote: > I'm have a PHP created HTML form that I want a user to be able to enter > data > into, then see it as the PHP/HTML will format it, then post it to an HTML > file. > I've been trying all day to find something similar on your site, but to > no > avail. > > I am really new to P