Hi, I need help.
Despite what component do I send data from the TextBox to the server in PHP file using POST?
In PHP accepts a variable as: adress
Using the GET method could be for example:
www.test.com/script.php?adress=test_data (data from textbox)
I need advice on how to do it by post?
Does anyone have an idea for a script?
THX Tom:duck:
Despite what component do I send data from the TextBox to the server in PHP file using POST?
In PHP accepts a variable as: adress
Using the GET method could be for example:
www.test.com/script.php?adress=test_data (data from textbox)
I need advice on how to do it by post?
Does anyone have an idea for a script?
THX Tom:duck: