Inline then - (who could comment on the randomness of allowed/dissallowed 
attachments, please?):

--TEST--
touch and fopen on 64-bit systems, #18623
--POST--
--GET--
--FILE--
<?php
touch('hiya.txt');
$fp = fopen('hiya.txt','w');
fwrite($fp, 'hiya');
fclose($fp);
echo implode('', file('hiya.txt'));
unlink('hiya.txt');
?>
--EXPECT--
hiya

At 00:03 31-7-2002, Melvyn Sopacua wrote:
>Attached a test.



Met vriendelijke groeten / With kind regards,

Webmaster IDG.nl
Melvyn Sopacua


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to