Hi everyone ...
I've been trying to figure out how to do this ...
I need to detect the url of a website : http://www.mysite.com and if it equals this url echo an image !
Any ideas ?
Capt E :bemused:
here's the code if some of you need it !
<?php $url="<script language='Javascript'>document.write(document.location);</script>\n"; ?> <? echo $url; ?>
Capt E ! 😉