I am attempting to gather information from a mysql database where the files_filename field equals PHP_SELF (the current document name):
$query = "select * from files where files_filename = $PHP_SELF";
This isn't working does anyone have any ideas?
Thanks