how can i know the server type/OS
for remote server in php ?
i found that
Code: Select all
curl -I hXXp://www.google.comis there another way ?
i use curl like that
Code: Select all
curl_setopt ($ch, CURLOPT_HEADER, 1);but can I show the header
Separate than the site ?