
Kashmenon
-
Posts
7 -
Joined
-
Last visited
Community Answers
-
Kashmenon's post in I need to display an image stored in my gallery through my SQL Query on PHP was marked as the answer
Hi Barand
I played around with it a lot and this one worked for me
$output .= '<input '.$checked.' type="radio" name="fav_id[]" value="'.$sep_row['av_id'].'" /> <img src="/the foldername/'.$sep_row['av_image']. '" />';
Thank you so much for the input. Cheers