echo "Ad Placed " . date("l F j, Y",$Row['startdate']) . " more text here"; try that....
A Anonymous Guest Sep 8, 2003 #1 echo "Ad Placed " . date("l F j, Y",$Row['startdate']) . " more text here"; try that....
O Oleg Butuzov New member Sep 8, 2003 #2 $date= date("l F j, Y",$Row['startdate']) ; echo "Ad Placed ". $date ." more text here";