↧
Validate a PHP Session-ID
If you must work with a PHP Session-ID, sometimes it is better to check if these Session-ID is valid. /** * Checks a Session-ID * * @author Thomas Deuling <tdeuling@gmail.com> * @param string...
View ArticlePHP Regular Expression to validate strings
Hi at all Since a long time i’m searching for a regex in PHP, that filter some letters as sample names. But the solutions that i’ve found could not filter all letters i need. The most ones didn’t gets...
View Article