Sending data from Inputtext to PHP in Variable

Hi folks,

went through kirupa’s tutorials and forum but I’m still stucked. :book:

I have InputText with InstanceName “Name” and need to send data from that InputText (will be single word or a sentence) to PHP (search.php) in variable called “variable”.

Thanks for any help!

Should look like following?

on (press) {
Name.loadVariables(“search.php”, “POST”);
}

But how to put the text in variable?