Jump to content

noob question


phuzzzed

Recommended Posts

i am modifying a template and i need to do something as follows:

 

$variable = the results of some php script.....ie

 

$variable = print"<div id='comment'><div id='commentTop' class = 'clearfix'><div id = 'commentEmail'>". $row["email"]."</div><div id = 'commentTime'>".$row["time"]."</div></div><br>" ;

print $row["Comment"]."<br><br></div>";

Link to comment
https://forums.phpfreaks.com/topic/158535-noob-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.