|
|
Browse by Tags
All Tags » php » ereg
-
Hello,
I am currently adapting the great supercali event calendar to my needs. For german readers I'd like to use the common time format hh.mm
The input field containing the time value is checked as follows:
if(($time_lang_mode == "en_us"
&& eregi ...
-
Hello all,
I'd like to check on a php page that a text string complies with the following rule : Contain numbers, in ascending order, with only , or - as separators
The numbers represent requested items (like pages to print), my purpose is then to count the ...
|
|
|