[PHP] Re: very simple, yet can't think how.

2005-08-01 Thread sonu gill
From my understanding of what you are trying to do you have templates, perhaps, setup for your users that get customized with each individuals data. In that case what you will require to do is first off 1. create a folder for user underneath the corresponding location you want the user setup,

Re: [PHP] Re: very simple, yet can't think how.

2005-08-01 Thread Esteamedpw
Thanks, that's actually really close to what I was looking for... so if I wanted, say: _http://mydomain.com/0/joe_ (http://mydomain.com/0/joe) - you're saying I should have the Directory /0/ or /1/ already set up... right? then do I use something such as mkdir and chdir to create joe?

Re: [PHP] Re: very simple, yet can't think how.

2005-08-01 Thread sonu gill
-general@lists.php.net Sent: Monday, August 01, 2005 10:12 PM Subject: Re: [PHP] Re: very simple, yet can't think how. Thanks, that's actually really close to what I was looking for... so if I wanted, say: http://mydomain.com/0/joe - you're saying I should have the Directory /0