Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. graphics4you

    New to PHP but how do you set up a link in a variable?

    Thanks for all your help. I think I got something thats going to work out. You all were a big help!
  2. graphics4you

    New to PHP but how do you set up a link in a variable?

    Well, that almost worked here is the code I used. echo "<html><a href\"=http://www.markcgoodman.com\">Click here</a></html>"; Now we are so close. The Click here shows up as a link (Oh YEAH) but its not linking to www.markcgoodman.com. So PHP sees the href but can not get the URL out of the...
  3. graphics4you

    New to PHP but how do you set up a link in a variable?

    I want to send out e-mails with PHP with a link inside the e-mail. How do you make a variable handle an HTML link? I tried a few things like . . . This was a test to see if PHP would just print up a link [failed] echo"<html>a href=href=http://www.markcgoodman.com</html>"; or assigning a...

Part and Inventory Search

Back
Top