Live Chat

Our Blogs

Our every actions and thoughts.


Warning: Undefined variable $title in /var/www/vhosts/hostspacer.com/httpdocs/pages/blogs/index.php on line 13

media

Useful PHP Snippets

function seourl($string) { $string = strtolower($string); $string = preg_replace("/[^a-z0-9_s-]/i", "", $string);  $string = preg_replace("/[s-]+/i", " ", $string); $string = preg_replace("/[s_]/i", "-", $string); return $string; }