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
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
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