Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Simple Question : url
Old 06-22-2006, 03:22 PM Simple Question : url
afridy's Avatar
Extreme Talker

Posts: 196
Trades: 0
Hello !

i am at early stage of php.
i just want to no how to insert a http link to php

PHP Code:
$body="Hello $address\n";
$body=$body "\n";
$body=$body "Click Here!\n"
My question is i want to insert the hyperlink i.e 'http://www.abcd.net/page.htm' for the 3rd lines 'Click Here!' .

i know it will be like
HTML Code:
 <a href="http://www.abcd.net/page.htm">Click Here!</a>
in HTML

Pls...
afridy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-22-2006, 04:46 PM Re: Simple Question : url
Charley Delta's Avatar
Experienced Talker

Posts: 32
Location: Rochester, NY USA
Trades: 0
All you need to do is escape the quotes (put a \ in front of them) like so:

Code:
$body = $body . "<a href=\"http://www.abcd.net/page.htm\">Click Here!</a>";
Any time you need to put quotes in the HTML code using PHP, just escape the quotes and you're good to go.
__________________
Always take into account what nobody would ever do in a million years, because someone will.
Charley Delta is offline
Reply With Quote
View Public Profile
 
Old 06-22-2006, 04:46 PM Re: Simple Question : url
Extreme Talker

Posts: 160
Trades: 0
I'm not exactly sure what you mean but if you just want to output the hyperlink then :

echo "<a href=\"http://www.abcd.net/page.htm\">Click Here!</a>";

There is no need to use PHP to generate such as link of course, unless you intend to add some dynamic element?
ElectricSheep is offline
Reply With Quote
View Public Profile
 
Old 06-23-2006, 12:00 AM Re: Simple Question : url
afridy's Avatar
Extreme Talker

Posts: 196
Trades: 0
Hi sheep & delta !

Thank you very much for the post.

appriciate your continues support............
afridy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Simple Question : url
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.33220 seconds with 12 queries