Skip to Content

You are here

prathK's blog

SOAP and WSDL in PHP Best tutorial on zend framework

Hi Guys,

We have very rare documentation provided with about the SOAP.
I would like to provide some more useful links which are awesome to follow for starting point.
I was stuck badly from almost 3 days and it helped me alot for understanding of SOAP with WSDL.
For understanding WSDL and SOAP.
http://www.packtpub.com/article/soap-and-php-5

Fixing SSL handshake failed: error on SVN checkout

I was trying to findout the reason for the same.
Wasted lot of time in checking out through my ubuntu 11.10 version but still couldn't get any solution.
svn: OPTIONS of 'https://mysite.com/myrepository/project1': SSL handshake failed: SSL error: Key usage violation in certificate has been detected. (https://mysite.com)
I finally foundout that its problem of libneon after googling alot.

Tags: 

Difference Between Include() Vs Include_once() In Php

The include_once() statement includes and evaluates the specified file during the execution of the script. This is a behavior similar to the include() statement, with the only difference being that if the code from a file has already been included, it will not be included again. As the name suggests, it will be included just once.
 
 

ok, what does this mean exactly? lets say for example, i have three files, 

 

FILES: 

FUNCTIONS.PHP 

GLOBALS.PHP 

HEADER.PHP 

this is how each file looks like:

Tags: 

Pages

Subscribe to RSS - prathK's blog