How do we call php file from html. I am looking some thing like file_get_contents(http:/www.site1.com/filename.php) in php.

Thanks,
Madhu

    You can't, without having the HTML page parsed by the PHP interpreter. Why not just rename the file to .php?

      Write a Reply...