hpvic03
Technical User
- Aug 2, 2006
- 89
Alright, I got one for you hardcore coders:
I'm making a site where clients can create custom pages and can define their own directories (i.e. ), so they can give an easy link for other people to find. I have a form where clients can enter their desired directory name, and I have a cfdirectory script that creates the new directory, but now somehow I need to create an index file in each directory that links back to the originally made custom page. The original custom page is found through a url variable that links to a primary key in a database (i.e. custompage.cfm?id=538 ). Also, if possible, I would like to make it so that if people do go to the custompage.cfm?id=<number> that they see in the address box the client's custom directory.
Anybody got any ideas?
Thanks!
I'm making a site where clients can create custom pages and can define their own directories (i.e. ), so they can give an easy link for other people to find. I have a form where clients can enter their desired directory name, and I have a cfdirectory script that creates the new directory, but now somehow I need to create an index file in each directory that links back to the originally made custom page. The original custom page is found through a url variable that links to a primary key in a database (i.e. custompage.cfm?id=538 ). Also, if possible, I would like to make it so that if people do go to the custompage.cfm?id=<number> that they see in the address box the client's custom directory.
Anybody got any ideas?
Thanks!