Re: Change font in PHP
- From: "Adriaan van Natijne" <a.vannatijne@xxxxxxxxx>
- Date: 29 May 2006 08:38:50 -0700
Some example: (PHP source)
<?php
$variable = "This is variable text";
echo "<font face='arial'>".$variable."</font>";
?>
Now execute this. You'll see: (HTML source)
<font face='arial'>This is variable text</font>
.
- References:
- Change font in PHP
- From: durstbj
- Re: Change font in PHP
- From: Justin
- Change font in PHP
- Prev by Date: Re: How do I download and edit a website?
- Next by Date: Re: find differences between two mysql_query results. HELP
- Previous by thread: Re: Change font in PHP
- Next by thread: Re: Change font in PHP
- Index(es):