M
MeshWorld.
Back to Tags
Topic View

#PHP.

24 posts filed under this topic.

PHP 3 min read

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
PHP 4 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
PHP 3 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
HowTo 2 min read

Install XAMPP on Ubuntu

Learn how to install XAMPP on Ubuntu, start and stop it from the terminal, open the manager, and remove it cleanly when needed.

Vishnu Damwala
PHP 27 min read

PHP - LinkedIn Skill Assessments Quizzes with Answers

In this article, you will find LinkedIn Assessment, Questions and Answers for PHP.

Darsh Jariwala
PHP 3 min read

PHP Interview Questions

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
PHP 2 min read

PHP - Ternary Operator

PHP - Ternary Operator

Vishnu Damwala
PHP 3 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
PHP 1 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
PHP 3 min read

Form Validation For Allowing Only Past Date Or Date Before Today

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
PHP 3 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
PHP 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
PHP 2 min read

How To remove elements from array collection In Laravel

This tutorial explains with syntax and example how we can move records from one table to another collection in PHP Laravel framework

Vishnu Damwala
PHP 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
PHP 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
PHP 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
PHP 2 min read

How to bind URL parameter to model in Laravel

How to bind URL parameter to model in Laravel

Vishnu Damwala
PHP 2 min read

How To Create Indexes With Migration In Laravel

How To Create Indexes With Migration In Laravel

Vishnu Damwala
PHP 1 min read

How to build query string from an array with http_build_query in PHP

How to build query string from an array with http_build_query in PHP

Vishnu Damwala
Program 1 min read

Convert hexadecimal color to rgb or rgba in php

Convert hexadecimal color to rgb or rgba in php

Vishnu Damwala
PHP 2 min read

Get Array of IDs from Eloquent Collection in Laravel

Get an array of ids from Eloquent collection in Laravel using pluck() and modelKeys() function

Vishnu Damwala
PHP 6 min read

What’s New in PHP 7.4

PHP 7.4 is coming with new features, deprecations, and a boost in performance. Find out the new PHP 7.4 features in this guide.

Vishnu Damwala
PHP 3 min read

How to find the array index key of multi-dimensional array

How to find the array index key of multi-dimensional array

Vishnu Damwala
PHP 3 min read

How to Get Values from Multi-dimensional Arrays with array_column()

array_column() is an inbuilt PHP function which is used to get the values from a single column from the multi-dimensional array or an array of objects.

Vishnu Damwala