PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
HI all
I need to make customize page to catch any not found page 404.php, I need to url of the page that not found
Ex: my site is http://www.mysite.com/page.php , and the user type http://www.mysite.com/pagg.php
I need to know that the user call pagg.php
I try this code but did not give write result