I'm in the process of moving my webpages over to a new webserver (windows xp). So I figured why not install php5 and apache2. I got it all up and working with almost no problems, but when I try to view the php pages (or html pages that I had parsed by php.exe) they refresh automatically like crazy. All they do is select from an odbc source, no updating, or anything very fancy. If the output is greater than 20 lines or so, it goes into this refresh loop, and never fully loads the page.
I'm pretty sure the error is in php because when I comment out this line in my httpd.conf file, I can load normally large html files without problems: AddType application/x-httpd-php .htm .html
I guess the error could be in the odbc source too, but I'm out of ideas... Any tips are greatly appreciated at this point! :queasy:
--scambro