Tag: PHP
-
Cloudflare Turnstile Integration using Pure Procedural PHP
I’ve built a simple boilerplate that puts the integration up and running in 2 minutes using procedural PHP. No JS, sorry. https://github.com/rodolphoarruda/cloudflare-turnstile-php Here is a live demo. Type in any data to the field and submit it.
-
The Framework is your Learning Framework
The creator of PHP, Rasmus Lerdorf (video below), has an interesting take on development frameworks. “They all suck”, as he says. I had mixed feelings the first time I watched this video. In fact, I felt kind of frustrated. At the time, I was learning CodeIgniter and believed it would be easier to stick to…