On Fri, 4 Apr 2003 11:16:49 +0100, you wrote:

>How could I have individual pages for each member who registers?
>(ie) Pages only that member can see.
>
>Would this be easy(ish) to do or should I study PHP a little more first?

This is a very general question. Yes it's possible, and yes you should
do some research on PHP - what it can do and how it does it.

Some links you might find useful:

The manual:

http://www.php.net/manual/en/

especially the session management functions, which allow you to
recognise individual users (among other things)

http://www.php.net/manual/en/ref.session.php

Tutorials. Many, many tutorials

http://directory.google.com/Top/Computers/Programming/Languages/PHP/Tutorials/

And one specifically on session management

http://www.phpfreaks.com/tutorials/41/0.php

Once you know enough to ask more specific questions, I'm sure the people
here will be happy to help you. But what you just asked is something
akin to "my computer is broken. how do I fix it?"


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to