Here are the contents of the right-hm.html file. It is just a list of items for the righthand column of the page, but it appears on 5 pages so I use an include:
Code:
<a class="agency" href="/html/rates.html#Alamo"><img src="/img/gr/logo_alamo.gif" alt="Click for Alamo Rates" width="31" height="19" /></a>
<a class="agency" href="/html/rates.html#Avis"><img src="/img/gr/logo_avis.gif" alt="Click for Avis rates" width="38" height="19" /></a>
<a class="agency" href="/html/rates.html#Budget"><img src="/img/gr/logo_budget.gif" alt="Click for Budget rates" width="34" height="19" /></a>
<a class="agency" href="/html/rates.html#Dollar"><img src="/img/gr/logo_dollar.gif" alt="Click for Dollar rates" width="42" height="19" /></a>
<a class="agency" href="/html/rates.html#Thrifty"><img src="/img/gr/logo_thrifty.gif" alt="Click for Thrifty rates" width="39" height="19" /></a>
<ul>
<li><a href="/html/faq.html#bargain"><b>Bargain rates</b></a> for late model cars through major rental car companies.</li>
<li><a href="/html/faq.html#guaranteed"><b>Guaranteed</b></a> reservation, no credit card required.</li>
<li><a href="/html/faq.html#reserve"><b>Reservations</b></a> are subject to availability of the chosen car type at the pick-up location.</li>
<li><a href="/html/faq.html#airport"><b>Airport</b></a> pick up for all cars.</li>
<li><a href="/html/faq.html#Driver"><b>Additional</b></a> driver is free!!</li>
<li>For 12-Pax Van & <a href="/html/faq.html#suv"><b>Fullsize SUV</b></a> rates please inquire by
<a href="mailto:info@carrentalhawaii.com?subject=12PaxVan/FullsizeSUV%20Rental%20Inquiry">email</a>.</li>
<li>For Molokai rates please inquire by <a href="mailto:info@carrentalhawaii.com?subject=Molokai Rental Inquiry"><b>email</b></a>.</li>
<li>Special deal for <a href="/html/canadian.html"><b>Canadian customers</b></a>. <img src="/img/gr/cdn-flag-sm.jpg" alt="Canadian Flag" width="30" height="18"></li>
<li><b>Cruise Ship Passengers:</b> <a href="/html/cruise-ship.html"><b>click here</b></a> for special instructions.</li>
</ul>
To be honest, I can't afford to spend any more time on this issue as I have other work and I have it working by using the database. So I thank you very much for your efforts and am letting you abandon the quest.
But you can perhaps help me with this please. What is the php code to add a BCC so that it will blind copy the email to another address without displaying the email address?
Code:
$subject = "Generic Website Inquiry";
$mailto = "Ken <kenw@gmail.com>";
mail($mailto,$subject,$body,"From:$sender");
Thanks, erin
Bookmarks