link inside $input=

A

Anonymous

Guest
Can anyone help with making the below code a link



Code:
$input = "Thank you! Information updated. Return to Water Restrictions";		
echo $input;
[/code]
 
doogie73 said:
Code:
$input = "Thank you! Information updated. Return to Water Restrictions";		
echo $input;

Code:
$input = "DO YOU KNOW WHAT IS HTML?";		
echo "<a href=http://www.something.com>".$input."</a>";
 
Back
Top