Log in

View Full Version : Help:(Send form values to a file text whitout refresh the page.



pierre jaquet
11-29-2008, 10:43 PM
hello everyone.

I am using that to send values to a php page that will stock the values in a text file.
Is it possible to stock the values in a text file without refreshing or changing the url?

<form action="getpost.php" method="post">
pseudo : <input type="text" name="pseudo" value=""/>
message : <input type="text" name="message" value=""/><input type="submit" value="envoyer"/>
</form>

Sorry for my bad english.

maneetpuri
12-01-2008, 09:40 AM
Hi,

You can use AJAX to do this.

Cheers,

~Maneet
Lexolution IT Services
Web Site Design Services (http://www.lexolutionit.com/services.php)

pierre jaquet
12-01-2008, 07:40 PM
thank you for your answer. i have made it like you said in ajax and it work great.