current location:Home > Technical Articles > Daily Programming
- 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 tutorial MySQL Tutorial HTML Tutorial CSS Tutorial
-
- Setting Up LAMP (Linux, Apache, MariaDB and PHP) on Fedora 24 Server
- Follow these instructions to install LAMP (Linux, Apache, MariaDB, and PHP) on a Fedora 24 server. First, perform a minimum installation of Fedora 24. Install the necessary components, including PHP, MariaDB, and Apache, after updating the system. Ac
- PHP Tutorial . Backend Development 244 2024-08-28 11:00:32
-
- Saving an Image from URL in PHP
- There are several ways to save an image from a URL in PHP. Here are three common methods: Using file_get_contents() and file_put_contents() Using cURL Using the GD library Using file_get_contents() and file_put_contents() Using file
- PHP Tutorial . Backend Development 976 2024-08-28 10:40:32
-
- Setting Up Nginx with MariaDB and PHP/PHP-FPM on Fedora 24 Server and Workstation
- Hosting websites and online applications requires setting up a web server infrastructure. In this article, we'll try to understand the setting up of Nginx on Fedora 24 Server and Workstation using MariaDB and PHP/PHP-FPM. This combination creates a s
- PHP Tutorial . Backend Development 591 2024-08-28 10:40:05
-
- How to Select and Upload Multiple files with HTML and PHP, using HTTP POST
- HTML and PHP are commonly used together to create dynamic web applications. When it comes to submitting data from an HTML form to a PHP script, the standard method is to use the HTTP POST method. HTML (Hypertext Markup Language) HTML is the standard
- PHP Tutorial . Backend Development 364 2024-08-28 10:39:19
-
- How to Display Data from CSV file using PHP?
- In this article, we will learn how to display data from a CSV file using PHP using fgetcsv(), str_getcsv and SplFileObject functions. CSV file is a simple file format used to store data with comma-separated values, and each row in it represents a re
- PHP Tutorial . Backend Development 818 2024-08-28 10:35:06
-
- How to use PHP in HTML?
- To use PHP in HTML, you must enclose the PHP code with PHP start tag . In this article from the example we will learn to use and become comfortable with PHP in HTML. PHP (Hypertext Preprocessor) is a popular server-side scripti
- PHP Tutorial . Backend Development 145 2024-08-28 10:34:10
-
- PHP Program for Subset Sum Problem
- The Subset Sum Problem is a classic problem in computer science and dynamic programming. Given a set of positive integers and a target sum, the task is to determine whether there exists a subset of the given set whose elements add up to the target su
- PHP Tutorial . Backend Development 473 2024-08-28 10:32:39
-
- How to Search by key=value in a Multidimensional Array in PHP
- PHP (Hypertext Preprocessor): PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language that is specifically designed for web development. It was originally created by Rasmus Lerdorf in 1994 and has since evolved into a
- PHP Tutorial . Backend Development 784 2024-08-28 10:31:36
-
- Implementing Callback in PHP
- PHP: PHP (Hypertext Preprocessor) is a widely-used open-source server-side scripting language that is specifically designed for web development. It was originally created by Rasmus Lerdorf in 1994 and has since evolved into a powerful language used b
- PHP Tutorial . Backend Development 645 2024-08-28 10:31:32
-
- PHP Program for Naive Algorithm for Pattern Searching
- What is PHP? PHP (Hypertext Preprocessor) is a widely used server-side scripting language for web development. It allows developers to embed code within HTML files, enabling the creation of dynamic web pages and interactions with databases. PHP is k
- PHP Tutorial . Backend Development 878 2024-08-28 10:31:20
-
- Sort a Multidimensional Array by Date Element in PHP
- In PHP, you can sort a multidimensional array by a specific element, such as a date, using various approaches. Let's explore a few different methods. Using array_multisort() Using a custom comparison function Using the array_multisort()
- PHP Tutorial . Backend Development 922 2024-08-28 10:31:01
-
- Path with Maximum Probability
- 1514. Path with Maximum Probability Difficulty: Medium Topics: Array, Graph, Heap (Priority Queue), Shortest Path You are given an undirected weighted graph of n nodes (0-indexed), represented by an edge list where edges[i] = [a, b] is an undirect
- PHP Tutorial . Backend Development 513 2024-08-28 06:40:37
-
- How to Grayscale Images of Out-of-Stock Products in WooCommerce Using CSS
- WooCommerce is a powerful and flexible eCommerce plugin for WordPress, allowing you to create and manage an online store with ease. Making visual changes to your products, particularly those that are out of stock, using CSS is just one of the numerou
- CSS Tutorial . Web Front-end 816 2024-08-28 06:37:40
-
- Orbit a CSS framework for crafting simple or complex radial interfaces.
- Hi Devs! I've been a long-time fan of DEV, but this is my first post. I'm excited to introduce Orbit, a new CSS framework I've created that allows you to build radial interfaces using only CSS. Orbit has a flexible API that borrows some spatial des
- CSS Tutorial . Web Front-end 395 2024-08-27 21:00:14
-
- FCS API vs. Insight Ease: A Simple Comparison of Bitcoin API Services
- If you're into Bitcoin APIs, choosing the right one is important. Especially if you're a developer, financial analyst, or running a fintech company. Two popular names you'll hear are FCS API and Insight Ease. But which one is better? Let’s look close
- CSS Tutorial . Web Front-end 613 2024-08-27 21:00:10