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
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
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.