jk11uk Posted May 20, 2008 Share Posted May 20, 2008 How do you check a server response? Eg. i input a web address and it tells me weather this is a 404 error, 500, 301 etc etc thanks in advance! Link to comment https://forums.phpfreaks.com/topic/106446-php-server-response-check/ Share on other sites More sharing options...
bilis_money Posted May 20, 2008 Share Posted May 20, 2008 goto to the CONTROL PANEL of your website. and find the settings that control this. Link to comment https://forums.phpfreaks.com/topic/106446-php-server-response-check/#findComment-545603 Share on other sites More sharing options...
rhodesa Posted May 20, 2008 Share Posted May 20, 2008 Well, in a browser, you can use something like Firebug (Firefox plugin). With PHP, you can use cURL to make the request and read the values from curl_getinfo() Link to comment https://forums.phpfreaks.com/topic/106446-php-server-response-check/#findComment-545604 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.