Hey Guys,
I have a quick question. I want to make sure I am doing this right, according to my understanding of the PHP manual. Here's my question:
If I have an "address" input field for my form and a user inputs their address and then this information is passed to other php files to validate then sent to authorize.net... would this be the correct way to do it?
<input name="address" type="text" size="40" maxlength="60" value="<? print $_REQUEST['address']; ?>">