表单到PHP变量

时间:2013-11-12 07:25:10

标签: php ajax

我有一个带有表单/文本区域的php,我不想使用按钮按下来将数据发布到其他PHP。

我正在寻找一些auto_post AJAX查询,它将用户在文本框中输入的所有数据放入同一个php中的$变量中。

这样的事情:

<?php
$checkbox.= '<input type="textbox" name="vehicle" value="" />';
echo "$checkbox<br>";
    $return = $checkbox;
    //$return should have all the data typed by the user
?>

0 个答案:

没有答案