How can this be done?
Posted: Wed Dec 28, 2011 6:20 am
I`m brand new to PHP coding and have only read a few newbie books about PHP/MySQL.
But I`m hoping to learn as I go along, and the first thing I want to make is this:
When my company gets a new customer, one of our employees has to do a lot of tasks to get them implemented into our system.
For example:
- Register the customers company name
- Register the customers company number
- Register the customers contact details
- Register the customers insurance info
The thing I want to create is a page where I register a new customer with it`s customer number and name. And then the script should automatically get all the tasks listed above and sets them as "unfinished" for this customer. From there I can change the status from "unfinished" to "finished" as we get all the information needed from the customer.
Can anyone please give me a clue on how I can get the script to get the standard tasks and link them to the customer?
But I`m hoping to learn as I go along, and the first thing I want to make is this:
When my company gets a new customer, one of our employees has to do a lot of tasks to get them implemented into our system.
For example:
- Register the customers company name
- Register the customers company number
- Register the customers contact details
- Register the customers insurance info
The thing I want to create is a page where I register a new customer with it`s customer number and name. And then the script should automatically get all the tasks listed above and sets them as "unfinished" for this customer. From there I can change the status from "unfinished" to "finished" as we get all the information needed from the customer.
Can anyone please give me a clue on how I can get the script to get the standard tasks and link them to the customer?