john_6767 Posted June 24, 2007 Share Posted June 24, 2007 Is there anyway i can go to a website and see if its server supports php & mysql? Link to comment https://forums.phpfreaks.com/topic/56906-solved-how-to-tell-if-a-websites-server-supports-phpmysql/ Share on other sites More sharing options...
aim25 Posted June 24, 2007 Share Posted June 24, 2007 Well i guess you can if you look at what the file types are, and usually when you can sign up and input info, it most likely has an sql database. But i don't think theres a sure way to know unless you ask the owner. Link to comment https://forums.phpfreaks.com/topic/56906-solved-how-to-tell-if-a-websites-server-supports-phpmysql/#findComment-281134 Share on other sites More sharing options...
AndyB Posted June 24, 2007 Share Posted June 24, 2007 http://uptime.netcraft.com/up/graph will provide some detail. Link to comment https://forums.phpfreaks.com/topic/56906-solved-how-to-tell-if-a-websites-server-supports-phpmysql/#findComment-281135 Share on other sites More sharing options...
HoTDaWg Posted June 24, 2007 Share Posted June 24, 2007 at the risk of insulting you, there is always the classic: <?php //begin file test.php, if this doesnt work, you know for sure that you dont have php installed phpinfo(); ?> HoTDaWg Link to comment https://forums.phpfreaks.com/topic/56906-solved-how-to-tell-if-a-websites-server-supports-phpmysql/#findComment-281136 Share on other sites More sharing options...
john_6767 Posted June 24, 2007 Author Share Posted June 24, 2007 AndyB - Thanks HoTDaWg - yeh i don't have accesss to the site, cheers though! Link to comment https://forums.phpfreaks.com/topic/56906-solved-how-to-tell-if-a-websites-server-supports-phpmysql/#findComment-281148 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.