Coders Republic

Home / Category

Programming

PHP (Part 2): Variables and Constants

Programming · Web Development

PHP (Part 2): Variables and Constants

In Part 1 we covered PHP's basic syntax. As promised, this time we'll look at variables and constants — the two ways PHP stores information for you to use later.

Hosting on the Edge: Why This Site Has No Server

Web Development · Networking · Programming

Hosting on the Edge: Why This Site Has No Server

The site you're reading has no web server, no database, and nothing to patch. Here's how 'static + edge' hosting works — and why it's faster and safer than the old way.

Prompt Injection: The New Injection Attack

AI · Pentesting · Web Development · Programming

Prompt Injection: The New Injection Attack

SQL injection broke databases. Command injection broke shells. Prompt injection breaks AI — and as we wire LLMs into agents and tools, it's the #1 risk to understand.

PHP (Part 1): Basic Syntax

Programming · Web Development

PHP (Part 1): Basic Syntax

What is PHP? PHP: Hypertext Preprocessor (PHP) is an open source general purpose scripting language that is widely used for web development and can be…