Alain Roger escreveu:
Hi,

let's imaging we have the following thing :

www.mywebsite.com/company/index.php
www.mywebsite.com/company/profile.php
www.mywebsite.com/services/index.php

how can i detect in which address am i ?

for example how to retrieve www.mywebsite.com/services or
www.mywebsite.com/company


There are many methods like using the $_SERVER variable (auto generated)

$_SERVER['REQUEST_URI'] or $_SERVER['SCRIPT_NAME']

Try this and tell us :)

Breno

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to