Copy link to clipboard
Copied
Everything works fine on my live site, but using my local testing server I am unable to get data into my mySQL table based on a simple form. Configurations and code have been changed in both locations, and there is a connection to localhost. Are there Dreamweaver or PHP settings that might be causing this? Thanks for your help.
Copy link to clipboard
Copied
Have you installed MySQL and phpMyInfo on your system? Have you created the database on your local server? Can you edit the tables in your database using the Mysql control panel. If the answer to these questions is yes, then perhaps a sample of your code might give an idea of what is happening?
Copy link to clipboard
Copied
Thanks-
The problem was I hadn't been previewing the site in the internal Dreamweaver browser. Kinda of a non-linear learner here.