PHP generated website skeleton

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!

Moderator: General Moderators

Post Reply
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP generated website skeleton

Post by Christopher »

The biggest problem is that you are using an unsanitized $_GET['page'] in you script, so you site is hackable. Also, why are you using .txt extensions instead of .html?
(#10850)
Post Reply