I've been told that PHP_SELF can be used with forms in the action field. Can someone point me to an explanation of how this works? I've searched the net and forums and haven't found anything that makes sense. From what I've gathered, you can use PHP_SELF in the action field and that will display the form if it hasn't already been submitted. I've tried it, but it will display the form and accept data in the form fields, but I want to put that data into a MySQL database. I've done it other ways, but have had to "manually" redisplay the input form. I apologize for the ambiguity of this post, but I'm not sure how to explain it. If anyone can help me out with maybe an example of a form using PHP_HELP that also can submit data to a MySQL database, I'd appreciate it.