Can I use $_POST[] <form> and $_GET? (PHP)

Can I use _POST[] <form> and _GET on php with glitch?

Hey @srtc, welcome to the Glitch Forums!

Glitch doesn’t officially support PHP, but because your project runs inside an Ubuntu container PHP is available. See https://glitch.com/edit/#!/php-poc , which uses the Slim framework, or https://glitch.com/edit/#!/lamp-poc as examples.