Re: INCLUDE ASP does Not Work! for PHP - 4.3.4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Friday 17 September 2004 20:36, I wrote:

> <?php
>  include('http://wherever.example.com/poll.asp');
> ?>
A safer option if your asp page does not generate any php code you wish to 
execute would be:

<?php
readfile('http://wherever.example.com/poll.asp');
?>

-- 
Phil Driscoll

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux