Hi, I am trying to display information from my database on a PHP page. I was wanted to have links that went to a page to edit that info. The links looks like this:
<a href='http://www.essentialaudioinc.com/admin/updateclientinfo.php?id='.$id.''>EDIT</a>
I was wondering how to get the ‘id’ part to work. I am just calling an id from the database.