View Single Post
  #11 (permalink)  
Old Jan 31st, 2008, 12:05
longstand longstand is offline
Reputable Member
Join Date: Oct 2007
Location: Liverpool UK
Age: 29
Posts: 216
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Session Code (Were to place it)

Sorry feller!!

Here is the code from the view user profile button :
PHP: Select all

<td width="145"><div align="center"><a href="Accounts.php?id=<?php echo $row_rsResult['registid']; ?>">View</a></div></td>
Here is whats showen in the browser once the profile loads: http://localhost/Content%20managment/Accounts.php?id=2

Here is what is in the parrameter:
PHP: Select all

Accounts.php?id=<?php echo $row_rsResult['registid']; ?>

This part of my site works when i do a search & click the link to view the profile (The profile displays with no problems-belonging to that user) the problem i have is the profile data does not load automatically in the profile page once the user has logged in...

Hope this helps
Reply With Quote