PDA

View Full Version : How can i link to users?


pilotxx
02-04-2009, 07:59 AM
Hii

I have a PHP system that have usernames like on my VB forums. i want to use the VB /member.php to be the user profile. how can i do it? i want let link with "member.php?u=4" but i want to use the username instad of the userID (4). i don't have userID's on my PHP system. only on my VB forum...

thanks

Marco van Herwaarden
02-04-2009, 09:30 AM
<a href="https://vborg.vbsupport.ru/member.php?username=pilotxx" target="_blank">https://vborg.vbsupport.ru/membe...ername=pilotxx</a>

Dismounted
02-04-2009, 10:43 AM
Make sure you encode the username before you insert it into URLs. Not doing so may break the URL.

pilotxx
02-12-2009, 07:11 AM
WOW thank you!!!!!