Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Data logger

Logging http requests into MySQL database

That API can save any POST,GET,JSON & ...

you must have table named log Columns (ID ,name ,data ,dateTime)

Edit below lines in api.php for connect to MySQL database:

$servername     = 	"localhost"	;
$username 	= 	"USERNAME"	;
$password 	= 	"PASSWORD"	;
$dbname 	= 	"DB_NAME"	;

About

Logging HTTP requests into MySQL database

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages