Hi,
I have a DW(Dreamweaver) PHP Form type page that I built to update fields I store in mySQL. Recently added security to the site ( user_auth.php ) and just added the following to the top of my form page
<?php require 'scr.inc.php'; ?>
When I hit the submit button now I return to my user_authy.php rather than remain on the form page and update the database. I suspect it has something to do with PHP_SELF and user in user_auth.php and that I started there.
Please Advise.