The problem is that I call $_SERVER['PHP_SELF'] as the post action, and had been using
Code: Select all
If (isset($submit)) {I've been searchning the forums and PHP site all day and can't seem to locate the proper syntax for that under 4.2. I've tried
Code: Select all
If (isset($_POSTї'submit']))Code: Select all
if (isset($_SERVERї'submit']))This newbie would appreciate a steer in the right direction.
Thanks and happy coding!!!