dc_jt Posted February 19, 2008 Share Posted February 19, 2008 Hi if Ive got a number 34-12345 How can I check that the number someone enters begins with 34- ?? Thanks Link to comment https://forums.phpfreaks.com/topic/91887-check-match-first-two-numbers/ Share on other sites More sharing options...
effigy Posted February 19, 2008 Share Posted February 19, 2008 substr($data, 0, 3); Link to comment https://forums.phpfreaks.com/topic/91887-check-match-first-two-numbers/#findComment-470577 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.