current location:Home>Technical Articles>Backend Development>PHP Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- PHP in the Age of AI: Dont Overlook This Web Powerhouse for Your Next Smart Project
- Thereafter, PHP might very well prove to be the unsung hero of the AI revolution. While Python gets huge exposure, PHP's varied strengths make it compelling for many AI-fueled web applications. But let me make something clear: This is not about decla
- PHP Tutorial 197 2024-07-18 01:38:11
-
- . Sum of Square Numbers
- 633. Sum of Square Numbers Medium Given a non-negative integer c, decide whether there're two integers a and b such that a2 + b2 = c. Example 1: Input: c = 5 Output: true Explanation: 1 * 1 + 2 * 2 = 5 Example 2: Input: c = 3 Output: fa
- PHP Tutorial 416 2024-07-18 01:22:15
-
- Building a Simple Blog with Flight - Part 1
- Hey everyone! I figured it was time to showcase some of the new features that have been added to the Flight Framework for PHP. Earlier this year the original creator of Flight Mike Cao graciously offered to transfer ownership of mikecao/flight over t
- PHP Tutorial 992 2024-07-18 01:21:41
-
- How I Solved a Challenging Backend Problem with PHP & MySQL
- Hello there, it's been a while since I wrote a blog post; well, here I am writing about one of the most challenging problems I encountered and an overview of how I solved it. Challenges especially ones that will get you worked up cannot be escaped a
- PHP Tutorial 983 2024-07-17 21:13:21
-
- All Ancestors of a Node in a Directed Acyclic Graph
- 2192. All Ancestors of a Node in a Directed Acyclic Graph Medium You are given a positive integer n representing the number of nodes of a Directed Acyclic Graph (DAG). The nodes are numbered from 0 to n - 1 (inclusive). You are also given a 2D int
- PHP Tutorial 322 2024-07-17 19:34:52
-
- Opinionated: How to safely insert multiple records to more than one table in Laravel
- There are many ways to kill a bird. Different people have their unique ways of doing things effectively, that was why I added OPINIONATED to the topic, this is my way of inserting multiple records to more than one table and running other services eff
- PHP Tutorial 608 2024-07-17 19:33:34
-
- . Patching Array
- 330. Patching Array Hard Given a sorted integer array nums and an integer n, add/patch elements to the array such that any number in the range [1, n] inclusive can be formed by the sum of some elements in the array. Return the minimum number of pa
- PHP Tutorial 843 2024-07-17 19:19:22
-
- How to Provision a Server With Laravel Forge?
- Laravel is a powerful PHP framework that empowers developers to build dynamic and scalable web applications. However, the process of setting up and managing servers for deployment can be a significant hurdle. This is where Laravel Forge comes in. La
- PHP Tutorial 612 2024-07-17 18:27:12
-
- How to extract a simple validator class in PHP?
- I previously learned how to create a form and validate it, and then store the form data in a database. Today, I learned how to extract a Validator Class from the form validation code, making it reusable and modular. Introduction A Validat
- PHP Tutorial 441 2024-07-17 13:57:12
-
- Generating PDF documents in Laravel
- Laravel and DomPDF: Step by step guide to generating PDF Documents with Images and CSS Creating PDF documents is a common requirement in web applications, especially for generating invoices, receipts, certificates, tickets, and various reports.
- PHP Tutorial 806 2024-07-17 13:09:06
-
- How To Use PHP As A Backend Using React For Frontend
- Introduction Developing dynamic and interactive web apps is crucial in the dynamic and ever-changing world of web development. The speed and versatility of React, a JavaScript toolkit for creating user interfaces, have led to its great populari
- PHP Tutorial 410 2024-07-17 12:49:38
-
- Editing and Updating Notes using PATCH Request Method
- As a follow-up to creating new notes using forms and request methods, we will now explore how to edit and update existing notes in the database using the PATCH request method. When a user wants to edit a note, we need to provide a way for them to ac
- PHP Tutorial 267 2024-07-17 12:25:51
-
- Serving different routes depending the port webserver serves my applciation in laravel.
- Dude check this out: How I resolve different routes on an application using same url but different port? Jun 25 '24 Comments: 1
- PHP Tutorial 209 2024-07-17 11:57:17
-
- Filament PHP Blade UI Components Visually Explained
- In addition to the awesome full-stack components that Filament PHP provides, some UI components are also available to be used independently on your Blade view files. I've been working on creating references to easily visualize these Blade UI compone
- PHP Tutorial 473 2024-07-17 09:59:21
-
- How to Avoid Adding New Code that Uses Deprecated Code?
- Spring cleaning your code? Developers are constantly improving code and adding new features. Sometimes, this includes deprecating older code as newer, faster alternatives become available. However, it's not always feasible to immediately update all i
- PHP Tutorial 363 2024-07-17 09:27:38