Current location: Hot Scripts Forums » Programming Languages » PHP » php text link


php text link

Reply
  #1 (permalink)  
Old 06-11-06, 11:47 AM
pucker22 pucker22 is offline
Newbie Coder
 
Join Date: Jun 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Smile php text link

ok, so my php script has something lik this in it : -

PHP Code:

elseif($_GET["note"] == "12"$status "<span style=\"background: #fff; color: #f00\">Hello their</span>"
basically, when the user clicks the submit button, the text ' Hello their ' will appear at the top.

The question i have, is I want to add a HTML link, so the user can click on it after clickign the submit button, at the top of the page.

The problem is, when I add something lik this:-

Code:
<a href="http://website.com">click me to continue </a>
php understands the // as a command line and not a text link .... kidna with me ? sorry if I may not sound right but its kidna hard to explain I guess :/

well anyway, i want to know how can I have that link to work inside the php script?

because when you do // in dreamweaver it turns orange and tis just something you can use to note something down. I.E

// this is the text link

thnx!

Last edited by Christian; 06-11-06 at 02:54 PM.
Reply With Quote
  #2 (permalink)  
Old 06-11-06, 02:58 PM
Christian's Avatar
Christian Christian is offline
Community VIP
 
Join Date: Mar 2005
Location: ProgrammingTalk
Posts: 2,449
Thanks: 0
Thanked 6 Times in 5 Posts
You have to escape the double quotes with a \, try this.
PHP Code:

elseif($_GET["note"] == "12"$status "<span style=\"background: #fff; color: #f00\">Hello their</span><a href=\"http://website.com\">click me to continue </a>"
__________________
:: ImperialBB :: New version in the works! :: http://www.imperialbb.com ::

:: Have a question about the board? The Rules? An Infraction/Warning? :: Contact Form ::
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how do you link in php lota PHP 3 06-01-06 03:56 PM
Adding a Hyper Link to a Text statement in PHP kpowers4 PHP 2 04-07-06 11:48 PM
Adding a Hyper Link to a PHP Thumbnail Pic kpowers4 PHP 2 04-07-06 08:51 AM
Need Your HelP! Loading Multiple External Text into Multiple Dynamic Text Fields Flash_Boi Flash & ActionScript 2 03-30-06 03:27 PM
Text over image with PHP PolishPanda PHP 1 08-11-04 09:15 PM


All times are GMT -5. The time now is 07:17 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.