Help with "Import Table" script

WORKS EXCEPT FOR LINKS:
Creating a php [Import Table] script – showing partial code:
In my while statement: echo

” . $row[‘Last Name’] . “” . $row[‘First Name’] . “” . $row[‘Obit’] . “” . $row[‘Grave’]
Last Name and First Name show correctly, but not the links - (Obit & Grave). These two fields are to be links to an image (.jpg) file-which are stored in folders (Obit/Calvary and Grave/Calvary). Not sure how to write code for links -
View” . $row[‘Obit’]

Thanks

View Obit
View

If the format of file is just the image name and file name,

View

Sponsor our Newsletter | Privacy Policy | Terms of Service