Jump to content

[SOLVED] REG_BADBR.. :S


rantsh

Recommended Posts

Hi all, maybe you can all help me figuring out what the hell is going on here.  ??? ??? ???

 

I've been using ereg for a long time and have never got this warning before:

 

Warning: ereg() [function.ereg]: REG_BADBR in file.php on line ##

 

The code in that line is this:

 

$Hour = ($_GET['Hour']=='')?"00":(ereg("[0-9]{1-2}",$_GET['Hour']))?$_GET['Hour']:"00";

 

$_GET['Hour'] is defined, and the purpouse of this code is to verify if an hour (just the hour, no minutes or anything else) that's coming from a textfield is a correct number, if not, then use 00...

 

I really don't know why this is happening, any clues from anyone???

 

Thanks,

 

Roderick

Link to comment
https://forums.phpfreaks.com/topic/41782-solved-reg_badbr-s/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.