How do I have it so if a word in the url was entered then php will run a part of a script?
Example: Since I want to save server space I want to be able to update my database in one file. Which means deleting, updating, and adding data. So I want to trying to keep everything in one file. So if the user lets say wanted to delete something it will go through the update.php page. But after the ".php" it will show something like "delete" and then php will run a part of the script set up for it and delete what ever the user wanted to delete in mysql,
Example: Since I want to save server space I want to be able to update my database in one file. Which means deleting, updating, and adding data. So I want to trying to keep everything in one file. So if the user lets say wanted to delete something it will go through the update.php page. But after the ".php" it will show something like "delete" and then php will run a part of the script set up for it and delete what ever the user wanted to delete in mysql,
Comment