I have to submit data through to an url .A couple of the fields have more then one word and only the first word is coming through .What do i need to add to make it post with everything echo
“<a href=https://xx.xx.xx.xxx/First_Name=$first_name&Last_Name=$last_name&Street=$address1&City=$city&County=$province&Zip_Code=$postal_code&AlternatePhone=$alt_phone&Notes=$comments&Phone_Number=$phone_code&Age=&rurl2=$row[10]&State=$state&AgentNo= >Submit to web formn”;
I have tried this “$address1” doesnt load and “$address1” does the same thing