Page 1 of 1
Add a page to Favorite Page
Posted: Wed Feb 07, 2007 3:07 am
by ngolehung84
Hi,
How can I add my web page to the web browser's Favorite Page using PHP?
Thanks for your help,
Hung.
Posted: Wed Feb 07, 2007 3:34 am
by Ollie Saunders
You can't. PHP is a server side languauge. You can force a prompt to do it with JavaScript but I would consider it rude.
Posted: Wed Feb 07, 2007 8:14 am
by superdezign
Be aware that if people don't add you their favorites on their own, they don't want you there. If you force your way into it, you look like a spammer. In fact, I'm pretty sure that makes you a spammer.
Posted: Wed Feb 07, 2007 4:47 pm
by RobertGonzalez
There are different methods for different browsers, but I would sincerely recommend you take the advice of the others in this thread and offer a link for the user instead of doing it programmatically.