charizard Posted January 10, 2011 Share Posted January 10, 2011 <a href="entries.php?eid=<?php echo $row2->eid; ?>" class="n">Entry ID <?php echo $row2->eid; ?> by <?php echo $row2->username; ?></a> My issue is that the second output of entry id works fine. The first output, being the more important, does not, even though they are identical. This will probably be something ridiculously stupid. Link to comment https://forums.phpfreaks.com/topic/224018-i-dont-get-it-database-echo/ Share on other sites More sharing options...
Rifts Posted January 10, 2011 Share Posted January 10, 2011 ignore Link to comment https://forums.phpfreaks.com/topic/224018-i-dont-get-it-database-echo/#findComment-1157660 Share on other sites More sharing options...
Rifts Posted January 10, 2011 Share Posted January 10, 2011 heres a working example <a href="/events/index?id=<?= $id2;?>" title="Event 2"><?= $title2;?></a> Link to comment https://forums.phpfreaks.com/topic/224018-i-dont-get-it-database-echo/#findComment-1157663 Share on other sites More sharing options...
charizard Posted January 10, 2011 Author Share Posted January 10, 2011 Thanks for the help...figured out though that yes, it was really stupid and that I infact copied the wrong bit, then tried to edit that bit expecting it to update the bit I wanted to update. Think I need new eyes. Link to comment https://forums.phpfreaks.com/topic/224018-i-dont-get-it-database-echo/#findComment-1157664 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.