Jump to content

Problem displaying this folder name from my server


JustinStone

Recommended Posts

Hey everyone.

 

I have a folder on my server named this     abc$45$def$45$ghi

Originally, before a script created this folder on my server, it was name    abc-def-ghi

So it took the '-'s and put in some special characters.

 

Now, what you see below does not work. When I try to use the folder name below, my url box in my browser only shows some of it.

 

$var = " abc$45$def$45$ghi";

header("location: http://mysite.com/myscript.php?type=" . $var . "";

 

the above outputs in my url box the following.

 

http:///www.mysite.com/myscript.php?type=abc$45$$45

 

Any ideas ?

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.