Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to make variable for html code Re: how to make variable for html code

#96881
Zeriz
Member


$var = "val";

print $var;
?>

Works fine for me.

http://writecodeonline.com/php/