This is where I get my file:
$path2title = ("myfile.txt");
$file = file($path2title);
Then in the php below I do:
<? echo $file[45]; ?>
What it does is it opens the file and reads line 45, but I want it to read line 45, column 14.. is it possible?
Thanks,
Eddie
eddie@staticreverb.com