Hi I'm hoping this is an easy question to answer.
I am trying to return an image and _t. I think this would make more sense if I showed you my code giving me problems:
<img src=\"uploads/{$row['image_name']}\" $image[3] alt=\"{$row['item_name']}\" />
Right now this will return the image no problem for example it will return the image named dog.jpg. But I need it to return the image named dog_t.jpg. I'm very new and am not good with concatenation. I've tried putting the . _t all over my code but can't seem to find the correct syntax. Any help would be appreciated.