Author Topic: static html files  (Read 630 times)

0 Members and 1 Guest are viewing this topic.

Sven

  • Guest
static html files
on: Wed, 05. February 2003 - 10:38:04
hello

if is possible that i create an static html file at the end of my php file ?

if i write pparse(); then

for example

statichtml();


i must write a lot of files and i would like to use the vlib engine because the design/content is also written with vlib.

thx

sven

releasedj

  • Guest
static html files
Reply #1 on: Wed, 05. February 2003 - 11:34:51
Do you mean writing the parsed content to a file?

If so, then you can use grab(); to get the contents of the parsed file, and then write that to a file handle!

Regards,

Kelvin