untuk menyambungkan ke ubuntu

 <?php

error_reporting(1);
include "Database.php";

$uri = 'http://192.168.56.7';

$options = array('uri'=>$uri);
$server = new SoapServer(NULL,$options);
$server -> setClass('Database');
$server -> handle();

?>

Komentar