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 […]

PHP CRUD example with JS and CSS

In our previous blog, we created a simple CRUD application. To introduce some more features, we have created this new application. We have added CSS and JavaScript for better user interface. But the main code base is almost same. As in before, we will follow following steps to complete our application: Create Database and Table […]