I want to develop something similar to jsfiddle in where the user can input some data and then \"save\" it and get a unique random looking url that loads that data.
Here's how I implemented it. Here's the save.php file (can someone tell me if there are any design flaws in it):
And here's load.php:
Hope this helps others.