im trying to do a form that sends the input to a php file on my host im using inet but i dont work that are am i doing wrong
this is how my code looks like
Private Sub Command1_Click()
Inet1.OpenURL ("http://yourwebsite.com/PHPScript.php?Field1=" & Text1.Text)
End Sub
and the .php looks like this but im new in php and maybe im making somthing wrong
<?php
$Result=$_GET["Field1"];
?>
if someone could make an exemple form and tell me what am i making wrong pls help
Help with this please !!!!!!
Started by kresh7, Dec 02 2007 11:13 AM
5 replies to this topic
#1
Posted 02 December 2007 - 11:13 AM
|
|
|
#2
Posted 03 December 2007 - 07:45 AM
If you are using the inet control how are you going to see the result? DO you store that value in a db or something?
#3
Posted 04 December 2007 - 12:05 PM
im using get.php file
#4
Posted 04 December 2007 - 12:25 PM
Yeah but are you opening the get.php with the inet control and reading the data from the inet? or you are opening the get.php from your browser?
#5
Posted 05 December 2007 - 07:55 AM
im opening it from the webbrowser
#6
Posted 05 December 2007 - 08:02 AM
How do you expect that the Inet control forward the value to the php opened into the browser?!!!??!!


Sign In
Create Account


Back to top









