Forum Moderators: DixonJones
Using PHP is it possible to find out which URL the visitor is using?
taken from php.net online manual:
prototype:
string gethostbyaddr ( string ip_address)
example:
$r_hostname = gethostbyaddr($REMOTE_ADDR);
The PHP Manual has other related functions that should solve all your problems...experiment a little...
hope this helps :)
BTW welcome to wmw pipeline.