dousui3124 2015-01-31 14:11
浏览 35
已采纳

PHP在textarea中绑定/显示特定记录

using DW CS6, I have a dynamic table in admin_inquiry.php, which displays rows of records. One of which is the Contact No, which is a link.

<td><a href="admin_sms.php?ContactNo=<?php echo $row_ContactUs['ContactNo'];?>">Send SMS</a></td>

When that is clicked, it goes to a new page, admin_sms.php, and it displays the corresponding contact no in a textfield.

<input name='number' type='text' id="number" value="<?php if(isset($_GET['ContactNo'])){echo $_GET['ContactNo'];}else{echo "";}?>">

My problem is, I also want to display the 'message' along with the 'ContactNo' in a textarea,kinda like what is displayed when sending emails,you can see the message and sender at the top. But also show only the 'ContactNo' on a separate textfield. How do I achieve that?

  • 写回答

1条回答 默认 最新

  • donglu8344812 2015-02-01 03:42
    关注

    Here's how to do it with jQuery:

    $("a").click(function() {
        var message = $("#msg").val();
        this.href += '&message=' + encodeURIComponent(message);
    });
    

    Then in the admin_sms.php script, you use $_GET['message'] to get the message to send.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 用三极管设计—个共射极放大电路
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示