Jump to content

Newbie needs some help


Treeman1

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

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