Re: [PHP] what's the best way to handle this?

2003-03-18 Thread Justin French
very cool chris!!! Justin on 19/03/03 2:27 AM, Chris Hayes ([EMAIL PROTECTED]) wrote: > At 14:38 18-3-03, you wrote: >> Ok, I hope this makes sense, >> >> When a user 'registers' with our site, I want to generate their personal >> webpage for them. Currently, I have a webpage where the conten

Re: [PHP] what's the best way to handle this?

2003-03-18 Thread CPT John W. Holmes
> When a user 'registers' with our site, I want to generate their personal > webpage for them. Currently, I have a webpage where the contents are > generated from their personal info in the db and I have a drop down to view > client pages but it is just the same page but I pass in the clientid so

Re: [PHP] what's the best way to handle this?

2003-03-18 Thread Chris Hayes
I forgot to mention, you may need to finetune this: not every server gives exactly the same $SERVER values. When default is reached, the url is really wrong and you give them a nice scowling in the 404.html file. (A nice suggestion: "HEY You dumb pi3ce of sh1t3! Learn to type! O

Re: [PHP] what's the best way to handle this?

2003-03-18 Thread Chris Hayes
At 14:38 18-3-03, you wrote: Ok, I hope this makes sense, When a user 'registers' with our site, I want to generate their personal webpage for them. Currently, I have a webpage where the contents are generated from their personal info in the db and I have a drop down to view client pages but it i

RE: [PHP] what's the best way to handle this?

2003-03-18 Thread Edward Peloke
thanks, not sure how to do either of these...but I will look them up. -Original Message- From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 9:14 AM To: Edward Peloke Cc: [EMAIL PROTECTED] Php. Net Subject: Re: [PHP] what's the best way to handle this?

Re: [PHP] what's the best way to handle this?

2003-03-18 Thread Ernest E Vogelsinger
At 14:38 18.03.2003, Edward Peloke said: [snip] >When a user 'registers' with our site, I want to generate their personal >webpage for them. Currently, I have a webpage where the contents are >generated from their personal info in the db and I have a drop do

[PHP] what's the best way to handle this?

2003-03-18 Thread Edward Peloke
Ok, I hope this makes sense, When a user 'registers' with our site, I want to generate their personal webpage for them. Currently, I have a webpage where the contents are generated from their personal info in the db and I have a drop down to view client pages but it is just the same page but I pa