Search found 1 match
- Tue Mar 28, 2006 8:54 am
- Forum: Databases
- Topic: Record not found
- Replies: 1
- Views: 258
Record not found
pls...advise me.. I use PHP web service with nusoap.php. I can retrieve many records of data from database in the webservice page. But this webservice page can't post to php file.. How can I do? e.g Page1...... <?php $rs = new soap_server; function Get() { $strsql = ''select * from staff sf inner jo...