Posted by Andrew Peskin on 12/08/05 23:17
Sjoerd wrote:
> Use objects, classes or arrays. See the PHP manual for more details.
>
> Quick example:
> <?php
> $foo->lID = 10;
> $foo->dtDate = date();
> $foo->sName = "I like PHP";
> ?>
>
Thank you very much for your quick response ... another question ... if
you wanted to read/write data from/to a binary file, can you do this
from PHP?
[Back to original message]
|