This is a simple website built with PHP that lets you create QR codes from text or URLs. You can save the QR code images and download them to your computer.
- Make a QR code from any text or link.
- Choose the size of the QR code.
- Choose the error correction level (L, M, Q, H).
- See the QR code on the page.
- Download the QR code as a PNG image.
- PHP installed on your server or computer.
- A web browser (like Chrome, Firefox, Edge).
- The
phpqrcodelibrary to generate the QR codes.
- Download the
phpqrcodelibrary and put it in a folder calledqr_lib. - Make a folder called
qr_outputwhere the QR codes will be saved. Make sure it can be written to by PHP. - Open
index.phpin your browser.
- Type your text or URL into the box.
- Pick a size for the QR code (like 200 pixels).
- Pick an error correction level (L, M, Q, or H).
- Click Generate QR Code.
- Your QR code will appear on the page.
- Click Download to save it.
- The website takes the text you enter.
- It uses the
phpqrcodelibrary to make a QR code image. - The image is saved in the
qr_outputfolder. - The page shows the QR code and gives a download link.