|
Well. . . anything is possible, but what you're looking for doesn't really sound all that complex - you could probably get a custom coding job for something like that fairly cheap, depending on what exactly you intend to do with the information (i.e. add it to a database, etc).
You can simply use a cgi script & a htaccess mod_rewrite to create yoursite.com/username/ or whatever you're looking for from the form data, though if you want to do too much more with the form data it might raise the price.
You could also create a 'static' html page from the form data, but that's usually not a good idea because the pages then could not be edited from one location & it'd take up a lot of space if you had thousands of pages.
I think you might be better off with a custom code as you've apparently already got a semblance of your system in place. I personally don't know of a script that does what you're looking for, though.
|