Código:
<!doctype html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
1 - metodo 1 <br>
<script type="text/javascript" src="https://mipagina.com/operacionales/jquery.qrcode.js"></script>
<script type="text/javascript" src="https://mipagina.com/operacionales/qrcode.js"></script>
<div id="qrcodeTable"></div>
<script>
jQuery('#qrcodeTable').qrcode({
width: 130,
height: 130,
text : 'https://mipagina.com/?bm9tYnJlcGVyc29u='.base64_encode ($bm9tYnJlcGVyc29u).''"
});
</script>
</body>
</html>