File: ajax.php

Recommend this page to a friend!
  Classes of Filipe Sá   jQuery AJAX Forms   ajax.php   Download  
File: ajax.php
Role: Auxiliary data
Content type: text/plain
Description: example php file
Class: jQuery AJAX Forms
Make a form be submitted via AJAX using jQuery
Author: By
Last change: Update of ajax.php
Date: 2 years ago
Size: 142 bytes
 

Contents

Class file image Download
<?php $string = "Input value: ".htmlspecialchars($_POST['text-input-1']); $return = array($string,$_FILES); echo json_encode($return);