Arc Forum | PHP, no framework :<html><?phpif ($_GET['data']){ $id = uniqi...

1 point by maximegb 6465 days ago | link | parent

PHP, no framework :

<html>

<?php

if ($_GET['data'])

{

 $id = uniqid().'.html';
 file_put_contents($id,"You said : ".$_GET['data']);
 echo ''.$id.'';
}

else

{ ?>

 <form method="get">
 <input type="text" name="data">
 <input type="submit">
 </form>
<?php } ?>

</html>

Can we consider this a RESTful approach ?




AltStyle によって変換されたページ (->オリジナル) /