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..............
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..............
Web
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 P
There's no real way to answer your question without writing a lot of code. I suggest you start learning PHP/MySQL basics.