I just had to reinstall PHP/MySQL/Apache and now when I click on form buttons, the app doesn't execute the buttons command but instead just keeps redisplaying the same page.
I'm running PHP 4.2.3 and Apache 1.3.27.
Any ideas?
Thanks
Jeff...
if you previously had register_globals set to "ON", you may not be passing anything...depending on how your code was written.
just a suggestion..
knelson