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

Reply via email to