AIM Screen Name Spaces
Posted: Mon Nov 03, 2003 7:27 pm
Loading
http://www.404-design.net/aim/subprofile.php?sn=lps (in an AIM window) works; but this does not:
http://www.404-design.net/aim/subprofile.php?sn=l ps
for the reason (from what others have said) that AIM does not convert spaces into %20s in the URL, so using %n (replaces %n with their screen name) in this:
http://www.404-design.net/aim/subprofile.php?sn=%n
works, until you run into someone with a space in their name, instead of loading the subprofile, it gives you the "Error Loading Content" crap.
I tried using str_replace, but it's not seeming to work.. any ideas?
http://www.404-design.net/aim/subprofile.php?sn=lps (in an AIM window) works; but this does not:
http://www.404-design.net/aim/subprofile.php?sn=l ps
for the reason (from what others have said) that AIM does not convert spaces into %20s in the URL, so using %n (replaces %n with their screen name) in this:
http://www.404-design.net/aim/subprofile.php?sn=%n
works, until you run into someone with a space in their name, instead of loading the subprofile, it gives you the "Error Loading Content" crap.
I tried using str_replace, but it's not seeming to work.. any ideas?