Posts by Ownims • 41 points
2 posts
-
1
votes2
answers30
viewsA: PHP - allow only one area of the website to the user
when I used this in php I did so on all pages if (!isset($_SESSION["logado"])) { $_SESSION["logado"] = false; session_start(); }
-
3
votes3
answers763
viewsA: How to enter HTML code in PHP
just put you in the same echo echo "<head>"; echo "<link rel='stylesheet' type='text/css' href='mystyle.css'>"; echo "</head>"; echo "<a class='classeexemplo'>TEXTO COM…