Display Data From Database Into HTML Table Using PHP


Today i will share how to display data from MySQL database into HTML table using PHP. I will also show that how to store values from database table into HTML array, and how to handle that array in PHP.

3 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Send Email in PHP Using PHPMailer


There are various ways to send email using PHP. First option is by using simple PHP Mail Function but this function does not provide more functionality such as CC, BCC, or attachment etc that we are needed now a days, solution of our problem is PHPMailer.

37 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Create a Simple Captcha Script Using PHP


We all have encountered captcha validations in online web forms. Basically captcha are used to check that weather you are human or a bot. These captcha images contains some readable text with some noise, shape, distortion, lines and dots, which are understandable by human.

70 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks