Table clients = clientid (PK, AI), email usename, pw
Table quotes = quoteid (PK, AI), client id, fromcompany, other details
Process = Login, navigate to raisequote page an send - I return page with confirmation with the quoteid using $quoteid = mysql_insert_id()
Log Out.
Log in, navigate to allquotes but displays all the quotes from all clients and thats my problem.
Please can someone tell me how to only show quotes from that client.
IE - How do I get the clientid from the clients table into the quotes table (clientid) field so i can run the query.
Even any pointers as to how would be really helpful
Many thanks