If you need for some reason to save the actual processed PHP output that would normally go out to a client, you can open an output buffer, include the selected PHP page, and then write the contents of the output buffer to a file: ob_start(); (file_exists($file)?include $file:'File Not Found'); $html = ob_get_contents(); ob_end_clean(); then do whatever you want with $html. Bob Hanson >On 6/20/07, Dwarakesh Akoliya <dakuakoliya@xxxxxxxxx> wrote: > > >>Hello Friend PLese Help me.... >> >> How i Convert PHP data in to HTML pages..?? >> >> I build one project in this project i need created a html pages.. >> and in this html page ,but i stored data in database so i need to created a sepret HTML page... So how i created a HTML page.....?? >> >> Dwarakesh .... >> >>