|
PHP File Upload Errors Explained |
|
Written by Vipin
|
|
Jun 27, 2007 at 12:42 AM |
From version 4.2.0, PHP has got a new set of error codes that handles and reports all errors occuring during file upload, in the filearray object. The error is found in $_FILES['userfile']['error'].These error codes and their explanations are given in this article. |
|
Last Updated ( Jun 27, 2007 at 12:44 AM )
|
|
Read more...
|
|
|
Building and calling webservices using SOAP |
|
Written by Vipin
|
|
May 14, 2007 at 03:02 PM |
|
Web services allow you to share data across many platforms and hardware configurations. You create a webservice in PHP, pass the webservice URl to an asp.net program, and it easily calls the webservice methods to get the data from your server. PHP has various methods to create and use webservices. XML-RPC, SOAP and REST are a few. In this article we will find out how we can create and use a webservice using SOAP. Basic database programming knowledge using PHP is assumed. |
|
Last Updated ( May 17, 2007 at 12:27 PM )
|
|
Read more...
|
|
|