Forum Moderators: coopster
for instance;
header('location:search_p2.php?business_type=$business_type&country=$country&province_state_territor ies=$province_state_territories&city=$city');
i want the result as following;
http://www.example.com/search_p2.php?business_type=$business_type&country=Australia&province_state_territories=nsw&city=sydney
i don't want as following;
http://www.example.com/search_p2.php?business_type=$business_type&country=$country&province_state_territories=$province_sta te_territories&city=$city
Could anyone help me, thanks.
[edited by: coopster at 1:18 pm (utc) on Jan. 17, 2009]
[edit reason] please use example.com, thanks! [/edit]