views:

60

answers:

0

Hi, This is a very weird problem. I have an apache server on solaris with php. I wrote two php scripts that return values. Sometimes, when I run the php scripts urls on the same time, the apache server returns the result of one php script to the other php page.

I tried to minimize the problem by write two php script: 1. hello.php - print hello 2. world.php - print world sometimes when i run them on the same time by url, the hello.php return world.

when i'm using html pages it's working just fine so i think the problem is in the php installed on the server.

I'm a flex developer and I thought that the problem is in my flex client application but after I just run the php scripts directly, I see that the problem is in the server itself.

somebody know this problem? thank you very much.