Hi,
supposed I create a form that upon submit will redirect to another page e.g. http://anotherpage/?code1=abcde&product1=12345 ...
How do I add codes e.g. base64_encode() to 'encode' the code1 value ie abcde to eNortjK1UkpMSk5JVbIGXDAXOgOL so that the redirected to URL is http://anotherpage/?code1=eNortjK1UkpMSk5JVbIGXDAXOgOL&product1=12345
thanks,
James Tan