ok ive checked all error logs. nothing is coming up. last error i had states in may of 08. and most of those errors came from a server transfer.
ive found the place where it makes the url for USER's Blogs
<?=$siteurl?>/blog/?<? echo getname($uid); ?>
to help here is the blog set up
when a member enters a blog it saves it self under blod_id on the server.
when a member clicks on your blogs it shows them there blogs even when
a space is in the user name because it shows as another index
/index.php?pg=blogs1
basically blogs.php is what everyone sees and blog1.php is what the users see's
i found <?=$siteurl?>/blog/?<? echo getname($uid); ?> in the blogs1 folder because on the your blogs page it give the url of your blogs so when another member want to see your blogs they click on user's blogs and it shows
in the address bar the site name / blog/ ? username, but with spaces in the name it adds the %20 for the space. the few browsers ive tried automatically show the %20.
The pages that come up with %20 are blank just shows
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>
any page that comes up with out the space in the name. comes up with full coded pages with info.
the urldecode() where whould this be placed if used?
much thanks to the ones who have helped thus far.
in the mean time im going to try and find the error or break in code.