Hello
I am try to call my php using a like. I have my server path ok but still I get broswer error 404
here is my link
<a href=\"mem/dir/dir.php?pass=1\">
OOzy
Is that code snippet in HTML or embedded in PHP?
If it's HTML, change it to
<a href="mem/dir/dir.php?pass=1">Click</a>
(note the removal of the escaping slashes)