I'm building a website in PHP, and I'm new to PHP. I've read that the best way to do it is to have a main file that includes the header.php and footer.php files, then calls a page using if statements and includes. My question is, what do you do for links? Let say I have my main file as...
How come you can't set up Eclipse to run PHP pages the same way you set it up to run JSP? In JSP all I had to do is go into preferences, install the runtime from the list (Apache) and I was good to go. For PHP, I had to download wampserver and have my PHP files in that directory to run them, a...