vaddi / ajax_php_form

a simple example for a ajax form send to a php file and view the result

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A simple HTML-Form example, which will send serialized formdata by ajax request to a post.php and view the result.

What is this repository for?

  • Simple PHP Ajax Form example
  • Version 0.1

How do I get set up?

Get last version from github.com by following command:

git clone git://github.com/vaddi/ajax_php_form.git

Dependencies

  • A Webserver (apache,nginx) which can run PHP
  • PHP

About

a simple example for a ajax form send to a php file and view the result


Languages

Language:PHP 69.4%Language:JavaScript 18.2%Language:CSS 12.3%