A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by fluidbyte » Wed Jun 11, 2008 3:40 pm
Code: Select all
preg_replace("/[^a-zA-Z0-9s]/", "", $pagTitle);
Post by fluidbyte » Wed Jun 11, 2008 3:56 pm
preg_replace("/[^a-zA-Z0-9\s]/", "", $pagTitle);
Return to “PHP - Code”