Download, Crop and save image in a specific directory is one of the most irritated task sometime I have to do. But as a web…
Category: PHP
Send Email from localhost XAMPP is the most common question that every php beginner ask. There are lots of tutorial on net which provide solution…
As a Web developer, I usually perform mysql database operations from phpmyadmin or use GUI tool like SQLYOG, HeidiSQL or MYSQL Workbench. But it doesn’t…
In my previous post we have successfully installed laravel on xampp and tested via php artisan serve command. Artisan is the command line interface included…
In my last tutorial we have covered prepared statement using procedural PHP MYSQLi. In this tutorial I am going to cover prepared statement using mysqli…
PHP MYSQLi Prepared Statement is one of the best way to execute same statement repeatedly with high efficiency. But it requires additional steps and functions…
I was viewing my google analytics account other day and I saw many searches of login with remember me script. Usually I wrote some planned…
Errors are something which may occur anytime with in the php script. As a web developer I tried my best to write error free code.…
As a web developer I hate when I have to create mysql table during middle of the project. Most of the clients do not provide…
Insert record is the most common operation used in database. But every time writing a query will be hectic. If you are working on framework…