Skip to content

SirKeplan/TropicalSpecies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tropical Species database web code, by Ajna Fern

to connect to a database, create the file dbconnect_local.php

with the contents describing giving the variable for php to connect to
<?php
	$hostname='localhost';
	$username='read';
	$password='pagereed';
	$dbname='TropicalSpeciesDB';
?>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published