sprawdzenie IP komputera

start /uruchom /cmd/ ipconfig

Hope this helps and happy coding :)

Zobacz jeszcze

przekierowania htacces

z bez www na z www RewriteEngine On RewriteCond %{HTTP_HOST} ^adres\.pl$ RewriteRule ^(.*) http://www.adres.pl/$1 z innej strony na inną: RewriteEngine On RewriteCond %{HTTP_HOST}...

pobranie adresu strony

<?php $url='http://'.$_SERVER.$_SERVER; echo $url...