Skip to content

This is a bank management project using .txt files to store informations(data)

Notifications You must be signed in to change notification settings

Alkaly02/bank-management

Repository files navigation

WELCOME TO bank-management

This is a bank management project using .txt files to store informations(data)

A simple way to get and put content in a json file

$inp = file_get_contents('results.json');

$tempArray = json_decode($inp);

array_push($tempArray, $data);

$jsonData = json_encode($tempArray);

file_put_contents('results.json', $jsonData);

About

This is a bank management project using .txt files to store informations(data)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages