how to add job title in this example?
http://phpqrcode.sourceforge.net/examples/index.php?example=026
according to: http://en.wikipedia.org/wiki/VCard it will be TITLE field, therefore add this line (below ORG:)
$codeContents .= 'TITLE:'.$jobTitle."\n";
Log in to post a comment.
according to: http://en.wikipedia.org/wiki/VCard
it will be TITLE field, therefore add this line (below ORG:)
$codeContents .= 'TITLE:'.$jobTitle."\n";