Urgent help with "echo" properties

Reply

Join Date: Jul 2004
Posts: 3
Reputation: Jessica Lares is an unknown quantity at this point 
Solved Threads: 0
Jessica Lares Jessica Lares is offline Offline
Newbie Poster

Urgent help with "echo" properties

 
0
  #1
Jul 29th, 2004
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:

  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!
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 759
Reputation: Killer_Typo will become famous soon enough Killer_Typo will become famous soon enough 
Solved Threads: 35
Killer_Typo's Avatar
Killer_Typo Killer_Typo is offline Offline
Master Poster

Re: Urgent help with "echo" properties

 
0
  #2
Jul 30th, 2004
[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]
Dont forget to spread the reputation to those that deserve!
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 3
Reputation: Jessica Lares is an unknown quantity at this point 
Solved Threads: 0
Jessica Lares Jessica Lares is offline Offline
Newbie Poster

Re: Urgent help with "echo" properties

 
0
  #3
Jul 30th, 2004
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!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC