I want to generate subdomain and database for each employer dynamically, while they are registering in my site, they want to generate subdomain as "username.mysite.com" and all the details about this employer will stored in seperate db. Please Somebody help me.
Hmm.. First add a entry *.mystie.com then in your php code you can easily mange redirect every user to specific page. database is also mange on form submitting when the form submit on that point you can create new database using user's $_POST[] data variable. TechBabu ------------ Don't just make a website: Make an impact
Thanks for your reply,I cant get you properly. Please give me some brief explanation about this. Iam developing a jobsite.When the recruiter registered, they want to handle new database and generate subdomains. also the details about the recruiter are saved in the main database also
I think he's trying to tell you to use a wildcard DNS record (or wildcard subdomain? Can't recall the right term), which will redirect to a script that will look up the info in the database. Depending on your server OS and web server, there are a lot of ways to configure this. Your host can set it up for you, if they allow it.
I cant understand, i am new to this . please give some brief explanation or sample codes or links etc.The recruiter don't want to save interviews on someones server.so they want to cloned and put in their office with own logo and name. so it works like a manager section for them.
This is quite a job. You'd be better off hiring someone to do it for you versus trying it yourself. So much of it depends on how your DNS and webserver is set up.