Tagged articles
12 articles
Page 1 of 1
php Courses
php Courses
Sep 24, 2025 · Backend Development

Master PHP’s urldecode(): How to Decode URLs with Simple Code

This article explains the purpose of URL encoding, introduces PHP's urldecode() function, shows its prototype and practical examples, and highlights its limitations and the alternative rawurldecode() for handling special characters.

PHPURL decodingbackend-development
0 likes · 3 min read
Master PHP’s urldecode(): How to Decode URLs with Simple Code
php Courses
php Courses
May 16, 2025 · Backend Development

Using PHP urlencode for URL Encoding of Special and Non-ASCII Characters

URL encoding ensures safe transmission of special and non‑ASCII characters in web requests, and PHP's built‑in urlencode function—illustrated with both English and Chinese examples—demonstrates how to encode strings, handle spaces, and use rawurlencode when a %20 representation is required.

PHPURL encodingurlencode
0 likes · 3 min read
Using PHP urlencode for URL Encoding of Special and Non-ASCII Characters
php Courses
php Courses
Apr 17, 2025 · Backend Development

Using session_start in PHP: Basics, Lifecycle Control, and Destruction

This article explains how to correctly use PHP's session_start function, demonstrates basic session handling, shows how to control session lifetime with session_set_cookie_params, and describes how to destroy a session using session_destroy, providing practical tips for effective backend session management.

PHPSession Managementbackend-development
0 likes · 4 min read
Using session_start in PHP: Basics, Lifecycle Control, and Destruction
JavaScript
JavaScript
Feb 20, 2025 · Frontend Development

What’s New in ES2025? 7 Game‑Changing JavaScript Features You Must Try

This article introduces seven highly anticipated ES2025 JavaScript features—including deferred module evaluation, pattern matching, native type annotations, a smart pipeline operator, exception groups, records & tuples, and block parameters—explaining their syntax, advantages, and practical use cases for modern web development.

ES2025JavaScriptNew Language Features
0 likes · 4 min read
What’s New in ES2025? 7 Game‑Changing JavaScript Features You Must Try
php Courses
php Courses
Nov 7, 2024 · Backend Development

How to Use PHP's urlencode Function for URL Encoding

This article explains the importance of URL encoding for transmitting special and non-ASCII characters, demonstrates how to use PHP's urlencode function with example code for both English and Chinese strings, and notes the difference with rawurlencode for space handling.

Data TransmissionPHPbackend-development
0 likes · 4 min read
How to Use PHP's urlencode Function for URL Encoding
php Courses
php Courses
Oct 16, 2024 · Backend Development

Using PHP's urlencode Function to Encode URLs

This article explains the importance of URL encoding for transmitting data safely on the internet, demonstrates how to use PHP's built‑in urlencode function with examples for both ASCII and non‑ASCII strings, and highlights considerations such as space handling and the alternative rawurlencode function.

Data TransmissionPHPURL encoding
0 likes · 4 min read
Using PHP's urlencode Function to Encode URLs
21CTO
21CTO
Mar 18, 2024 · Backend Development

Why PHP Still Dominates Server‑Side Development in 2024

Despite criticism and a slight market dip, PHP remains the world’s most widely used server‑side language, powered by continuous updates, a massive open‑source community, major corporate adoption, and expanding roles in modern web, IoT, and AI applications.

PHPopen‑sourceserver-side
0 likes · 6 min read
Why PHP Still Dominates Server‑Side Development in 2024
php Courses
php Courses
Feb 1, 2024 · Backend Development

How to Use PHP's file_get_contents() to Read Files and URLs

This article explains the PHP file_get_contents() function, covering its syntax, parameters, return values, practical examples for reading local files and remote URLs, common pitfalls, and best practices for reliable file handling in backend development.

PHPfile_get_contentsweb programming
0 likes · 4 min read
How to Use PHP's file_get_contents() to Read Files and URLs
21CTO
21CTO
Sep 1, 2023 · Frontend Development

Run Python Directly in the Browser with PyScript: A Step‑by‑Step Guide

This article introduces PyScript, explains how it compiles Python to WebAssembly for client‑side execution, and provides a complete tutorial—including setup, a Hello World example, and code explanations—to help developers embed Python seamlessly into HTML web pages.

HTMLPyScriptPython in Browser
0 likes · 7 min read
Run Python Directly in the Browser with PyScript: A Step‑by‑Step Guide
21CTO
21CTO
May 5, 2016 · Backend Development

What Drives the Creator of PHP? Rasmus Lerdorf’s Journey and Insights

In an exclusive interview, PHP’s creator Rasmus Lerdorf shares his pragmatic philosophy, the origins of PHP, his career from Yahoo to WePay, lessons from developing PHP 7, thoughts on JavaScript, and his vision for solving real‑world web problems.

Rasmus Lerdorfweb programming
0 likes · 10 min read
What Drives the Creator of PHP? Rasmus Lerdorf’s Journey and Insights