This is the error displaying in the browser after I have redirected the form. error redirection: header("Location: http://localhost/shoes/stores/itemdetails.php?id=$id");exit; PHP:
Never mind I had a typo inside the url string inside the header(): that's find it was not able to find the webpage I was trying to output inside the header function Now it is redirecting.........