Thanks very much.
This is how I did it.
$title .= '123!~!';
$writer .= '123!~!';
$pages .= '123!~!';
$counting .= "count ";
$title .= '234!~!';
$writer .= '234!~!';
$pages .= '234!~!';
$counting .= "count ";
$title .= '345!~!';
$writer .= '345!~!';
$pages .= '345!~!';
$counting .= "count ";
$entries = (count(preg_split("/\w\b/",$counting))-1);
It is a flat file data base and I 'd like to count the entries.
I 'll make an array of $title, $writer, $pages and call array (i is each entry i )
I hope this can be done, somehow.
Thank you very much for your help.