What's PHP?
Learn It in 8 Hours (What's the Web?)
カートのアイテムが多すぎます
カートに追加できませんでした。
ウィッシュリストに追加できませんでした。
ほしい物リストの削除に失敗しました。
ポッドキャストのフォローに失敗しました
ポッドキャストのフォロー解除に失敗しました
プレミアムプラン4か月 月額99円キャンペーン開催中
¥1,600 で購入
-
ナレーター:
-
Matthew Caldwell
-
著者:
-
John Rouda
PHP runs more of the web than any other language — and you can be writing it today. If you can spend a focused afternoon, you can go from "what even is PHP?" to building a real, database-backed website. No computer-science degree, no framework rabbit holes, no 900-page reference. Just modern PHP 8, explained plainly, one small win at a time.
What's PHP? Learn It in 8 Hours is the sixth book in John Rouda's best-loved "What's…?" series, the same friendly, get-to-the-point style that has taught thousands of beginners HTML, CSS, JavaScript, and SQL. This time you'll learn the language that ties it all together on the server.
By the last page you'll be able to:
- Set up fast — Install PHP and run your first script in minutes
- Master the fundamentals — variables, strings, decisions, loops, functions, and arrays without the jargon
- Handle real requests — read form input, manage sessions and cookies, and handle file uploads safely
- Talk to a database — connect to a database with PDO and read and write data the secure way
- Write modern, organized code — classes, interfaces, traits, enums, namespaces, and Composer
- Lock the doors — password hashing, escaping output, CSRF protection, and dodging SQL injection
- Build APIs — produce and consume JSON so your PHP can talk to anything
Everything builds toward one project: "The Daily Grind," a working coffee-shop website you assemble piece by piece — a live menu, a shopping cart, an order form, and a JSON API — so the concepts stick because you actually used them.
This book is for you if…
- you're brand new to back-end programming and want a calm, guided start
- you already know a little HTML, CSS, or JavaScript and want to add server-side skills
- you've tried PHP before but bounced off outdated tutorials teaching old habits
- you want practical, modern, security-aware PHP.