Help | Readme | Data | Meg | Index''This is a data file at work''
data file:
Example:
[$]data=''''; is the start of [?php { [$]data=''text here or program data''; }?]
insert this in the datafile.inc or dat and add the file in the index.php file; this will be read by the program.
index.php file:
include(''datafile.inc, dat'');
echo ''[$]data'';
this will read the data file and display it on the screen, don't forget the ?php command.