![]() |
| ||
| 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! |
| ||
| 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] |
| ||
| Re: Urgent help with "echo" properties Quote:
|
| All times are GMT -4. The time now is 3:49 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC