nhojeinnor Posted April 20, 2010 Share Posted April 20, 2010 can sumone help me in php coz when i run my website on localhost with firefox,safari,opera IE. and login. it works. while when i uploaded it thru net. nothing happens when i log in. tnx Quote Link to comment https://forums.phpfreaks.com/topic/199103-browser-compatibility-in-php/ Share on other sites More sharing options...
PFMaBiSmAd Posted April 20, 2010 Share Posted April 20, 2010 Php is a server side scripting language and has nothing to do with the browser. Based on the symptom you have described, your code is not using current recommend php programming practices and is dependent on some out of date php.ini settings. It would take seeing your code for any one in a help forum to be able to begin to guess what your code is doing that is php configuration specific. Quote Link to comment https://forums.phpfreaks.com/topic/199103-browser-compatibility-in-php/#findComment-1045037 Share on other sites More sharing options...
nhojeinnor Posted April 20, 2010 Author Share Posted April 20, 2010 so will i post my php.ini codes here?? or the whole system codes? firefox is the only browser that runs my system on server.. tnx Quote Link to comment https://forums.phpfreaks.com/topic/199103-browser-compatibility-in-php/#findComment-1045038 Share on other sites More sharing options...
nhojeinnor Posted April 20, 2010 Author Share Posted April 20, 2010 pls help me.. i am using OOP in PHP and codeigniter as my framework. my problem is that my system does not support other BROWSER while on server only FIREFOX... while on LOCALHOST. it runs on different browsers.. here's the situation.. on FIREFOX and SERVER. when i LOGIN as a USER.. it automatically redirect the user on the USER PAGE... while on OTHER BROWSERS(IE,SAFARI,OPERA).. when i LOGIN as USER.. it ONLY REFRESHES the PAGE... while ON LOCALHOST.. it runs SMOOTHLY... u said that its on my PHP.INI.. can u guide me?? tnx in advanced.. Quote Link to comment https://forums.phpfreaks.com/topic/199103-browser-compatibility-in-php/#findComment-1045056 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.