Hi, I am new to programming so please bear with me!
I am trying to get information displayed from a database to be used as a hyperlink to go to that page. i.e.
www.mysite.com/[nickname]
I can get the info to be shown on the page, but I can't get it to become a hyperlink..
www.mysite.com/$p_arr[NickName]
Wondered what code is needed.
Thanks
Quote:
|
Originally Posted by StickMan
Hi! i have a question. I have always wondered how people do stuff like
http://www.mysite.com/community/users/Joe
and that would pull up a profile for the user joe?
i know how to do somthing like http://www.mysite.com/community/users/?=Joe
does anyone know a good tutorial about this? or can someone give me a brief course on this type of thing?
also how can i make it, when users register, it makes a subdomain for them?
|