This website works better with JavaScript.
Explore
Help
Sign In
WhatTheFantasy
/
WF-Website
Watch
14
Star
1
Fork
You've already forked WF-Website
0
Code
Issues
19
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2acca76e1b
master
tests
documentation
Conception
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2acca76e1b'
${ noResults }
WF-Website
/
vue
/
submitAnswer.php
7 lines
107 B
Raw
Blame
History
<
?
php
if
(
$_SERVER
[
'REQUEST_METHOD'
]
==
'POST'
)
{
$answer
=
$_POST
[
'answer'
];
var_dump
(
$answer
);
}
Reference in new issue
View Git Blame
Copy Permalink