What is talxy?
get output in .html file
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What can I do?
• What to Read?
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Зарегистрируйся!

QAIX > PHP web-programming > get output in .html file 30 June 2008 04:41:43

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Moderators:

get output in .html file

Martin 30 June 2008 04:41:43
 Does somebody know how to get the output of an .php file into an .html file
(server side). This in order to cache generated pages for futur visitors.

thanks

Martin

--
PHP General Mailing List (http://www.php.net­/)
To unsubscribe, visit: http://www.php.net/­unsub.php


Add comment
Shawn McKenzie 18 December 2003 09:14:58 permanent link ]
 Buffer output and then write it to a file. I do it all the time.

ob_start();

//output some stuff here

$content = ob_get_contents();
ob_end_flush();

if ($handle = fopen("yourfile.htm­l", "w")) {
fwrite($handle, $content);
fclose($handle);
}

-Shawn

"Martin" <maus@wanadoo.fr> wrote in message
news:20031218031849­.73819.qmail@pb1.pai­r.com...> Does somebody know how to get the output of an .php file into an .html
file> (server side). This in order to cache generated pages for futur visitors.>
thanks>
Martin

--
PHP General Mailing List (http://www.php.net­/)
To unsubscribe, visit: http://www.php.net/­unsub.php


Add comment
bharath 30 June 2008 04:41:43 permanent link ]
 how to i get input as a output in html
Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или УК РФ.


QAIX > PHP web-programming > get output in .html file 30 June 2008 04:41:43

see also:
Re: display directory contents as links
Proposal for new $h->{ReadOnly}…
Re: threaded server + scope=handler +…
пройди тесты:
What is Your Temperament?
see also:
E-Cracker 9.0 ( Hotmail, Gmail, yahoo…
Documentum Training needed
Quantum

  Copyright © 2001—2008 QAIX
Idea: Miсhael Monashev
Помощь и задать вопросы можно в сообществе support.qaix.com.
Сообщения об ошибках оставляем в сообществе bugs.qaix.com.
Предложения и комментарии пишем в сообществе suggest.qaix.com.
Информация для родителей.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .