Untitled
Anonymous
plain_text
05/29/2023 10:00 AM
184 B
15
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>"; ?>