Hi
I just need some code tips or ideas.
I need to build a part of DB which has details of certain food providers at shelters.
Here is what I need to build extra
Once you click a link on one of the 500 shelters, it must open like a auto generate php page with each day of the week, but here is where it gets difficult for me. Now the owner of the DB must be able to insert/delete/edit text on each day of the week.
I know how to insert/delete, etc. But how must I go about so the auto generated page can like automatically insert, delete information in the MySQL DB once the owner has given the command?
What I figure is, I’ll make like a form panl where you can write your message and then select where you want to insert/delete/edit the data in what day of the week. Which can be used by all the pages, but now I want some ideas on how you guy might do it and my main concern; how to hook it up to work separately with each page.
Kind Regards
Webandwe
I just need some code tips or ideas.
I need to build a part of DB which has details of certain food providers at shelters.
Here is what I need to build extra
Once you click a link on one of the 500 shelters, it must open like a auto generate php page with each day of the week, but here is where it gets difficult for me. Now the owner of the DB must be able to insert/delete/edit text on each day of the week.
I know how to insert/delete, etc. But how must I go about so the auto generated page can like automatically insert, delete information in the MySQL DB once the owner has given the command?
What I figure is, I’ll make like a form panl where you can write your message and then select where you want to insert/delete/edit the data in what day of the week. Which can be used by all the pages, but now I want some ideas on how you guy might do it and my main concern; how to hook it up to work separately with each page.
Kind Regards
Webandwe
Comment