jpbaseball1322
New Member
Hi I need to set up a web page in which I am able to upload and view pictures using php and mysql. To start I have determined 3 steps:
1) Develop my database schema. I believe I need 3 tables. One will be an albums table containing and ID, title, create date, and modify date. The second will be a photos album containing and ID, title, caption and album it belongs to. The third is supposed to somehow connect the two, but I have no idea how to do that.
2) Upload some photos to the tables. - feel like I can do this simply enough
3) Write code to display all the pics from albums in my datapase using php.
Can anyone help me, in particular with step 1 and 3. I don't want this done for me, rather just looking for some advise so I can work on this and LEARN it. Thanks a lot!
1) Develop my database schema. I believe I need 3 tables. One will be an albums table containing and ID, title, create date, and modify date. The second will be a photos album containing and ID, title, caption and album it belongs to. The third is supposed to somehow connect the two, but I have no idea how to do that.
2) Upload some photos to the tables. - feel like I can do this simply enough
3) Write code to display all the pics from albums in my datapase using php.
Can anyone help me, in particular with step 1 and 3. I don't want this done for me, rather just looking for some advise so I can work on this and LEARN it. Thanks a lot!