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!
Im using apache 1.3 does it have any problems with session functions like session_start and session variables.
I checked, it is not passing the session array variables for every isset condition, so I have to called for every isset codntion.
but I dont think two of my hidden forms in this isset conditons are not submitted when It is called thriouhg IE?
what could be worng??
we will never know without looking at your code. php will not mess up in IE because php is browser independent since it is server side and not client side. it is definatly going to be somthing wrong with your javascript. but nobody will be able to help you without seeing your code
SOLVED
it was silly problem
instead of <?$_SERVER['PHP_SELF]?> I gave the name of the file it worked successfully.
dont know what was IE trying to do with tags of php.
thanks for ur response