<?php header('Content-type: application/json'); echo json_encode( explode(" ",file_get_contents('data.txt')) ); ?>