Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » php » ereg
  • PHP eregi() time format validation (hh.mm)

    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 ...
    Posted to Construction Advice (Forum) by pexxll on September 9, 2008
  • Ascending numbers with specific separators

    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 ...
    Posted to Construction Advice (Forum) by ldauphin on February 8, 2008