QR Code Config: Look at the below code this where to Config QR Generation Inside the downloaded script folder there find a index.php file, and configure the below code as you needed!! <?php //Set the Folder Path $PNG_WEB_DIR = 'temp/'; include "qrlib.php"; //ofcourse we need rights to create temp dir if (!file_exists($PNG_TEMP_DIR)) mkdir($PNG_TEMP_DIR); //filename Generation $filename = $PNG_TEMP_DIR.'test.png'; ?> Click Here to download the complete script {/} Code
No comments:
Post a Comment