최초 커밋
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// Start the session
|
||||
session_start();
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<?php
|
||||
// Set session variables
|
||||
$_SESSION["favcolor"] = "green";
|
||||
$_SESSION["mb_id"] = "sdi9429";
|
||||
echo "Session variables are set.<br>";
|
||||
//G53tovaPHPSESSID=r964av9hccnddhhegkj49qs8uu; 2a0d2363701f23f8a75028924a3af643=NjEuOTguMjA1LjI0Mg==; PHPSESSID=s4o3bkqt8dljdt1p4us4vem7bv
|
||||
?>
|
||||
<button name='dd' onclick="location.href='test2.php'">test</button>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user