Class is now in a working state
This commit is contained in:
9
httptest.php
Normal file
9
httptest.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$ch = curl_init("http://belanna.nixnet.jke/loggedin.txt");
|
||||
$data;
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
|
||||
$data = curl_exec($ch);
|
||||
curl_close($ch);
|
||||
//print "$data\n";
|
||||
?>
|
Reference in New Issue
Block a user