|
Posted by John Salerno on 01/08/05 11:38
Toby Inkster wrote:
> John Salerno wrote:
>
>> If not, is this something you can do with PHP?
>
> You can do it in PHP.
>
> <? $desc = "Flibble flobble flubble!"; ?>
> ...
> <meta name="description" value="<?=$desc?>">
> ...
> <p><b>Description:</b> <?=$desc?>.</p>
>
Awesome, thank you. But if I plan to compile these files into a CHM,
does that mean I can't use PHP? I know they would all become PHP files
insetad of HTML, but aside from that, would the script even be able to
run on a personal computer, or does it require a server with all the PHP
stuff installed?
Thanks.
Navigation:
[Reply to this message]
|