Latest Articles

Clear
Laravel Sep 28, 2021 2 min read

Change Primary Key and Timestamps in Laravel 8

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...

Laravel Jun 06, 2022 3 min read

How to Create Model in Laravel 9?

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...

jQuery Sep 28, 2021 2 min read

Force HTML5 Form Validation using Button on Click in jQuery

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...

Laravel Jun 14, 2022 2 min read

Create Controller in Laravel 8 using Artisan Command

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.

PHP Sep 27, 2021 1 min read

How To Extract Content Between Keywords using PHP Regex

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...

PHP Sep 27, 2021 3 min read

PHP MySQL Delete Query using PDO

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.

Laravel Sep 26, 2021 11 min read

How To Integrate TinyMCE Editor in Laravel 8?

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...

jQuery Plugins Sep 21, 2021 7 min read

Bootstrap 5 Star Rating jQuery Plugin Example

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...

PHP Sep 21, 2021 3 min read

PHP PDO Update Query Example

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...

PHP Sep 20, 2021 1 min read

PHP PDO Insert Multiple Rows Example

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...

PHP Jun 02, 2022 2 min read

PHP PDO Insert Tutorial Example

In this post, I'm sharing a simple way how to implement PHP PDO insert, create, and save record tutorial examples.

PHP Sep 20, 2021 5 min read

Integrate TinyMCE in PHP & MySQL Using Ajax

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...

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More