Skip to content
Snippets Groups Projects
Commit bc9f5d57 authored by Yghore's avatar Yghore
Browse files

Index.php and composer init

parent 351e973a
No related branches found
No related tags found
No related merge requests found
api-key: #######
\ No newline at end of file
{
"name": "msw/gptester",
"description": "Chat GPT Generator Test",
"type": "project",
"license": "APACHE",
"autoload": {
"psr-4": {
"Msw\\Gptester\\": "src/"
}
},
"authors": [
{
"name": "Arthur Mingot, Lucas Signoreli, Guillaume Wissle"
}
],
"minimum-stability": "stable",
"require": {}
}
<?php
$html;
if(empty($_POST['test']))
{
$html = <<<EOF
<form>
<input type="text" placeholder="Test à demander"/>
<input type="submit" value="Demander un test" />
</form>
EOF;
}
echo($html);
?>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment