Anishgiri
05-04-2011, 03:22 AM
I have a preg match that allows valid characters, but how can allow middle spaces? Like for example University Of Insertname. Thanks.
preg_match("#^[A-Za-z']*$#",trim($schoolname)))
preg_match("#^[A-Za-z']*$#",trim($schoolname)))