Http://docs.huihoo.com/php/phpmysqlwd3e/Source/Source.zip
This is the PHP MySQL development book source code, in the 26th chapter, is that folder write 26, all code is normal, add bookmarks normal, but only can't delete bookmarks, please kindly people help to look at it? I am a novice.
I looked at it. Delete Bookmark SQL syntax seems to be fine, but I think it receives the way is $HTTP _get_vars, it seems not quite right, $HTTP _get_vars should have been discarded, my PHP version is 5.3.28, please kindly friend tell me How do I change it to delete a bookmark?
You need to import the database file in SQL format first, the database is MySQL
Then run the localhost/26/login.php, depending on your path. Test registration login, add bookmarks, everything is normal, but click to delete the bookmark failed.
Reply to discussion (solution)
Process neat, machine bare n years means that suspicious files never touch
Try to change to $_get.
Change all the shapes, like the $HTTP _xxxx_vars, to the shape of $_xxxx.
Use $_post to get the parameters.