Como cliente Amazon Prime obtén 3 meses de Audible gratis
What's PHP?
Learn It in 8 Hours (What's the Web?)
No se ha podido añadir a la cesta
Error al eliminar la lista de deseos.
Se ha producido un error al añadirlo a la biblioteca
Se ha producido un error al seguir el podcast
Error al dejar de seguir el podcast
Suscríbete a la prueba gratuita para poder disfrutar de este libro a un precio exclusivo para suscriptores
Compra ahora por 11,99 €
-
Narrado por:
-
Matthew Caldwell
-
De:
-
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.