Make sure you are sending the variables via the POST method and not the GET 
method.

On Wednesday, February 27, 2013 7:28:51 AM UTC-6, Ines wrote:
>
> Hello,
> I have three variables that i try to send them from android to my local 
> web server,the point *I succeed to add them into a mysql table* but i 
> failed to print them on the browser
> here's a part of my php script:
>
> <?php
>
>   
>     $var01 = $_POST['myvar1'];
>     $var02 = $_POST['myvar2'];
>     $var03 = $_POST['myvar3'];
>     
>    echo $var01;
>    echo $var02;
>    echo $var03; 
>
>
> ?>
>
>
> please help me
>
>

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to