We are looking for a self-motivated and talented mid-level PHP Laravel programmer. The ideal candidate should be an excellent learner, with a brilliant logical idea, analytical mind, and organizational skills.… read more →
We are looking for a self-motivated and talented candidate. The ideal candidate should be an excellent learner, with a brilliant logical idea, analytical mind, and organizational skills. Job Description: Must… read more →
Below is a simple example on how to use SOAP-WSDL with PHP. This example will help you pull data from WSDL using SOAP in PHP.
A PHP session variable is used to store information about, or change settings for a user session. Session variables hold information about one single user, and are available to all… read more →
A cookie is often used to identify a user. What is a Cookie? A cookie is often used to identify a user. A cookie is a small file that the… read more →
With PHP, it is possible to upload files to the server. Create an Upload-File Form To allow users to upload files from a form can be very useful. Look at… read more →
The fopen() function is used to open files in PHP. Opening a File The fopen() function is used to open files in PHP. The first parameter of this function contains… read more →
Server Side Includes (SSI) are used to create functions, headers, footers, or elements that will be reused on multiple pages. Server Side Includes You can insert the content of a… read more →
date The PHP date() function is used to format a time or a date.date — Format a local time/date Description string date ( string format [, int timestamp]) Returns a string formatted… read more →
The $_POST variable is used to collect values from a form with method=”post”. The $_POST Variable The $_POST variable is an array of variable names and values sent by the… read more →