|
Okay, thanks, also will I be able to use this like without reloading the page?
You should note, however, that having an open include like that is EXTREMELY unsafe. Let's say you want someone to put in:
blah.php?page=about.html
And you have a file called config.php in the same directory, a person could put in:
blah.php?page=config.php
And get all the information from that page. Make sure you sanitize your inputs.
__________________
█ MY MSN: Sith717@Hotmail.com
█ PHP, HTML, and CSS Coding, Logo and Web Design - Professionally done.
█ PM me anytime for HTML, PHP or web design help. I will be glad to help you out.
|