error when trying to create a MySQLi dB connection
This post has been deleted.
This post has been deleted.
It has to be an issue with your Dreamweaver site definition. Most likely the website URL setting for your Testing Server.
This post has been deleted.
You have 4 email server behaviors on the page from earlier testing probably. I'd delete all of them except the last one since that appears to be the one you are working on.
You have the FROM address set to the email entered in the form. That will almost always get blocked as spam. You should probably be using a from address that is an actual email address from your website like @yourdomain.com so it won't get blocked as spam. You can use the email address from the form as the ReplyTo address.
If it still doesn't work after you make those changes, post back and I'll go in with FTP and try to debug it more.
This post has been deleted.
Yes, this is usually an issue with your testing server settings. Can you send me a screenshot of that? I'd have to do screen sharing with you to debug it since it is likely an issue with your Dreamweaver configuration and not the site or server.
I still cannot get DataBridge v2 to create a successful insert data form. When I submit, a record row is added but no data from the form's text fields. I'm attaching the form. Could you review and let me know why the GUI isn't working? I've rebuilt the form several times but nothing seems to work for me {I'm now using a PC running Xampp on Windows 11)
Your form is set to POST, but your form bindings are set to $_GET. You may have changed the form method after doing the bindings.
To fix the problem, just do a find and replace to update any $_GET to $_POST.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.