If i create a textbox=txtbox, let user type a text
And show the QR code image
- Code: Select all
<img src="http://www.funcode-tech.com/Encoder_service/img.aspx?custid=1&username=public&codetype=QR&EClevel=0&data=ABCDEFG&width="400" "/>
But how can I do, Let the txtbox text replace the link ABCDEFG
I find information that maybe use "urlencode"
http://php.net/manual/en/function.urlencode.php
I hv try a long time but i don't know how to write the code, any one can help me? THx

