PHP code in Codepen?

Can you use PHP code in Codepen? I’m trying to do a working contact form. Is this possible without an actual web server, etc.?

Thanks!

No, Codepen is only a front-end environment.
It doesn’t support the execution of PHP, which is server-side code. Clould9 would be a better environment for you to test your PHP code.

1 Like

Ugghhh, ok. I’ll have to go a little deeper than I was planning to! Thank you for the information!