Hi - I am new to PHP and need some help modifing a script some one gave me. The Script has a submit button, that takes a name and uses it in a funtion, afterwards it writes a table to screen. My first question is what do I need to put in the form action (i.e., '<form action= method="post">) since I am using a funtion on the page with the submit. When the data is displayed does the new page have a name (i.e., newpage.php) or does it keep the origional pages name. I think I need this information so that the user can change the input name and regenerate the page. Thanks you for any help. Ronnie