brown2005 Posted August 30, 2006 Share Posted August 30, 2006 <a href="javascript:bookmark('Website address goes here ....','Enter Your Title Here ....')";>Bookmark this Site</A> i would like this to be written in php and where it saysWebsite address goes here i wanthttp://$w Link to comment https://forums.phpfreaks.com/topic/19143-bookmark/ Share on other sites More sharing options...
ober Posted August 30, 2006 Share Posted August 30, 2006 Can I ask why? Is this a configurable part of the site that you're pulling from a settings file or something?Either way: <a href="javascript:bookmark('http://<?=$w?>','Enter Your Title Here ....')";>Bookmark this Site</a> By the way, you need to end it with </a> like I did. You were using bbcode. Link to comment https://forums.phpfreaks.com/topic/19143-bookmark/#findComment-82794 Share on other sites More sharing options...
brown2005 Posted August 30, 2006 Author Share Posted August 30, 2006 well say its pulled a website from the database$w = $array['website_url'];and i want to be able to bookmark this address...is that the way u said above? Link to comment https://forums.phpfreaks.com/topic/19143-bookmark/#findComment-82801 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.