Yes I searched, then I got up this morning and I searched again, and I just finished searching again so here goes (and found some wonderful un-releated information along the way):
I am building a client tracking system for a massage therapist, which will track client info, across, so far, 4 MySQL tables (address', contact, intake info, and session info)
I have it to the point where the user can add a client, delelete a client, or edit ALL the associated info from one form.
What I want to do is allow the user to edit a single field at will by clicking the appropriate "edit" button from the client detail page, which displays data from all 4 tables.
Like so
Contact:
FNAME LNAME <edit>
PHONE <edit>
Address <edit>
DOB <edit>
Med1 <edit>
med2 <edit>
med3 <edit>
....
You get the idea can anyone point towards the path of discovery on this one?
I have the SQL under control what I don't know is how the <a href> would be built or passed to an edit page. (that Ideally would show the same read-only Detail page but show the chosen "edit" field in the proper input tag.
Thanks,
JP
Looking for a nice DB interaction class?
google <?php ez_sql.php ?> (prolly on this site somewhere) Has worked wonders for me!!