hi i have tried the folowing code's for the website i am working on and i always get a string error on the site can someone help me
Code
<a href="http://www.hyperlinkcode.com">Hyperlink Code</a>
Output
Hyperlink Code
Code In Context
Make <a href="http://www.hyperlinkcode.com">Hyperlink Code</a> easily.
Output
Make Hyperlink Code easily.
Code
<a href="http://www.hyperlinkcode.com/new-window.php" target="_blank">New Browser Window</a>
Output
New Browser Window
Code In Context
How to open hyperlinks in a <a href="http://www.hyperlinkcode.com/new-window.php" target="_blank">New Browser Window</a> quickly.
Output
How to open hyperlinks in a New Browser Window quickly
<?php print( '<a href="http://mylink.com/path/">Click Me</a>' ); ?>
<a href="http://www.someting.com?date=9/15/05&age=21">age and time</a>
ive tried them as they are and edited to the page i want li8nked but nothing seems to work any ideahs how to get the cpanel to hyper link in php code?
Code
<a href="http://www.hyperlinkcode.com">Hyperlink Code</a>
Output
Hyperlink Code
Code In Context
Make <a href="http://www.hyperlinkcode.com">Hyperlink Code</a> easily.
Output
Make Hyperlink Code easily.
Code
<a href="http://www.hyperlinkcode.com/new-window.php" target="_blank">New Browser Window</a>
Output
New Browser Window
Code In Context
How to open hyperlinks in a <a href="http://www.hyperlinkcode.com/new-window.php" target="_blank">New Browser Window</a> quickly.
Output
How to open hyperlinks in a New Browser Window quickly
<?php print( '<a href="http://mylink.com/path/">Click Me</a>' ); ?>
<a href="http://www.someting.com?date=9/15/05&age=21">age and time</a>
ive tried them as they are and edited to the page i want li8nked but nothing seems to work any ideahs how to get the cpanel to hyper link in php code?