douzong3599 2016-05-04 14:37
浏览 63

如何将数据从我的网站上的表格发送到我的本地内联网?

Here's my issue, I have just finished my website and i have a form on it that i send to myself via Email, everything is working fine except i want to make things easier for me and my team since i have to type all the date received from the forms to my local server, I have tried using php but i have no clue how to acces my local server from the website. My question is : How do i send the form directly to my server ?

PS: I do not need any specific code , i just need someone to put me on the right track

  • 写回答

1条回答 默认 最新

  • dongyu1983 2016-05-04 14:45
    关注

    You can put a submit button in your form and put url of your local server in the form eg.

    <form action="url" method=POST>
    .
    .
    .
    <input type="submit" value="SendAllDATA"/>
    </form>
    

    or you can submit your form by using javascript

    document.getElementById("yourFormId").submit();
    
    评论

报告相同问题?

悬赏问题

  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教