-1

I am trying to create a mySQL database using form data (using WYSIWYG wb9). It successfully updates a .csv file with new data, but the phpmyadmin made sql database doesn´t get updated (which I want to make query searches). How do I link this to form data?

Maybe my ONE.com account will not let me, but it states this service is functional when you buy the domain. Or am I missing some php code to get this to work. I'm starting to go round in circles, hence my question here.

Any advice welcome.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

0

Maybe you are using the root as your hostname..I think its what the error shows.

Check the links here

Warning: mysqli_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo failed: No such host is known

mysql_connect: php_network_getaddresses: getaddrinfo failed: No such host is known using file values

Community
  • 1
  • 1
Avinash Babu
  • 6,171
  • 3
  • 21
  • 26
  • Thanks, I'll check this out. Just worried that I am running before I can walk with making a webpage. Does the data auto-link to a mySQL database, or do I need to correct column values to match variable code? – user3881546 Jul 27 '14 at 11:57
  • you need to do it manually ..see the link ..and acccept the answer if it helped ..:) – Avinash Babu Jul 27 '14 at 11:58