Category: Php
-
Strip non alphanumeric characters from a string with php
Very simple and useful code, but hard to find in the internet. You may need it when you code an user authentication script and want to prevent the…
-
WordPress PHP Exec Plugin
When you need to execute php code inside a WP post you are in trouble. So was I, when I tried to do it. But I found a…
-
Simple php calendar with any day offset
I am coding a quite huge calendar script for various works I have in progress. The barebones of this calendar I have coded today represent a php function…
-
Check cookies with php
Today, an interesting script to check cookies with php. I had to used it because a bad configuration on the server turned off cookie settings, and I have…
-
Know which POST (or GET) method variables are available with php
Very easy script for a very important need: handle all variables coming with POST or GET methods. With this script you can manage all data coming for every…
-
Determine connection speed with php
One of the hardest script you can find in internet is the one that determines connection speed of a surfer visiting our site. From today it’s not anymore…