September 27, 2008

How do I make a website with php and mysql?

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: , ,

Filed under Other - Internet by administrator

Permalink Print

Comments on How do I make a website with php and mysql?

October 1, 2008

hubby2debbie @ 10:24 am

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.

October 3, 2008

B1t Hunt3r @ 12:00 am

U should use some sort of portal eg. Joomla, portals makes life easier.
or Check these site:
-
-…
-
-

October 5, 2008

Simon @ 8:31 pm

I discovered this great website that my help you out.

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

Hope this helps!