web services using php
What is php ?
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open sourcegeneral-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded script that does "something" (in this case, output "Hi, I'm a PHP script!"). The PHP script is enclosed in special start and end processing instructions and ?>
that allow you to jump into and out of "PHP mode."
?>
What is PHP Nusoap Web Service-web services using php?
Nusoap is php classes library that is developed by free php script nusoap .A web services that is created with the help of nusoap php classes is called Nusoap web service.Nusoap lib is Free php-script which you can use for web service.you can learn creating web services using php.