I am using this php script
Code: Select all
<?php
$delimiter="\t";
$commenttext=file("d:\hshome\c239198\local54memberforum.com\info.txt");
list($namedisp,$commentdisp)=explode($delimiter,$commenttext);
echo $namedisp;
echo $commentdisp;
?>
does anyone know why it will not return $namedisp, and $commentdisp? Here is a test sample of info.txt:
"hey hey hey hey "