scottreid1974 Posted January 26, 2007 Share Posted January 26, 2007 Hi,I would like to know how when a link is retrieved from a database and displayed on a html page, you can change the text of the link. for example;-if i have a link to a website called http//:www.waqfqw/qrf23.com, how can i make the displayed text read 'click here to go to website.' Link to comment https://forums.phpfreaks.com/topic/35841-changing-the-text-of-a-link/ Share on other sites More sharing options...
Jessica Posted January 26, 2007 Share Posted January 26, 2007 This is HTML, not PHP<a href="http://www.domain.com">Text Here</a> Link to comment https://forums.phpfreaks.com/topic/35841-changing-the-text-of-a-link/#findComment-169910 Share on other sites More sharing options...
scottreid1974 Posted January 26, 2007 Author Share Posted January 26, 2007 thanks, i am ok with the html side of it, but do i make retrieved links read the text, if i searched the database, and it came up with different amount of results each time, how do i make all urls's read 'text here' automaticallyI am still having trouble with the logging on to unique url question as well.Thanks for your advice Link to comment https://forums.phpfreaks.com/topic/35841-changing-the-text-of-a-link/#findComment-169913 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.