<uk.net.web.authoring>
<Geoff Berrow>
<Tue, 05 Aug 2008 14:06:01 +0100>
<8njg949nn6ljljdlpuenuhipo4clj7en7t@4ax.com>
> I can understand you not wanting to post
> html but what's wrong with using strip_tags() ?
>
One of many functions i've never got around to looking at yet .
Wish somebody had told me about the following when i first started
writing php scripts though as it would have saved me writing about
100,000 while loops to read in the flat files i use .
$build="demo/burp.php";
$contents=file_get_contents($build);
$film=explode("\n",$contents);
--
www.krustov.co.uk