Archive

Archive for the ‘PHP’ Category

FirePHP: supporting newlines inside a table cells

December 28th, 2008

Hi,
some times ago I discovered FirePHP, a small plugin for Firebug which provides server-side logging features. In a few words, you can use Firebug for logging data inside a php script. It’s a very useful plugin and the author, Christoph Dorn, made a very good job.

Read more…

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

Javascript, PHP , , , , , ,

PHP + NuSoap: Calling webservice

December 20th, 2008

In the last post i made an implementation example of a small webservice.
Now we see how to invoke it with few line of code, using the same library used to realize the server side implementation.

Read more…

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

PHP , , ,

PHP + NuSoap: A simple webservice

December 20th, 2008

Have you ever needed to build a webservice?
After some googling i found a library called nusoap, full compatible with PHP4 and PHP5, very simple and intuitive.
Let me illustrate a very simple example of use this library for building webservices in PHP.

Read more…

SociBook del.icio.us Digg Facebook Google Yahoo Buzz StumbleUpon

PHP , , ,