Image gallery picker using laravel

Laravel Image Gallery: This module allows the admin to add/manage images into various galleries and galleries into various groups according to requirements. This is the best gallery module for the…

0 Comments

Last Inserted ID Using PHP

In the PHP MySQL insert chapter you've learnt MySQL automatically generate an unique ID for the AUTO_INCREMENT column each time you insert a new record or row into the table. However,…

0 Comments

Data Fetch Using PHP

Data can be fetched from MySQL tables by executing SQL SELECT statement through PHP function mysql_query. You have several options to fetch data from MySQL. The most frequently used option…

0 Comments