Help with converting urls?

Associate
Joined
28 Jun 2005
Posts
997
Location
London
I've got a url e.g:

https://exampleurl.net/funky.aspx?id=4&spec=2

It's added to php but it doesn't like it and it only works if I turn it into:
https://exampleurl.net/funky.aspx?id=4&spec=2

So by using the w3school url encoding reference it will work.

If possible I was hoping someone on here has come across the same thing and found a tool that will convert it or a program. I've searched and I can't find a tool or anything that will allow me to paste in the link and encode it correctly. (I've quite a few of these to do - so would save me a lot of time than doing find and replace)

Thanks!
 
OK sorry about that but in closer inspection it is javascript.

I have a variable that is stores the url.

This is later called and inserted into a .swf flash movie.

I was just looking for a shortcut to rename the urls. I think I'll just use dreamweaver to do a mass find and replace.

Thanks Pho!
 
Back
Top Bottom