How can I change title to include %20 instead of spaces

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 7, 2011   (RSS)

Re: [jonoc73] How can I change title to include %20 instead of spaces

By Damon - February 7, 2011

Try this:

<?php echo rawurlencode($rental_locationsRecord['title']) ?>

That should do it.
Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Damon] How can I change title to include %20 instead of spaces

By (Deleted User) - February 7, 2011

Worked a treat - thank you.