使用 MAMP 从 Dreamweaver 传输到 MySQL
我一直在我的网站上开发一个表单(我一直用 Dreamweaver 构建),它将自动发布到 MySQL 数据库,但我发现有关该主题的信息少之又少。我希望在 Stack Overflow 上找到一些帮助。我使用的是 Macintosh 系统,因此我需要使用 MAMP。我对从哪里开始以及做什么知之甚少。基本上,有关该过程的任何信息都会对我有帮助,并且代码也很好。
提前致谢。
I have been developing a Form on my website (that I have been building with Dreamweaver) that will automatically post to a MySQL database, but I have found surprisingly little information on the subject. I am hoping to find some assistance here at Stack Overflow. I am on a Macintosh system so I will need to use MAMP. I know very little about where to start and what to do. Basically any information on the process would help me, and code would be nice too.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Dreamweaver,您所需要做的就是从“数据库”面板配置数据库连接,然后添加“插入记录”行为。向导将引导您完成基本步骤。
If you are using Dreamweaver, all you need to do is configure the database connection from the Database panel, then add the Insert Record behavior. The wizard will walk you through the basic steps from there.