PHP is the most widely used programming language for the web development. It was originally developed by Rasmus Lerdorf and stood for Personal Home Page as it’s developed to manage his personal website. Later, after beta tests and improvement, it is called as Hypertext Preprocessor. There are many PHP Frameworks developed to enhance development. The […]
php
Export Data to CSV with PHP and MySQL
Recently we have published tutorial to Export Data to Excel with PHP and MySQL and get huge response from our readers. Many of our users requested to also publish tutorial to export data to CSV using PHP and MySQL. The CSV (comma separated values) format is the most popular file format to use for data […]
Check User Availability with PHP and jQuery
Checking username or email availability before form submission is a popular feature. In this tutorial, we have implemented username availability check functionality using PHP, MySQL and jQuery AJAX.
YouTube Video Downloader Script in PHP
YouTube is the most popular videos sharing platform where we watched videos online. However, we often need to get those YouTube videos for offline uses. If you’re a PHP developer then definitely you’re looking for a PHP script to download YouTube videos on your local server. So here in this post, we will explain how […]
Secure your PHP script by hiding extensions
In general, security by obscurity is one of the weakest form of security. Suppose If I were exploiting a site, I wouldn’t check what scripting language the site runs on, because all that would matter to me is exploiting it. Hiding the fact that you use x language isn’t going to prevent me from bypassing […]