Using NuSOAP with PHP 5

That was a real trouble for me so I thought I should post it. I was using the following code,
$date = date(”Ymd”);
$params = array();
$params[’serialNo’] = $date;
$params[’entryType’] = “master”;
require_once(’lib/nusoap.php’);
$masterClient=new soapclient(”http://localhost/nusoap/edit/server.php”);
$response = $masterClient->call(’makeEntry’, $params);

While testing, I was getting error as Cannot redeclare class soapclient……… I search inside the class like weirds, but didn’t find the source of […]


2 Comments

PowerCursor - Design Interfaces you can Touch

Powercursor is a software toolkit in Flash for designing interfaces you can touch.
Tactile sensations like stickiness, roughness, pressure, volume or mass can be experienced in a graphical user interface without resorting to special force feedback devices. Powercursor uses a technique called ‘visually simulated force feedback’ to evoke the tactile experience.
The software engine consists of a […]


No Comments

Home | About Us | Advertise | Link to Us | Contact Us
Privacy Policy | Disclaimer | Terms of Uses
Copyright 2006-2007 Design Code Interactive. Please do not use website contents without our permissions.

Design Code Interactive
Validate XHTML Validate CSS