So i was wondering if it is possible to make something
<a class='photo' href=<?PHP 'lala.php?blu=$q&subf=$subf&img=$imagenr' ?> target='_blank'>
<span><img src=<?PHP'{$handle}/{$file}'?> /></span></a>
lala.php is already made with all needed, but when i'm trying to make something with this code it doesnt show up the photo. I named class photo so i can change easily in css some minor details. The idea is to make a table with pictures but all i need is to know how to make the picture show, but not inlcuind everything in php because then i think i'll lose the class. Thank you in advice.