PHP CRUD with Authentication

In last couple of posts, we discussed about CRUD and authentication using PHP and MySQL. Our example was an Address Book application. You can check back those posts here and here. Now its the time to combine the two and create a practical example. CRUD and authentication are very common tasks in web development. Most […]