> error my be in my device and not the code itself. Thanks, and if you habe more ideas please let me know.
Just add to you php code some debugging. Basically I'd just write $_POST to a file to see what is in it: file_put_contents( 'post_log.txt', print_r( $_POST, true), *FILE_APPEND* ); do you request from device and then check what in post_log.txt file. Regards, Marcin Orlowski *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule handy... *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance... WebnetMobile on *Facebook <http://webnetmobile.com/fb/>*, *Google+*<http://bit.ly/webnetmobile-gp>and *Twitter <http://webnetmobile.com/twitter/>* On 13 May 2012 17:06, Jeresam515 <[email protected]> wrote: > > Thanks all, Matt I can not seem to get it to work under your code >> either, same error. Thanks for correcting my mistake in the query Marcin. >> I'm starting to think the error my be in my device and not the code itself. >> Thanks, and if you habe more ideas please let me know. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

