Welcome Guest, Not a member yet? Register   Sign In
help with passing a php variable to an onclick function
#1

[eluser]seanbbb[/eluser]
hi, I am trying to pass a php variable to <a >VenueID;
$output .= '<tr><td ><a href="#self" class="menulink"
>
<strong>' . $venue_details->Name . '</strong><br/>';
$output .= ' '.$venue_details->Address1 .', ';
$output .= $venue_details->Address2 .', ';
$output .= $venue_details->City .', ';
$output .=$venue_details->Postcode .', ';
$output .=$venue_details->PhoneNumber .', ';
$output .=$venue_details->URL .'</a></td></tr><hr/>';


Messages In This Thread
help with passing a php variable to an onclick function - by El Forum - 08-05-2010, 05:48 PM
help with passing a php variable to an onclick function - by El Forum - 08-05-2010, 05:53 PM
help with passing a php variable to an onclick function - by El Forum - 08-05-2010, 06:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB