i have mp3 search site and when searching files with space theres no results found.. when searching 'florida whistle' give me this result http://www.mydomain.com/search.php?q=florida%20whistle my question is how to make url become like this http://www.mydomain.com/search.php?q=floridawhistle
							
						
					badly needed help
				
					Collapse
				
			
		
	X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
Search for "floridawhistle"Originally posted by baki View Posthow to make url become like this http://www.mydomain.com/search.php?q=floridawhistle
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
I don't understand why you would want to do this. But its virtually impossible except with the help of JS. However, you can use your usual $_GET global to get the query and substitute spaces with null. That's a server side solution.Originally posted by baki View Posti have mp3 search site and when searching files with space theres no results found.. when searching 'florida whistle' give me this result http://www.mydomain.com/search.php?q=florida%20whistle my question is how to make url become like this http://www.mydomain.com/search.php?q=floridawhistle
Comment
 - 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
brother you have to add a function urlencode and decode its helpful for you search on Google and if this function is works say thanks to meOriginally posted by baki View Posti have mp3 search site and when searching files with space theres no results found.. when searching 'florida whistle' give me this result http://www.mydomain.com/search.php?q=florida%20whistle my question is how to make url become like this http://www.mydomain.com/search.php?q=floridawhistle
Comment
 
Comment