Hi
I have php form online I need to send text to the form and submit the button
can anyone help me with this Please how this works
can I use WebView1
Regards
Sigster
I have php form online I need to send text to the form and submit the button
can anyone help me with this Please how this works
can I use WebView1
B4X:
<html>
<head>
<title>TITLE </title>
</head>
<body>
<img src="logo.gif" alt="ME" height="27" width="70" />
<FORM action="/index.php" method="post">
<P>
<Label For="NUMBER">Your number: </Label>
<INPUT Type="text" id="NUMBER" name="number">
<INPUT Type="submit" value="Send">
</P>
</FORM>
<hr>
</body>
</html>
Regards
Sigster