Jump to content

jverner

New Members
  • Posts

    1
  • Joined

  • Last visited

jverner's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. When I run this, the hyperlink comes out in text. How do I make the hyperlink come out live? <?php> $pc = $_POST['pc']; If ($pc == 0) { $pcText = "http://www.yahoo.com"; } else if ($pc == 1) { $pcText = "http://www.google.com"; } ?> <p>Website: <?php echo $pcText ?> </p>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.