Technology Blog Freebies Web Development SEO CSS HTML5 Javascript Internet things and more
Pages
Home
What I do
Filter numbers only from string PHP
Filter numbers only from string PHP $_get method
$itmidx = $_GET['item'];
$itmid = preg_replace('/[^0-9.]+/', '', $itmidx);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Search This Blog