hisham
IS-IT--Management
- Nov 6, 2000
- 194
I use the environment variable $HTTP_REFERER:
$ref= $HTTP_SERVER_VARS['HTTP_REFERER'];
my question: if the value of $ref was i.e. , How can I delete the (/folder/file.html) section of this value to insert only ( in mysql?
$ref= $HTTP_SERVER_VARS['HTTP_REFERER'];
my question: if the value of $ref was i.e. , How can I delete the (/folder/file.html) section of this value to insert only ( in mysql?