Jump to content

What to do next for my database website?


ravravrav

Recommended Posts

Hi everyone

I'm a real newbie to making databases with php and I've been on some database forums getting my tables sorted out. I think I have done that now and used phpMyAdmin to set up the tables fine.

I've set up my index.php page which uses 'include' to put my header, footer, menu and content pages together. Now I am also working on my registration form - although the php/sql code is not yet done for that.

What I need to do is make the Admin section so I can fill in some of the tables which need data before registration can work (like categories etc).. Should I make my Admin page now then or use something else to fill in those categories first? Also does it matter if a page is .php or .html??

Thanks!
Link to comment
https://forums.phpfreaks.com/topic/28168-what-to-do-next-for-my-database-website/
Share on other sites

1. If you want to show  the categories in registration form, what you are going to put in admin page, then sure you should code first admin page and then registration form.
2.HTML or PHP :If you have to perform any db related work or files including, then file extension should be .php.

Regards
Joshi

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.