Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TinTinDo
/
Project-Portfolio-Website-Intergrated-With-ChatBox
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Project-Portfolio-Website-Intergrated-With-ChatBox
/
test.php
TinTinDo
Upload 13 files
3319e90
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
64 Bytes
<?php
session_start
();
$_SESSION
[
'x'
] =
"hello"
;
echo
"OK"
;