Building a Secure REST API in PHP 8
REST APIs power modern web apps — but a poorly secured endpoint can expose your entire system. Here's how we build them right.
Read more →Web development articles, tutorials, and updates from the ScriptInPHP studio.
REST APIs power modern web apps — but a poorly secured endpoint can expose your entire system. Here's how we build them right.
Read more →Most slow PHP applications aren't slow because of PHP — they're slow because of MySQL. Five changes that consistently deliver real results.
Read more →If you're still using deprecated mysql_* functions, here's a practical step-by-step guide to moving to PDO without breaking your application.
Read more →Every year someone writes the PHP is dead post. Every year PHP ships major features, powers 77% of the web, and quietly keeps running everything.
Read more →Back in 2012 we built DynForm, a PHP class that reads your DB schema and generates a complete CRUD form automatically. The concept is still solid today.
Read more →