
Untitled
By: a guest on
Jun 30th, 2012 | syntax:
None | size: 0.58 KB | hits: 8 | expires: Never
Put link into php
if($_POST['rb_elt_accommodation']=="Yes")
$accomodation_val .= "Participants must deal directly with the hotel. Please call the hotel direct at +xxxxxx. Details on accomodation booking are available"echo '<a href="http://abc.com">here</a>.'";
if ($_POST['rb_elt_accommodation'] == "Yes")
{
$accomodation_val .= 'Participants must deal directly with the hotel.
Please call the hotel direct at +xxxxxx.
Details on accomodation booking are available
<a href="http://abc.com">here</a>.';
}