|
Posted by Kim Andrι Akerψ on 10/25/05 01:42
typingcat@gmail.com wrote:
> Thank you Kim Andre Akero,
> but I guess that is only good when the page is viewed by a web
> browser?
>
> My application doesn't lauch a web browser for the checker page, but
> just connect to the web, and download the web page string, and shows
> it in a message box. Isn't there any other way to do this?
Hopefully, your PHP installation is configured with URL fopen wrappers,
making this method applicable:
oldchecker/check.php:
<?php
$scripturl = "http://example.com/newchecker/check.php";
include($scripturl."?ver=".$_GET["version"]."&name=UNKNOWN");
?>
--
Kim AndrΓ© AkerΓΈ
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)
Navigation:
[Reply to this message]
|