I currently have people filling out a form with the following information:
- Your Name
- Recipient Name
- Message
- Amount
I'm wondering how I can get when they fill out this information, it inputs it into a link.. for example this is the code I'm using right now which works:
http://mywebsite.com/picture.php?to=" . $rname . "&from=" . $sname . "&message=" . $message . "&amount=" . $amount .
I'm wondering now how I can get that link to be shorter? Maybe with a TINY URL API or something? But how would I go about doing that?