Hey
I want to create a php file in one of my directories with content on it is changed when a user enters certain information through a form. Any idea how do do this?
Ah, and one more question.
I have this in a while loop that creates a button to present the option to change all of the things that are shown. How would I run the check to see if they clicked with the variable in teh name?PHP Code:echo"<INPUT TYPE=\"submit\" name=\"sub".$id."\" value=\"Change\">";
I have
but it isn't working out.PHP Code:if(isset($_POST["sub".$id.""])){
Thanks



- sorry for my english 

Bookmarks