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.



Reply With Quote

Bookmarks