| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| First Time Poster! Join Date: Mar 2005
Posts: 1
![]() | Add "E-mail This Page to a Friend"... I need to know how to add an "E-mail This Page to a Friend" option to the bottom of every product in my shopping cart database. I have over a 1000 products so doing it manually to each product is out of the question. Any suggestions? Thank you for any help! An example of a product page: Example |
| |
| | #2 (permalink) |
| New Member Join Date: Apr 2005
Posts: 8
![]() | Email Solution There is a solution, it requires PHP... ????: NamePros.com http://www.namepros.com/web-design-discussion/74942-add-e-mail-this-page-friend.html Anyway, here goes... Type this code for your link: HTML Code: <?php
$page = $_SERVER["PHP_SELF"];
echo "<a href=\"email.php?page=";
echo $page;
echo "\">Visible link text/img</a>";
?> HTML Code:
<?
if (!isset($page))
{
/*show some error message*/
}
else
{
$subject = "$recipient has suggested a site";
mail($to, $subject, $message, $mailheaders);
}
?> Hope this helps, but if it doesn't let me know...
__________________ Adam Quaile Dancing Badger Web Design (http://www.dancingbadger.co.uk) For articles, tutorials, tips, tricks etc... on web design, programming, the web, and other similar funky stuff |
| |
| | #3 (permalink) | ||||
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
that won't work, because the page that steve wants to send to a friend is: http://www.safetyvideodirect.com/pro...atalogID=10009 and already as a query string, therefore won't work. I can give you a rough script, but it is PHP again! sorry!THIS GOES ON THE PRODUCT VIEW PAGE - REGARDLESS OF THE PRODUCT ON DISPLAY PHP Code: PHP Code: | ||||
| |
| | #5 (permalink) |
| NamePros Regular Join Date: Feb 2005
Posts: 345
![]() | Check out http://www.tafmaster.com/ I've never used it and don't really know much about their service, but I remembered seeing this site a few days ago when I saw your post. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page Rank 5 Site with Banner and Text Links!! MUCH MORE! High Traffic Sites | ebizcraftsman | Advertising & SEO Services | 0 | 12-09-2004 09:43 PM |
| Five-Day .INFO SALE - Part Five - 133 Domains Including StockResearch.info | Duke | Domains For Sale - Make Offer | 0 | 03-31-2004 11:49 AM |
| Prices Slashed On Over 100 Names Near Expiration and We'll Add a Year for You! | Duke | Domains For Sale - Make Offer | 3 | 03-03-2004 08:19 AM |
| Prime .INFO Sale - Part Five - 122 Domains Including StockResearch.info | Duke | Domains For Sale - Make Offer | 2 | 02-22-2004 05:07 PM |
| How to add to a page shortcut to destop? | Vlink | Website Development | 11 | 10-31-2003 01:57 AM |