943,907 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 9901
  • PHP RSS
Jul 29th, 2004
0

Urgent help with "echo" properties

Expand Post »
Hello! I am in need of help with some coding here: http://www.potterprophet.com/html/index.php

I am trying to include links in where my echo is, but I come up with a error everytime I use URL tags, such as:

PHP Syntax (Toggle Plain Text)
  1. <a href="index.php">Blah</a>

Here is the PHP coding:

[PHP]@openside("The Movies");
echo "content";
@closeside();[/PHP]

I want my URL links to apper in where it says "content". What should I do?

Thanks in advanced!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Jessica Lares is offline Offline
3 posts
since Jul 2004
Jul 30th, 2004
0

Re: Urgent help with "echo" properties

[PHP]echo "<a href=\"http://www.your link here.com\">Click here</a>";[/PHP]

that should work.

or

[PHP]echo "<a href='http://www.your link here.com'>Click here</a>";[/PHP]
Reputation Points: 152
Solved Threads: 39
Master Poster
Killer_Typo is offline Offline
778 posts
since Apr 2004
Jul 30th, 2004
0

Re: Urgent help with "echo" properties

Quote originally posted by Killer_Typo ...
[PHP]echo "<a href=\"http://www.your link here.com\">Click here</a>";[/PHP]

that should work.

or

[PHP]echo "<a href='http://www.your link here.com'>Click here</a>";[/PHP]
YOU'RE A LIFESAVER! Cheers!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Jessica Lares is offline Offline
3 posts
since Jul 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: I need some help with a php table
Next Thread in PHP Forum Timeline: How can I run PHP Nuke?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC