[PHP] Permenant Page Generation

2003-02-08 Thread Mecca
I would like to create two pages using the fwrite() and fopen() variables...btw I am a newbie: One form page to enter information. I've done that and used the same format as a typical html page. method=post action=submit.php I want the second page to show the information was submitted and

[PHP] Permenant Page Generation

2003-02-08 Thread msmecca
I would like to create two pages using the fwrite() and fopen() variables...btw I am a newbie I don't know where to start: One form page to enter information. I've done that and used the same format as a typical html page. method=post action=submit.php I want the second page to show the

Re: [PHP] Permenant Page Generation

2003-02-08 Thread Jason Sheets
Hello msmecca, I would suggest reading the PHP tutorials and then taking a look at the PHP manual. If you want to save and display the same page you can use output buffering to capture the html output of your script. If you are just starting with PHP I would recommend reading tutorials or

RE: [PHP] Permenant Page Generation

2003-02-08 Thread John W. Holmes
I would like to create two pages using the fwrite() and fopen() variables...btw I am a newbie: One form page to enter information. I've done that and used the same format as a typical html page. method=post action=submit.php I want the second page to show the information was submitted and

[PHP] Permenant Page Generation

2003-02-07 Thread Mecca
I would like to create two pages: One form page to enter information. I've done that and used the same format as a typical html page. method=post action=submit.php I want the second page to show the information was submitted and have the information create a permenant html page named after

[PHP] Permenant Page Generation

2003-02-07 Thread Mecca
I would like to create two pages: One form page to enter information. I've done that and used the same format as a typical html page. method=post action=submit.php I want the second page to show the information was submitted and have the information create a permenant html page named after

RE: [PHP] Permenant Page Generation

2003-02-07 Thread John W. Holmes
I would like to create two pages: One form page to enter information. I've done that and used the same format as a typical html page. method=post action=submit.php I want the second page to show the information was submitted and have the information create a permenant html page named