Thursday, September 27, 2007

How I can open file...?

How can I open file with extension 'xxx' (any extension)?

I't easy:
<?php fopen("c:\\download\\file.xxx", "r"); ?>

0 comments: