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.' Quote Link to comment 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> Quote Link to comment 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 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.