Untitled
unknown
plain_text
2 years ago
136 B
3
Indexable
<?php session_start(); echo "Welcome". $_SESSION['USER']; echo "<br> Your favorite category is ". $_SESSION['favcat']; echo "<br>"; ?>
Editor is loading...
<?php session_start(); echo "Welcome". $_SESSION['USER']; echo "<br> Your favorite category is ". $_SESSION['favcat']; echo "<br>"; ?>