Category: Scripts

  • PHP MySQLi Prepared Statements

    PHP MySQLi Prepared Statements

    Prepared statements may seem intimidating at first, but once you get the hang of it, it’ll seem like second nature to you. The goal of this tutorial is to transform someone with little to no knowledge of prepared statements into an expert. How SQL Injection Works Now that we’re done with the theory, let’s get…

  • Changing the browser URL without refreshing the page

    Changing the browser URL without refreshing the page

    This new feature offers you a way to change the URL displayed in the browser through javascript without reloading the page. It will also create a back-button event and you even have a state object you can interact with. This means you won’t have to use the hash hack anymore if you want to add…