sandbudd Posted November 25, 2009 Share Posted November 25, 2009 this link works great but need to do a target _blank and am tired but need to get done and thanks <? echo "<a href='images/".$row['header']."'>".$row['header']."</a>\n";?> Link to comment https://forums.phpfreaks.com/topic/182877-simple-question/ Share on other sites More sharing options...
trq Posted November 25, 2009 Share Posted November 25, 2009 You are kidding right? <?php echo "<a target='_blank' href='images/".$row['header']."'>".$row['header']."</a>\n";?> Link to comment https://forums.phpfreaks.com/topic/182877-simple-question/#findComment-965278 Share on other sites More sharing options...
sandbudd Posted November 25, 2009 Author Share Posted November 25, 2009 lol...thanks thorpe 20 hours today too many beers just couldn't think Link to comment https://forums.phpfreaks.com/topic/182877-simple-question/#findComment-965279 Share on other sites More sharing options...
sandbudd Posted November 25, 2009 Author Share Posted November 25, 2009 man I am tired this is what I had...lol <? echo "<a target='_lank' href='images/".$row['header']."'>".$row['header']."</a>\n";?> Link to comment https://forums.phpfreaks.com/topic/182877-simple-question/#findComment-965281 Share on other sites More sharing options...
Goldeneye Posted November 25, 2009 Share Posted November 25, 2009 Alcohol and the task of programming seldom go hand-in-hand. Just look at Windows ME for an example. Link to comment https://forums.phpfreaks.com/topic/182877-simple-question/#findComment-965282 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.