Ok so Im passing firstname and surname via url to retrieve related data from the db, the problem is that when it is passed its as white space between the first and the surname. i.e
something.php?n=john smith
Can anyone suggest a way to make this
something.php?n=john+smith
automatically add the plus sign in between.
usually the user clicks the link john smith which generates the GET parameter. any help appreciated.