This topic is locked

Allowing Site Visitor To View/Edit Their Record

7/23/2006 8:42:53 PM
PHPRunner General questions
J
jebrown author

I found it easy to create a web page that allows site visitors to view/edit all the records in my database. How do I create a page that allows a visitor to view/edit only the record that contains his/her data? I envision a page where a visitor logs in which in turn calls up another page with their record.
I am new to PHP so as much detail as possible would be appreciated. Thanks!
Never mind - I believe I have figured it out using the Login feature.