Is it possible to create data structures in PHP and if so, would someone
provide a bried example?
Example:
I would like to create a Data Structure JRec which has the following fields
lID (Long)
dtDate (Date)
sName (10 Character String)
Thanks.
Andrew
provide a bried example?
Example:
I would like to create a Data Structure JRec which has the following fields
lID (Long)
dtDate (Date)
sName (10 Character String)
Thanks.
Andrew
Comment