oh_boy123 Posted June 28, 2010 Share Posted June 28, 2010 hi, My question is, Is there a way to configure php.ini to allow javascript to detect flash? if yes how? this is for a movie in my web. thanks. Quote Link to comment https://forums.phpfreaks.com/topic/206044-about-phpini/ Share on other sites More sharing options...
trq Posted June 28, 2010 Share Posted June 28, 2010 Javascript executes on the client while php executes on the server. They have little to do with each other and php's settings have no effect on Javascript at all. Quote Link to comment https://forums.phpfreaks.com/topic/206044-about-phpini/#findComment-1078115 Share on other sites More sharing options...
oh_boy123 Posted June 28, 2010 Author Share Posted June 28, 2010 okok thanks, so myabe i just search for it in javascript another question is, i have just uploaded my php.ini on the server. Will it work without including (include()) it on some of your files? cause all i did to it is just upload it. so if i have uploaded it, is that all that i must do? thanks.. Quote Link to comment https://forums.phpfreaks.com/topic/206044-about-phpini/#findComment-1078118 Share on other sites More sharing options...
trq Posted June 28, 2010 Share Posted June 28, 2010 This completely depends upon how your host has configured php. If it has been installed as an Apache module you cannot use a local php.ini, if its CGI you may be able to. Generally though, the php.ini is controlled & maintained by your server administrator. Quote Link to comment https://forums.phpfreaks.com/topic/206044-about-phpini/#findComment-1078130 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.