hi,
or if you want to get parsed result of a php page. which may contain HTML you can use CURL for this purpose.open your page with curl and it will give you result in a variable or you could use socket functions. everyone here will present you with different idea's coz there are different ways for doing this. HTH
Haseeb
-------Original Message-------
Date: Monday, July 14, 2003 02:46:01 PM
Subject: Re: [PHP] How to get "executed php result" in variable
Hi,
Put a return statement at the end of file
'get_executed_php_file_contents.php' that returns the value you need, then
use:
<?
$result = include("get_executed_php_file_contents.php");
?>
> Dear All,
>
> I need to get results like this.............
>
> <?
> $result = get_executed_php_file_contents.php
> ?>
>
> Looking for some solutions............
> TM
>
Ryan Gibson
-----------
--
|