[ create a new paste ] login | about

Link: http://codepad.org/EW3l5prI    [ raw code | output | fork ]

PHP, pasted on May 11:
1
2
3
4
5
6
 <?php
echo "<p>These are the available 
venues for " . date("d-m-Y", strtotime('2014-05-13')) . " that 
also have the catering 
grade of <b>$catering_grade </b> </p>";
?> 


Output:
1
2
3
4
 <p>These are the available 
venues for 13-05-2014 that 
also have the catering 
grade of <b> </b> </p> 


Create a new paste based on this one


Comments: