Erindesign
03-09-2007, 01:02 AM
Hey All,
I'm having some URL/SEO Issues. I have a video website, and for the sake of SEO, I put ?video=blah instead of ?videoid=##. Now, the spaces are replaced with %20. This is really bad when it comes to SEO. A user will probably not click something that has a bunch of %20s and such when they see it on an seo.
Now, Is there a php way of replacing certain letters in a string?
I got: $foo="Coding Forums";
I want: $foo="Coding_Forums";
*Note, I don't make urls, they are automatically generated off of the mysql.
I'm having some URL/SEO Issues. I have a video website, and for the sake of SEO, I put ?video=blah instead of ?videoid=##. Now, the spaces are replaced with %20. This is really bad when it comes to SEO. A user will probably not click something that has a bunch of %20s and such when they see it on an seo.
Now, Is there a php way of replacing certain letters in a string?
I got: $foo="Coding Forums";
I want: $foo="Coding_Forums";
*Note, I don't make urls, they are automatically generated off of the mysql.