Posted by Carl on 10/07/90 11:36
Alex wrote:
> Hi, I have a local php file and I need to get info back from php file
> on the server. How do I invoke remote a php? I can access this remote
> php thru a simple url and it prints some info on the web page. How do I
> get this info back to store as a variable in local php?
>
> Regards,
> Alex.
>
See example 16-11 here:
http://www.php.net/manual/en/function.include.php
[Back to original message]
|