Please help with code PHP…
My loop to display project titles
Receiving value to echo project details(does not receive)
<a class=“thumb” href="<?php if($_GET[“kcid”] == $vrecords_assoc[‘cid’])
{ echo $vrecords_assoc[‘cimage1’];} ?>" title="<?php echo $vrecords_assoc['cimage1']; ?>">
<img src="<?php if($_GET["kcid"] == $vrecords_assoc['cid'])
{ echo $vrecords_assoc[‘cthumb1’];} ?>" title="<?php echo $vrecords_assoc['cthumb1']; ?>"/>
This is all on the same page, my projects are called into a jquery gallery from the nav.
I hope this makes any sense…