Tag: People

php scripts
Atticus asked:


I have a few PHP scripts that I have been working on, but I don’t know much about web design, and I was wondering how to use html to create a basic webpage that has a title and then a few links that take people visiting the site to other pages (I guess they would be subdomains) that would be very simple and show only the output of my php script.

Tags: , ,
php and mysql
thekidzonehome asked:


I am trying to make a website that makes it easy for me to edit the layout, menus etc. and I thought that I might use PHP for the website and use to load the content of each page from the mysql database into the PHP.

But then I thought that I might be able to do it the other way: create each page and load the menus and layout into each PHP page. How do most people do it? Which way is better, and which way should I use?
So should I create a main php page and load the content into it or should I create multiple php pages and load the menus into it?

Tags: , ,
Back to top