|
Posted by Mike Massonnet on 10/18/28 11:38
John Salerno wrote:
> 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.
This way you will maybe need a tool like webhttrack to create a local copy
of the dynamic pages and use them for the creation of your chm file.
--
> ...qoique parfois c'est super pratique ! et le syteme debain évite pas mal
> d'erreur humaine :-) qui sont à vrai dire les plus fréquentes ....
Il ne faut pas jeter le systeme linux avec l'eau debain.
-+- Kevin in GFA : Bien configurer sa GNU/debaignoire -+-
Navigation:
[Reply to this message]
|