|
Posted by Brian A. Anderson on 03/04/05 21:37
let me try it again...
The below example works:
----------------------------------
ob_start();
include("http:/-.-.-.-/datachange.asp");
$message = ob_get_clean();
The below example does not work:
----------------------------------
$URL = "http:/-.-.-.-/datachange.asp$queryString";
ob_start();
include("$URL");
$message = ob_get_clean();
Navigation:
[Reply to this message]
|