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