Skip to content

Sameey/php-insert-data-into-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

  • You must have xampp
  • You should have a msql db and do some edit in insert.php file
{
$servername="localhost";
$username="root"; //default user name is always root
$password=""; //there is no password of db until u have setuped one
$dbname="dbtutorial"; //write here name of db u have created 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published