Uploaded the files.
This commit is contained in:
		
						commit
						37661b3ee7
					
				
					 374 changed files with 90632 additions and 0 deletions
				
			
		
							
								
								
									
										17
									
								
								db.php
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								db.php
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,17 @@
 | 
			
		|||
<?php
 | 
			
		||||
 | 
			
		||||
$servername = "localhost";
 | 
			
		||||
$username = "root";
 | 
			
		||||
$password = "";
 | 
			
		||||
$db = "storedatabase";
 | 
			
		||||
 | 
			
		||||
// Create connection
 | 
			
		||||
$con = mysqli_connect($servername, $username, $password,$db);
 | 
			
		||||
 | 
			
		||||
// Check connection
 | 
			
		||||
if (!$con) {
 | 
			
		||||
    die("Connection failed: " . mysqli_connect_error());
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
?>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue