Archive: checking the output of one php script


checking the output of one php script
Hey, i need some help with my installer.

I was wondering if it's possible to check the output returned by one php script hosted on some website.

For example, i have 2 vars ($param1 and $param2 i.e), by running http://123.domain.com/123/script.php...ram1&2=$param2 the script will ouput 1 of 3 strings (ok, bad, invalid).

It's possible to do that ?

Any help/suggestions are welcomed:)
Thanks in advance,
Lukk


Use any of the download plug-ins such as inetc (on the Wiki) or NSISdl. Make sure you specify the content-length using header() (but this might not be needed for inetc IIRC).

Stu


Thanks, inetc plugin works like a charm :)

once again, thank you for your quick help.

Lukk