> 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 one of the text
areas
> on the page.


You use fopen() to create a file and fwrite() to write to it...
hopefully you can handle it from there...

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to