MeshWorld
MeshWorld
Home
Tutorials
DevTools
Quiz
Programs
HowTos
Lists
Installs
Light
Dark
Automatic
PHP
PHP Cookies πͺ vs Sessions π: Complete Guide with Code Examples
Learn PHP cookies πͺ and sessions π with fun theme park analogies. Manage user data securely with practical PHP code snippets!
Vishnu Damwala
Last updated on Aug 23, 2025
3 min read
PHP Input Validation & Sanitization: π Railway Ticket Booking Guide π‘οΈ
Learn PHP input validation and sanitization with a fun railway ticket booking analogy π. Protect your website from SQL injection and XSS with practical code examples!
Vishnu Damwala
Last updated on Aug 23, 2025
4 min read
Understanding `self::` vs `static::` in PHP: A Simple Guide for Everyone! π
Learn the difference between self:: and static:: in PHP with easy-to-understand examples! This beginner-friendly guide uses fun illustrations and emojis to make programming concepts clear for everyone.
Vishnu Damwala
Last updated on Dec 13, 2024
3 min read
PHP - LinkedIn Skill Assessments Quizzes with Answers
In this article, you will find LinkedIn Assessment, Questions and Answers for PHP.
Darsh Jariwala
Last updated on Feb 4, 2022
20 min read
PHP - Ternary Operator
The ternary operator is a shorter version of an if...else expression. It allows us to execute an expression if a condition is satisfied and another expression if the condition is not satisfied.
Vishnu Damwala
Last updated on Jun 1, 2021
2 min read
Get Last Array Element in PHP and Laravel
This article, guide you through the retrieval of last array element in different ways in Laravel and also in PHP.
Vishnu Damwala
Last updated on Apr 11, 2021
3 min read
Create collection instance for given array in Laravel
This tutorial explains with syntax and an example of how to create a collection instance from provided array with Laravel collect() helper method in the framework.
Vishnu Damwala
Last updated on Feb 14, 2021
1 min read
Flatten Array using Arr::flatten() in Laravel
This tutorial explains with syntax and an example of how to flatten a multi-dimensional array based on the value of depth specified in the Laravel framework.
Vishnu Damwala
Last updated on Sep 1, 2020
2 min read
How To Move Record From One Table To Another In Laravel
This tutorial explains with an example of how to move a record from one database table to another in PHP Laravel framework.
Vishnu Damwala
Last updated on Sep 1, 2020
2 min read
How To Drop Composite Indexes With Migration In Laravel
This tutorial explains how to create and drop composite keys with migration in PHP Laravel framework with syntax and example
Vishnu Damwala
Last updated on Sep 1, 2020
2 min read
How To Create Composite Indexes With Migration In Laravel
This tutorial explains how to create composite keys with migration in PHP Laravel framework with syntax and example
Vishnu Damwala
Last updated on Sep 1, 2020
2 min read
Ways to declare unsigned columns in the Laravel migrations
Laravel allows developers to declare unsigned columns in different ways. As itβs required to handle the relationship between tables by just associating models with each other.
Vishnu Damwala
Last updated on Sep 1, 2020
1 min read
Β»
Cite
Γ