PHP and mySQL?

so how do i transfer data from a website to my website to enter this info in a password area of my SQL and PHP.........explain the route to take..............

Web2014-05-01T01:27:01Z

Favorite Answer

see a demo on how to transfer user comments from a website to a Database (MySQL) and how to import and display them into page through PHP (it will give you an idea)

http://w3-video.com/Web_Tools/XAMPP/xampp_example_phpmysql_website.html

to practice PHP and MySQL, install XAMPP
free video demos:
http://w3-video.com/Web_Tools/XAMPP/index.html

Jeff P2014-05-01T00:51:22Z

There's no real way to answer your question without writing a lot of code. I suggest you start learning PHP/MySQL basics.