douyalin2258 2014-02-08 07:40
浏览 36
已采纳

通过javascript将信息发送到PHP

I want to send information of 1 variable with javascript into PHP.

So , i used this code (in index.php) :

<html>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
    <script>
        $.post('http://localhost/test/index.php', {
            name: $('.class').html();
        });
        $(document).ready(function(){
           $("#my_form").on("submit", function () {
               var hvalue = $('.class').text();
               $(this).append("<input type='hidden' name='name' value=' " + hvalue + " '/>");
        });
    });
</script>
<form action="" method="post" id="my_form">
    <div class="class" name="name">
        this is my div
    </div>
    <input type="submit" value="submit" name="submit" />
</form>
<?php 
    if(isset($_POST['name'])){ $name = $_POST['name']; } 
    echo $name;

But i see this error :

Notice: Undefined variable: name in C:\Program Files\EasyPHP-5.4.0RC4\www\test\index.php on line 22

What can i do ?

  • 写回答

2条回答 默认 最新

  • doudou8893 2014-02-08 08:17
    关注

    also , In using jQuery , you didn't closed the tag :

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
    

    close like this and use this code :

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    <script>
    $.post('http://localhost/test/index.php', {
    name: $('.class').html();
    });
    $(document).ready(function(){
       $("#my_form").on("submit", function () {
            var hvalue = $('.class').text();
            $(this).append("<input type='hidden' name='name' value=' " + hvalue + " '/>");
        });
    });
    </script>
    <form action="submit.php" method="post" id="my_form">
    <div class="class" name="name">
    this is my div
    </div>
    <input type="submit" value="submit" name="submit" />
    </form>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)