mi formulario:
<form action='assetSearch.php' method='GET'> <input type='text' name='city' value="NewYork"> <input type='text' name='street' value=""> <input type='submit' name='submitBtn'> </form>después de enviar, mi URL se ve así:
http://localhost/www/Self%20Projects/public/assetSearch.php?city=NewYork&street=y así es como espero que mi url se vea así:
http://localhost/www/Self%20Projects/public/assetSearch.php?city=NewYorklos campos de entrada no tienen que ser obligatorios. básicamente, simplemente no quiero obtener valores vacíos en la matriz _GET, y quiero que la URL se vea más limpia.