Jump to content

[SOLVED] \24 HOUR TELEPHONE ACCESS\ syntax to ignore "\"


homer.favenir

Recommended Posts

sorry i forgot to post my script

my script is this

if(preg_match("/[0-9]/", $strno))

 

if it see a digit it will accept the string,

but when it sees a

\24 HOUR TELEPHONE ACCESS\ 

it also accepts it, i dont need this string with "\"

 

thanks

ok

thanks for the reply

my script is

if(preg_match("/[0-9]/", $strno) &&  strpos($strno, "\\")! == false)

and it return all string starting with "\" and i dont want that i want all string that isnt starting with "\"

 

thanks!

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.