shirvo Posted November 15, 2006 Share Posted November 15, 2006 I want to have a page that will list in tables users that are in a database and when i new username is added a new line is automaticly added with that data in it. Quote Link to comment Share on other sites More sharing options...
joshi_v Posted November 15, 2006 Share Posted November 15, 2006 Just use the same query without where clause , for previous post.and display the result in rows. Quote Link to comment Share on other sites More sharing options...
shirvo Posted November 15, 2006 Author Share Posted November 15, 2006 but i want to add hyperlinks to each of the usernames because it is going to be a message service Quote Link to comment Share on other sites More sharing options...
joshi_v Posted November 15, 2006 Share Posted November 15, 2006 Well Then when displaying an username , write like this[nobbc]<a href="link"><?php echo $res['username'];?></a>[/nobbc]When you click on the username it will leads to the page what you gave in th ehref path.Regards,Joshi. Quote Link to comment Share on other sites More sharing options...
shirvo Posted November 15, 2006 Author Share Posted November 15, 2006 i am so confused what is the ehref Quote Link to comment Share on other sites More sharing options...
joshi_v Posted November 15, 2006 Share Posted November 15, 2006 Typing mistake :D It is href . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.