php - Passing data to autopopulate fields on an external website -
i creating game comparison website , part of process allow customer complete personal details (name, address etc..) on our comparison site , when select favourite 'buyer' redirected external website of buyer complete transaction.
i trying think of best method enable me 'auto-populate' core fields external site need such 'firstname, surname, address1, address2, city, postcode, email address, home telephone number, mobile'
can suggest way of doing this? these totally external sites won't able populate fields using sessions - can think of using form of querystring @ moment option unless can think of better method?
seems basic $_get
query string way go :-)
Comments
Post a Comment