/profile/47/Rezzer I want to remove the 47 the member numeber so urls read /profile/Rezzer any help would be grateful thanks
The script is parsing the url to get the record id to know what profile to pull. It would depend on if is "Rezzer" a unique value in the database so that a record could be pulled back by the username. Then code would need to be rewritten to pull the record by username instead of id.
First locate the php file which handles the profile /profile/47/Rezzer if user name is unique then you will need to pass on "Rezzer" to the script instead of the number. change the script accepting the GET variable. of course you need to change the mysql query in the php code supporting the changes done.