I am rather new to PHP and MySQL. However I have been able to create a database and table. I then have been able to connect and write information to that table using PHP. Then I was able to reveiw and display all information in that table.
What I would like to do next is search the table by last name. View just those entries that match the name and update selected information.
Any information on which functions will do this would be helpful.
Thanks