Sep
20th
Author: Dev |
Files under PHP
Here is another PHP function which convert strings used for SEO URL Friendly or Permalinks.
PHP:
-
function make_friendly($string){
-
$string = $string;
-
return $string;
-
}
For example consider the following call to make_friendly:
PHP:
The output will be:
did-nt-this-work
I am Dev. A Freelance Web Developer from India. I have been working on for 2 years on PHP/MySQL, AJAX and related coding.