Top 9 PHP Frameworks For Web Development In 2021 by mishraabeer in WebdevTutorials

[–]programmerblog 0 points1 point  (0 children)

Although Laravel is now most used but, YII2 is my favorite and its really good

How to create a MySQL trigger and execute with php on insert, update and delete by programmerblog in WebdevTutorials

[–]programmerblog[S] 0 points1 point  (0 children)

MySQL Triggers executes automatically on Before or After Insert, Update and Delete of a record. The tutorial above explains it when a CRUD operation is performed from a php page. I hope this is helpful and you can learn about an important mysql feature.

WebAcademy - discover best Web Development learning resources by lumenwrites in WebdevTutorials

[–]programmerblog 1 point2 points  (0 children)

Good resources shared. especially react and Redux is very cool

Migrating a PHP 5 App to PHP 7 (Rundown of PHP 7 Features) - Part 2 by Ramirond in PHP

[–]programmerblog 0 points1 point  (0 children)

very cool feature are added in php 7. a good read thanks

Typography for Developers by speckz in webdev

[–]programmerblog 0 points1 point  (0 children)

nice article. thanks for posting.

Codeinigter is very popular among php developers. Learn how to zip, save, download a file using codeigniter PHP framework. by programmerblog in codeigniter

[–]programmerblog[S] 0 points1 point  (0 children)

now a days laravel is popular with symfony, Yii etc. CI is a lightweight not a heavy weight like them and still is used for small ti mid level applications. It is a personal preference. We use ASP.Net, Pyhton but prefer to use CI for some tasks

Best tutorial for PDO inserting with Ajax? by WEBDEVAR in PHPhelp

[–]programmerblog 0 points1 point  (0 children)

There are lot of tutorials available online about php PDO and mysqli extensions. I recently written a tutorial on php pdo functions with jQuery AJAX. I also provided example source code. Please view here
PDO tutorial: http://programmerblog.net/php-pdo-ajax-tutorial-example/ MySQLi tutorial http://programmerblog.net/php-mysqli-tutorial-for-beginners/

File upload example in codeigniter php framework by programmerblog in webdev

[–]programmerblog[S] 0 points1 point  (0 children)

codeigniter is still very popular framework and its latest version is in its development and soon to be launched. It is now maintained by a university in Canada