Page 1 of 1
How to make php code browser independent
Posted: Mon Feb 05, 2007 12:51 am
by chitrapu
hi everybody,
I have a php code. There is no problem,but it executes correctly only when I use Internet Explorer. It does not work properly when i open it using Firefox or any other browser. Can u please tel me how to make my code browser independent
Posted: Mon Feb 05, 2007 1:04 am
by jmut
that should not be a problem with you php code..but rather html,css etc.
php is server side language...
also be more specific....how do you expect us to help when you don't tell us what is wrong?
doesn't work.....really means nothing.
the code is not working
Posted: Mon Feb 05, 2007 1:12 am
by chitrapu
i mean to say that the form contents are getting submitted when i use IE but its not the case with other browsers
Posted: Mon Feb 05, 2007 2:08 am
by jmut
so I would assume you are using javascript to submit the form.
And javascript is specific for IE.
show some example
Posted: Mon Feb 05, 2007 2:28 am
by onion2k
jmut wrote:And javascript is specific for IE.
That's a very misleading statement. JavaScript can work anywhere if it's written properly.
Posted: Mon Feb 05, 2007 2:32 am
by jmut
onion2k wrote:jmut wrote:And javascript is specific for IE.
That's a very misleading statement. JavaScript can work anywhere if it's written properly.
my bad.. I mean javascript written in this case...is IE dependent
ok so what should i do
Posted: Mon Feb 05, 2007 2:54 am
by chitrapu
ok so what should I do now. I have tried it out many times but the form is not geting submitted when i open it in a non IE browser
Posted: Mon Feb 05, 2007 3:00 am
by Christopher
I think you need to show us some code so we can see way it is not working.
Posted: Mon Feb 05, 2007 4:09 am
by crazytopu
yeah post the code here