:idea: I want to be able to let users create a subdomain during their registration so that they can choose a name and it become their URL for reaching the page they can create on my site.

EX: User chooses bobandsue
They will be able to reach their url by either http://bridalnetworks.net/bobandsue or, preferrably, http://bobandsue.bridalnetworks.net

This way they can have a folder setup automatically to upload their photos and files to.

Any ideas or push/nudges in the right direction?

Katy

Hey Katy,

to create a a folder, use this syntax

<cfdirectory directory= "#ExpandPath( '.\NewFolder\' )#" action="create">

Now we've just created this,

http://bridalnetworks.net/NewFolder

Now all you have to do is create the user input and integrate it with the syntax above

There's you nudge :)

Walyer

Walyer's Playpen

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.