Pass a variable from appinventor to a php page

is there any way to pass the value of a/two variables from the app to a php page?

blocks (3)

I post so if other people have this problem...

you can pass them via url..
http://url.php?namevar1=&namevar2=
etc

Use the web component, not the webviewer…