| Share this post! | Vote this! |
|
Here is a practical example of Ajax post data and how data is being
communicated with php. Let's take an HTML form with two text field, name
and comment.
exampleform.html
exampleform.html
<html> <head> <title>Ajax post data example</title> <script type="text/javascript" src="ajaxsubmit.js"></script> </head> <body> <div id="feedback"></div> <form name="frm" onsubmit="return(false)"> <table> more...




0 comments:
Post a Comment