yttcom.net · Tech · PHP Education
← Back to Tech
PHP — Beginner Guides
Five plain-English guides. Start at the top and work down — each one builds on the last.
GUIDE 01
What Is PHP?
What the language is, why it exists, where it runs, and how it connects to yttcom.net
GUIDE 02
PHP Basics
Variables, strings, arrays, loops, functions — the building blocks of every PHP file
GUIDE 03
Working With Files
How PHP reads and writes files on the server — why this matters for yttcom endpoints
GUIDE 04
HTTP & APIs
What happens when a browser or curl calls your PHP script — requests, responses, JSON
GUIDE 05
Security Basics
Tokens, why bad input is dangerous, rate limiting — keeping yttcom.net locked down