PHP and Windows 98 problem

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
iainfreestone
Forum Newbie
Posts: 4
Joined: Sun Sep 23, 2007 2:08 pm

PHP and Windows 98 problem

Post by iainfreestone »

I have a flash based desktop application which uses Flash remoting to access the server. It has two servers that is accesses a PHP Server (v.4.3) and a Coldfusion Server (V7).

Everything works fine on Windows XP and Windows Vista which is good. So I have been testing on Older operating systems. Starting with Windows 98. Which when I started testing did not work.

So I cut every thing down an created a simple app that returns a string to my application, the Coldfusion server returns a value but the PHP server will not return any thing.

Does any body know why this might be??

Cheers
Post Reply