954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Urgent help with "echo" properties

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:

<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!

Jessica Lares
Newbie Poster
3 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

[PHP]echo "Click here";[/PHP]

that should work.

or

[PHP]echo "Click here";[/PHP]

Killer_Typo
Master Poster
781 posts since Apr 2004
Reputation Points: 152
Solved Threads: 39
 
[PHP]echo "Click here";[/PHP] that should work. or [PHP]echo "Click here";[/PHP]

YOU'RE A LIFESAVER! :D Cheers!

Jessica Lares
Newbie Poster
3 posts since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You