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

Page redirect in PHP

The header() function can be used to send a new HTTP header to client, so to redirect it to a new page. Example is: Alternately JavaScript can be used within PHP or HTML code to do the same: