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. Link to comment https://forums.phpfreaks.com/topic/27318-add-lines/ 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. Link to comment https://forums.phpfreaks.com/topic/27318-add-lines/#findComment-124897 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 Link to comment https://forums.phpfreaks.com/topic/27318-add-lines/#findComment-124898 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. Link to comment https://forums.phpfreaks.com/topic/27318-add-lines/#findComment-124901 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 Link to comment https://forums.phpfreaks.com/topic/27318-add-lines/#findComment-124902 Share on other sites More sharing options...
joshi_v Posted November 15, 2006 Share Posted November 15, 2006 Typing mistake :D It is href . Link to comment https://forums.phpfreaks.com/topic/27318-add-lines/#findComment-124905 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.