server type/OS in php ?
Posted: Fri Oct 10, 2008 8:57 am
hello
how can i know the server type/OS
for remote server in php ?
i found that
but no server allow the clients to execute command
is there another way ?
i use curl like that
to show the header
but can I show the header
Separate than the site ?
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 ?