Город МОСКОВСКИЙ
00:04:59

PHP: QR code generator

Аватар
Архивы CSS
Просмотры:
23
Дата загрузки:
26.11.2023 06:09
Длительность:
00:04:59
Категория:
Лайфхаки

Описание

QR code (Quick Response Code) is the trademark for a type of matrix barcode.
PHP QRcode library can be downloaded:
http://phpqrcode.sourceforge.net/index.php
To use Qrcode library is quite simple, you just need to include "qrlib.php";
QRcode::png('code data text', 'filename.png') to create output file
QRcode::png('code data text') output code image directly to browser.
More about this video:
http://jiansenlu.blogspot.ca/2013/06/php-qr-code-generator.html

Рекомендуемые видео