You'd need to put the data into a mysql database and then you could read it later and display it on the url.
There are quite a lot of tutorials on php if you search, which will show you how to insert records and read them back.
It's not difficult, but you'll be needing to learn some php to do it, unless you find something already written. I usually write my own code, so that I can tailor it exactly to my needs and so that I know what's happening when there's a bug. My php knowledge comes entirely from copying bits of code here and there and checking the main php site for specific functions when I need them.
__________________
I used to have an open mind but my brains kept falling out.
|