Hello, I'm just starting out using PHP and am learning to use forms and stuff. I'm using Dreamweaver and DZSoft PHP editor, the problem I'm having is that they both create temporary files when I preview the results; so I don't know what the filename will be and then can't reference the script in the action part of the HTML.
I think I can use one of the $_SERVER globals to get the script name, the trouble with that is that the form is in HTML and not echoed from PHP. Is there an easy answer, or do I need to convert the HTML form into echo?
Hope this made sense!