March 6, 2009

What sort of PHP templates are available for displaying MySQL?

mysql
Bert P asked:


I have a MySQL database and a website. I want to create a form to log in, whereby then users can add to the database, and also view the stored information in a table.

Is there a PHP template I could use? Writing it by myself seems like a colossal task.

Thankyou

Filed under Programming & Design by administrator

Permalink Print

Comments on What sort of PHP templates are available for displaying MySQL?

March 8, 2009

Tobekeru @ 9:57 pm

Template?

All you need is knowledge around PHP and SQL.

If you want some decent work done, you’ll have to do it by yourself, especially because implementing that code is a personal task, that requires some knowledge around that area.

You don’t log-in and everything is done for you.

March 10, 2009

cjconnor24 @ 11:34 am

Yeh i’m afraid the above poster is right.

Working with php and mysql is bespoke to your own specific needs.

For example - your application could be for sharing photos, so would need to have tables for the users, for the images, catagories maybe.

Again, all specific to your individual application.

Try google phpeasystep and do the tutorials.

a good grounding in xhtml and css should help accomplish a pretty good looking functional site.

good luk