[php-list] Re: Figured out the symlink, but problems

2005-08-08 Thread Website Managers
--- In php-list@yahoogroups.com, "Marian Briones" <[EMAIL PROTECTED]> wrote: > Hi - > > I got it all solved without the symlink. What I was trying to do was > to let a registered member create their own virtual webspace. Say I > want to be able to display my profile to someone if they go to th

[php-list] Re: Figured out the symlink, but problems

2005-08-07 Thread Marian Briones
Hi - I got it all solved without the symlink. What I was trying to do was to let a registered member create their own virtual webspace. Say I want to be able to display my profile to someone if they go to the url www.mymembershipsite/catlady Catlady is my chosen name for this thing; myspace.com

Re: [php-list] Re: Figured out the symlink, but problems

2005-08-07 Thread Pete
In message <[EMAIL PROTECTED]>, Marian Briones <[EMAIL PROTECTED]> writes >--- In php-list@yahoogroups.com, Pete <[EMAIL PROTECTED]> wrote: >> In message <[EMAIL PROTECTED]>, Marian Briones >> <[EMAIL PROTECTED]> writes >> >The way people would come upon this page is by typing something like: >> >

[php-list] Re: Figured out the symlink, but problems

2005-08-05 Thread Marian Briones
--- In php-list@yahoogroups.com, Pete <[EMAIL PROTECTED]> wrote: > In message <[EMAIL PROTECTED]>, Marian Briones > <[EMAIL PROTECTED]> writes > >The way people would come upon this page is by typing something like: > > > >www.somedomain.com/cat > > > >cat would be a symlink to a php page that woul

Re: [php-list] Re: Figured out the symlink, but problems

2005-08-05 Thread Pete
In message <[EMAIL PROTECTED]>, Marian Briones <[EMAIL PROTECTED]> writes >The way people would come upon this page is by typing something like: > >www.somedomain.com/cat > >cat would be a symlink to a php page that would bring in 'cat's >information from the database, hence displaying cat's 'web p

[php-list] Re: Figured out the symlink, but problems

2005-08-05 Thread Marian Briones
The way people would come upon this page is by typing something like: www.somedomain.com/cat cat would be a symlink to a php page that would bring in 'cat's information from the database, hence displaying cat's 'web page.' I thought this would be pretty cut and dried but as usual, I am wrong. -

Re: [php-list] Re: Figured out the symlink, but problems

2005-08-05 Thread James Keeline
--- Marian Briones <[EMAIL PROTECTED]> wrote: > That didn't work either. > > I don't know what to do. > > If I can figure out a way to pass the directory name to an index.php > page in a directory I'm pointing to that would enable me to have the > php gather the info out of my database You ha

[php-list] Re: Figured out the symlink, but problems

2005-08-05 Thread Marian Briones
That didn't work either. I don't know what to do. If I can figure out a way to pass the directory name to an index.php page in a directory I'm pointing to that would enable me to have the php gather the info out of my database (slamming head hard on desk) --- In php-list@yahoogroups.com, James

[php-list] Re: Figured out the symlink, but problems

2005-08-05 Thread Marian Briones
I'm going to try this, but what I did in the interim, just for fun, was make the symlink point to an existing directory. It then gave me a directory listing, and if I plunked an index page in there, well it will probably kick that out. But how can I pass the variable about that person to that ind