Skip to main content
jcalcina
Inspiring
January 14, 2013
Question

connected, but no data entry in table

  • January 14, 2013
  • 1 reply
  • 740 views

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.

This topic has been closed for replies.

1 reply

Inspiring
January 15, 2013

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?         

jcalcina
jcalcinaAuthor
Inspiring
January 15, 2013

Thanks-

The problem was I hadn't been previewing the site in the internal Dreamweaver browser. Kinda of a non-linear learner here.