Treeman1 Posted January 10, 2010 Share Posted January 10, 2010 I have been asked to help out with a local charity, but need some help designing a site. Basically, this is the process I am aiming for. Food bank enters client information into a form. the form data is inserted into a mysql DB (Table is client_Information) Another page then shows a listing of clients from a mysql query. I want them to be able to click submit ticket and it copy the customer_ID field to another table (Delivery_Tickets) On another page, volunteers will be able to see the tickets needing delivery. Now I have the following working the form the processing page that takes the form data and inserts it into the table I have setup a query that pulls that information back and have created a link to createticket.php I need help with the rest. I am new with this and desperately need help. Thanks in advance Link to comment https://forums.phpfreaks.com/topic/187944-newbie-needs-some-help/ Share on other sites More sharing options...
fenway Posted January 16, 2010 Share Posted January 16, 2010 Sorry, what's the rest? Link to comment https://forums.phpfreaks.com/topic/187944-newbie-needs-some-help/#findComment-995945 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.