php - How to display website link, facebook & twitter icon in QR code using phpqrcode? -


i display website link, facebook & twitter icons.

i display 1 of above fields (links not fb , twitter icons)

qrcode::png($website); qrcode::png($facebook); qrcode::png($twitter); 

but want display combinedly below

website: http://example.com/

[ facebook icon ] [twitter icon]


Comments

Popular posts from this blog

c++ - Linked List error when inserting for the last time -

java - activate/deactivate sonar maven plugin by profile? -

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -