php code browser compatanility

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Bala
Forum Newbie
Posts: 1
Joined: Sat May 17, 2003 11:04 pm

php code browser compatanility

Post by Bala »

Hi All,
One of our web application written in php running in RedHat Linux-7..2 with Apache-1.3.27 and php-4.3.1,

I can use/access the application from Mozilla-0.9.2.1, but If I try to access the same
application from higher version of Mozilla(from RH8.0) or IE-5.x form windows, I am getting the blank page, and the status says page loading.

do I need to change php code to work with all type of browsers??, or ido I need to
upgrade the Apache, and php to the latest version, I am new to php, help me to solve
this error??

Thanks,
Bala.
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

It doesn't matter what browser you use (that I know of). Unless you're dealing with cookies (which will save onto the browser), I wouldn't think there would be a problem. I could be wrong.
Image Image
Post Reply