Code: Select all
printf("<p style=\"font-size:9px;margin:0px;\"> <span style=\"background-color:yellow\">Expires %s. </span></p>",$expdat); How do I code for the second variable in printf() when?:
$dclaim = <span style=\"background-color:yellow\">Expires' . $expdat . '.</span>
Edit/Delete Message