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
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.
39 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks
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