English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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?

2006-12-28 11:13:00 · 4 answers · asked by thekidzonehome 2 in Computers & Internet Internet

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?

2007-01-04 15:33:13 · update #1

4 answers

I discovered this great website that my help you out.

http://www.moonfruit.com/

Your able to upload your current ebsite into there system, then edit by simply dragging and dropping!

Hope this helps!

2007-01-04 16:59:11 · answer #1 · answered by Anonymous · 0 0

My recommendation is to design it in such a way as to put as small as possible a load on the server. Since php needs to be parsed before it is sent to the browser, it is faster to use straight html for the aspects of content and design that won't be changed.

Use php without sql for things that will change, but don't need to be stored in the database, such as forms processing.

When SQL is used that adds a further step in the processing of the page, and requires more time, so that should only be used when there isn't a faster way to accomplish the same thing.

Webmonkey.com offers some good tutorials on the subject of php and sql, and devshed.com is another very good resource.

Depending on what you are trying to accomplish, there may be a way to adapt work that others have done. opensourcecms.com is a great website that offers a way to preview a wide variety of open source content management systems based on php-sql.

2006-12-28 11:35:42 · answer #2 · answered by hubby2debbie 2 · 0 0

attempt own abode page for Dummies or learn own abode page in 24 hours from Samms Publishing. Amazon has a lot of books, a lot of them used and at astounding expenditures. i'm a internet professional and that i've got in no way offered a clean text textile e book yet..

2016-12-11 17:55:53 · answer #3 · answered by amass 4 · 0 0

U should use some sort of portal eg. Joomla, portals makes life easier.
or Check these site:
- http://www.techiwarehouse.com/
- http://www.php-mysql-tutorial.com/...
- http://www.w3schools.com/
- http://www.hotscripts.com/

2006-12-29 01:50:07 · answer #4 · answered by B1t Hunt3r 5 · 0 0

fedest.com, questions and answers