Recent content by Digital Person

  1. D

    PHP Variable HREF link?

    Hello, I cannot seem to make a HREF link in my PHP variables page... Could someone please tell me what is wrong with this code? <?php $link_home = "<a href="link_goes_here.php">Home</a>"; ?> Thanks in advance
  2. D

    PHP - IF statement does not work?

    Hello, I am trying to get my IF statement to work however it has a unexpected "=" and is expecting a "," or ")" if (isset($_SESSION['testvar'] = "good")){ Basically, If my session variable is set to "good" then echo "your session is good". Many Thanks
  3. D

    PHP Displaying Script Path in Form Action?

    Hello, I have many forms on my PHP/SQL website however, is it a security threat having the path to a script in the form action? if so, how would I fix the issue? Thanks in Advance
Back
Top