Hi all
I am completely new to PHP and I have taken the code directly from the download source of this publishing book. I wanted to see it all working first before I delved in. So I can display my admin.php which shows a table with the add, edit and delete options visible. As soon as I select either the add or edit option, I get the following error
The web page at
http://localhost:8080/movies/movie.php?action=add might be temporarily down or it may have moved permanently to a new web address.
Error 103 (net::ERR_CONNECTION_ABORTED): Unknown error.
Reading this above I understand that it is trying to go to the movie.php but cannot get there. I can confirm that movie.php is there.
Yet if I pick the delete option it does ask me do I want to delete the record, which tells me that the delete.php is been read.
Bear with me, as this might just be an easy answer, but I am completely new.
Thanks
Cottsie