brent123456 Posted August 14, 2007 Share Posted August 14, 2007 I am trying to write an expression for a stock number T10000927. This is the expression I wrote but it is not working. Could someone help me out with it. if (eregi("^T{1}[0-9]$" ,$_GET['tradeid'])) { Link to comment https://forums.phpfreaks.com/topic/64938-solved-cant-figure-out-expression/ Share on other sites More sharing options...
brent123456 Posted August 15, 2007 Author Share Posted August 15, 2007 Got it thanks... ^T{1}[0-9] Link to comment https://forums.phpfreaks.com/topic/64938-solved-cant-figure-out-expression/#findComment-324242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.