i am currently using php 5.1 and apache 2.0 on winxp and opera for browser.
i can view info.php.
i installed apache as current user that uses port 8080 and not for all users.
i use http://127.0.0.1:8080/filename.php to run my scripts
if i assign variables inside the php script, they get displayed on the webpage.
however, if i get users to input some information on the webpage, then update the webpage with the info that the user just input earlier, the fields just reset themselves without signs of whatever the users have input.
i get the feeling that this is a problem with some config files (opera.ini, httpd.conf, php.ini)?
Thanks for any help!