Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Kenny
Michael, It appears like this query belongs to a PHP community and not for the Kannel group. In any case, something looks wrong here because "john_b...@yahoo.com" is NOT "john%C2%A7best%C2%A1yahoo.com" even when you URL encode it. If all is right with the input from the mobile, then *rawurlencod

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Singularnet
What about rawurldecode ? On Thursday, February 7, 2013, michael osakede wrote: > thanks but that resulted in > Test??mcv.Com, i sent t...@mcv.com 't...@mcv.com');>. > > any more ideas? > > > Use url_decode($_GET['text']) > SlyDroid > On Feb 7, 2013 8:05 PM, "michael osakede" 'cvml', 'ire...@yah

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread michael osakede
thanks but that resulted in  Test??mcv.Com, i sent t...@mcv.com. any more ideas? From: Willy Mularto To: michael osakede Cc: "kannel users@kannel.org" Sent: Thursday, February 7, 2013 2:08 PM Subject: Re: SMS-Service URL Decode-PHP Use url_de

Re: SMS-Service URL Decode-PHP

2013-02-07 Thread Willy Mularto
Use url_decode($_GET['text']) SlyDroid On Feb 7, 2013 8:05 PM, "michael osakede" wrote: > Hi, > > Please can anyone help with a php code to decode email addresses. > please see sample > > ?sender=%2B2348051154967&text=john%C2%A7best%C2%A1yahoo.com+&to=33180 > i want to convert text to john_b...@

SMS-Service URL Decode-PHP

2013-02-07 Thread michael osakede
Hi, Please can anyone help with a php code to decode email addresses. please see sample ?sender=%2B2348051154967&text=john%C2%A7best%C2%A1yahoo.com+&to=33180 i want to convert text to john_b...@yahoo.com. Right now i just endup with  john??b...@yahoo.com" (non-printable character)- from my mail