Untitled

mail@pastecode.io avatar
unknown
plain_text
6 months ago
136 B
0
Indexable
Never
<?php
session_start();
echo "Welcome". $_SESSION['USER'];
echo "<br> Your favorite category is ". $_SESSION['favcat'];

echo "<br>";

?>