What sort of PHP templates are available for displaying MySQL?

  • Thread starter Thread starter cjconnor24
  • Start date Start date
C

cjconnor24

Guest
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
 
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
 
Back
Top