I have a mysql table containing the values for 'display' and 'link'.
I'd like to pull these into a php file that displays the 'display' value which hyperlinks to the 'link' value
I have already connected to the database and selected the appropriate rows to display, but I'm at a loss on how to create the php for this..
As you can probably tell, I'm a complete noob so simplicity is appreciated in any answers.. thanks for the help!