Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-07-2004, 03:32 PM
WebProWorld Pro
 

Join Date: Dec 2003
Location: ..... somewhere in England
Posts: 179
tiger1 RepRank 0
Default Problem with a .php page

Hi,

Any chance that someone might be able to help with a bit of php coding?

I am trying to add a hyperlink to a word on a.php page:

"Please click HERE for for details"
and I would like to hyperlink the word HERE

The page was find until I added,
Please click HERE for details.

Which brought out this error message:
Parse error: parse error, expecting `','' or `';'' in /home/xxxx/public_html/member_join.php on line 191

What did I do that was wrong?
Did I leave out ....
`',''
somewhere???

Thanks.
Reply With Quote
  #2 (permalink)  
Old 10-07-2004, 05:18 PM
WebProWorld Pro
 

Join Date: May 2004
Location: United Kingdom
Posts: 176
php~pro RepRank 0
Default

Code:
<?php

echo "Please click <a href=\"http://www.mydomainxxxxx.co.uk/link-back.php\">HERE</a> for details.";

?>
or

Code:
<?php

print "Please click <a href=\"http://www.mydomainxxxxx.co.uk/link-back.php\">HERE</a> for details.";

?>
Read up on echo, print, and learn how to escape for html output with php.
Reply With Quote
  #3 (permalink)  
Old 10-08-2004, 01:16 PM
WebProWorld Pro
 

Join Date: Dec 2003
Location: ..... somewhere in England
Posts: 179
tiger1 RepRank 0
Default

Thanks - yes, I had the opening and/or closing quotes all over the place.
All sorted.
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , ,



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

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


Search Engine Optimization by vBSEO 3.2.0