Hi how to know which page user is coming from???
Look for $PHP_REFERER in the manual.
Martin
If the browser entered the page via a link from another URL, then the referring URL will normally be in $HTTP_SERVER_VARS["HTTP_REFERER"]
$HTTP_REFERER
use this <?php $who=getenv(HTTP_REFERER); ?> it will write the uRLof the page where the user came from. if it writes empty array that means the user accesed that page by writting url in to the box of his/hers browser. For any questions you can mail meat msvrtan@kset.org. miro