Hours of Googling have resulted in crap.
I need to append text to the end of what a user has entered in a text field when they click the submit button, preferably doing this via php. But at this point, I don't really care.
So, if a person entered "pink roses" into the text box and clicked submit, I need to add something like "delivered" onto the end of it, so it all shows up as one variable, such as "blah.com?flowers=pink+roses+delivered"
Any thoughts? It seems like there has to be a simple way to do this, but I am just not finding it.
I need to append text to the end of what a user has entered in a text field when they click the submit button, preferably doing this via php. But at this point, I don't really care.
So, if a person entered "pink roses" into the text box and clicked submit, I need to add something like "delivered" onto the end of it, so it all shows up as one variable, such as "blah.com?flowers=pink+roses+delivered"
Any thoughts? It seems like there has to be a simple way to do this, but I am just not finding it.