By default, eloquent assume that each model has a primary key column named id. But if you need to change the primary key with your own custom column n...
I will show you an example of how to create a model in the Laravel 9 application. Laravel has a built-in command to run that will generate the Model i...
An example of how to Force HTML5 Form Validation without submitting the form in jQuery. Will help you to use the button on click using HTML5 form vali...
Learn with examples how to use the Laravel make controller command using the artisan command that is easy to understand and implement in your project.
The preg_match_all() defines performing a global regular expression match. This PHP function preg_match_all() is the best way to extract content in mu...
I'm sharing how to Delete Query in PHP using PDO. I Will share several examples that easier to you to understand how to perform delete queries in PDO.
In this post, I will share how to install or integrate Laravel TinyMCE Editor. You will learn how to save, update and show content from TinyMCE on thi...
In this post, I'm sharing how to implement a bootstrap 5-star rating plugin on jQuery that comes with powerful functionalities yet is simple and easy...
In this post, I'm sharing how PHP PDO Update work with an example so that easier for you to understand. Updating record is one of the most important f...
In this post, I'm sharing an example of how to insert records in PHP PDO in multiple rows. If you have a task on saving multiple records then this is...
In this post, I'm sharing a simple way how to implement PHP PDO insert, create, and save record tutorial examples.
In this post, I'm sharing how to integrate or implement TinyMCE in PHP & MySQL using ajax. In my previous tutorials, I shared the basics about TinyMCE...