--- 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
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
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:
>> >
--- 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
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
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.
-
--- 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
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
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