Hello,
I am trying to unravel a poorly coded and undocumented php app.
There is are numerous tests along the lines of:
elseif ( isset($save_quote) || isset($login))
If the submit button is a standard submit button, the program will pass the isset test and move along to where it should go <b>but</b> if I change them to image buttons (input type=button src=etc...), the test fails.
Has anyone ever dealt with this and/or can you suggest a work around?
Thanks,
-Andrew