I don't think email clients would work well in PHP. I could be wrong, but I don't believe that would work seeing as my email is written in HTML.
On Wed, Feb 23, 2011 at 10:18 AM, Pete Clark <computergen...@hotcosta.com> wrote: > In message <aanlktik9h1dvtzqk3c2t7cdu0iir191bzdtdvz6gq...@mail.gmail.com >>, Lukas Wittenbraker <lkwittenbra...@gmail.com> writes >>The links within the email pull customer specific information from our >>database. (customer name, ID, etc) for tracking purposes on the back >>end. This is the reason I can't pre shorten the links. I may be up a >>creek and not able to solve this issue. I was hoping there was some >>sort of script that could shorten the link, or divert it to a url that >>automatically shortens and posts to twitter. > > Is this any use to you? > $tinyurl = > file_get_contents("http://tinyurl.com/api-create.php?url=".$url);", > > > -- > Pete Clark > > Local sites for Local People in Spain > http://localFaces.net > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com/twitterapi > Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list > Change your membership to this group: > http://groups.google.com/group/twitter-development-talk > -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk