Forum Moderators: coopster
$TWODBAR = $DATE . TAB . $SERIALNO . TAB . $IMEI . TAB . $IMSI . TAB . $VOICENO . TAB . $DATANO . TAB . $NETWORK;
I need it to add the tab into a 2d bar code so when it is scanned on the web page it tabs to the next line. Also i might need to add quotes at the beginning and the end of the string.
I need the string which is going into the database to look either like
"date<TAB>serial<TAB>imei<TAB>"
or
date<TAB>serial<TAB>imei<TAB>
How would i do this?
Thanks