PHP

PHP is a popular scripting language for web development. It can create dynamic and interactive web pages by running on the server and sending HTML to the browser. It is free, fast, and flexible,

Laravel: Connect to different databases based on routes

Updated: February 6, 2024 By: Guest Contributor

Introduction Working with a single database is a common scenario for most web applications. However, as applications grow in complexity or need to handle different types of data…

How to Generate QR Codes in Laravel (the right way)

Updated: February 5, 2024 By: Guest Contributor

Instroduction In modern web development, QR codes serve as a bridge between the online and offline worlds, allowing users to access web content by simply scanning a code…

How to Create and Display a QR Code in Symfony

Updated: February 5, 2024 By: Guest Contributor

Introduction In this tutorial, we will explore the process of creating and displaying a QR code in a Symfony project. Whether you’re building a web application that generates…

How to parse/decode QR codes in PHP

Updated: February 5, 2024 By: Guest Contributor

Overview Quick Response (QR) codes are two-dimensional barcodes that can store information like text, URLs, or other data, readable by devices. They are widely used for their simplicity…

PHP: Rendering JSON data in a HTML table

Updated: February 2, 2024 By: Guest Contributor

Introduction Ever needed to display JSON data within a web page? This tutorial covers how you can render JSON data into an HTML table using PHP, empowering you…

PHP: How to Extract all Headings from HTML Source (2 Ways)

Updated: February 2, 2024 By: Guest Contributor

Overview Extracting headings from HTML source code can be an essential task for various purposes such as content analysis, SEO optimization, and creating content summaries. PHP, with its…

Laravel + Eloquent: Design a Simple URL Shortening Service

Updated: January 28, 2024 By: Guest Contributor

Getting Started URL shortening services have become an essential tool in the age of social media and online marketing. They simplify long URLs, making them easier to share…

Laravel + Blade: How to Create a “Table of Contents”

Updated: January 26, 2024 By: Guest Contributor

Introduction Creating a Table of Contents (TOC) in any document or web page aids in navigating through the content effectively. For web applications built on Laravel with Blade…

Laravel + Eloquent: How to Build a Rating System

Updated: January 26, 2024 By: Guest Contributor

Introduction This tutorial shows how to build a robust rating system within a Laravel application using Eloquent ORM. A rating system is an essential feature for many web…

Laravel + Eloquent: Storing comments and nested comments

Updated: January 25, 2024 By: Guest Contributor

Introduction When building a web application that requires user interaction, such as a blog or a forum, incorporating a commenting system is a common need. With Laravel, an…

1 2 3 4 5 6 95