PHP While & do while Loop softaox March 27, 2016 The while statement will execute a section of code if and as long as a expression is true. If the expression is true then the… Continue Reading
PHP For & Foreach Loop softaox March 27, 2016 Assume that you have an associative array that you need to iterate over. PHP gives an easy way to use each element of an array… Continue Reading
Send an E-mail with PHP using Gmail SMTP Server softaox January 10, 2016 Hello, friends In this tutorial We’re going to learn how we can send an e-mail with PHP using Gmail SMTP server. SMTP is also known… Continue Reading
PHP Force Download softaox August 18, 2015 Now we are going to learn how to download a file from directory or server in PHP. To download a file in PHP, you want… Continue Reading