ravravrav Posted November 22, 2006 Share Posted November 22, 2006 Hi everyoneI'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! Quote Link to comment Share on other sites More sharing options...
joshi_v Posted November 23, 2006 Share Posted November 23, 2006 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.RegardsJoshi Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.