RIRedinPA Posted December 15, 2009 Share Posted December 15, 2009 in php I would do this: $newstring = str_replace(chr(32), "+", $oldstring); what's the equivalent in Javascript...this crashed and burned... var newstring = oldstring.replace(chr(32), "+"); Mucho gracias! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.