My code is below. The URL shortening service works, but it doesn\'t when I insert my $POST. Does anyone know how to fix this my looking at the code?
$POST
Try as below
$longUrl = 'http://www.mysite.com/XXXXX/XX/'.$_POST['qrname'];
The above will work.