|
Re: Any php coders out there?
You are likely very clear however I am still learning so still confused.
For the customer table I have and index.php file that extracts all of the customer data and displays this as a table. At the top I have a link to add a new customer and at the end of each customer record I have a link to delete or update. If I add a delegate this goes to add.php which is a form to capture the details which then sends this to added.php which performs the database addition. Similar for update/ updated. Delete.php is a 'are you sure' page which then sends the user to deleted.php on clicking 'yes' and deletes the row. This is repeated with the other tables.
I will PM you a link to what I have created so far. This is just my first attempt at working with relational tables so probably doing this all wrong. Hey it works though :-)
|