I have a TextField and a Button in a HTML page.
I want to send the content of the textfield after clicking on the button ??
thanks
Printable View
I have a TextField and a Button in a HTML page.
I want to send the content of the textfield after clicking on the button ??
thanks
the first mistake everyone makes when wanting to do soemthing in PHP is: not looking at the official manual first.
download the manual and it tells u how to do it in detail. and the function is something like: Mail();
http://www.php.net/
where do you want to send it to?
querystring? database?
hehe sail I think he wants to send an email... :)
:o
Well, sorry then scoutt, you'll have to take this one. I haven't done sending mail in PHP yet