Primary links
Tutorials
PHP File Upload Errors Explained
admin — Wed, 27/06/2007 - 10:12am
Building and calling webservices using SOAP
admin — Tue, 15/05/2007 - 12:32am
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.
Checking for GD
admin — Fri, 20/04/2007 - 10:13am
Force download files using PHP
admin — Wed, 07/03/2007 - 3:06pm
PHP Regular Expressions
admin — Thu, 19/10/2006 - 4:14pm
A regular expression is a pattern that is matched against a subject string from left to right. Most characters stand for themselves in a pattern, and match the corresponding characters in the subject.
Linefeed(\n) usage in email sending
admin — Tue, 10/10/2006 - 11:53pm
Solution to the most common error when sending plain text emails;
Does your email display the n instead of parsing it ?
{mosgoogle}
Foreach Loop
admin — Wed, 13/09/2006 - 8:25pm
foreach loop
Foreach is a construct used to loop through arrays. There are mainly 2 types of usages :
For Loop
admin — Wed, 13/09/2006 - 8:22pm
for loop
A much neater and safer way to implement a loop structure is using the “for” statement. This isn’t much different from a while statement, in fact there is nothing you cannot achieve when using for statement that you cannot do with a while statement.
{mosgoogle}
do while Loop
admin — Wed, 13/09/2006 - 8:15pm
do while loops
The “do...while” statement is similar to the “while” statement. The only difference between the two is that when using the “do...while” statement the block of statements is executed if and as long as a condition is true.
While Loop
admin — Wed, 13/09/2006 - 8:13pm
In programming ability to perform repetitive task is an important requirement. This can be accomplished using looping statements. A loop will continue to operate until a condition is achieved, or you choose to exit the loop. PHP includes several types of looping statements. This section focuses on the while loop.
{mosgoogle}
User login
Follow Us
Who's online
Who's new
- Nisha
- linnaeus
- Yameen
- TalleyReedy
- admin

