I am very new to PHP, and I need some help with a project I am working on. So basically what happens is the QR code is generated and a short URL is generated as well for the QR Code, and what I need is the short URL that is generated to be sent to my email address. Here is what the code looks like:
PHP Code:
<?php
class Url_shortner_class {
function shorten_url($criteria=array()) {
$url = $criteria['url'];
$type = $criteria['type']; //google