]
> Sent: Sunday, September 29, 2002 11:55 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] Problems with dbase_create function
>
> I considered that...
>
> Problem is I'm not 100% certain how to set that the correct way... (so
as
> not to screw anything else up)
>
>
D]]
> > Sent: Sunday, September 29, 2002 2:19 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] Problems with dbase_create function
> >
> > Hey All,
> >
> > I'm trying to build a DBF for exporting selected data as a download to
>the
> > end users... B
mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 29, 2002 2:19 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Problems with dbase_create function
>
> Hey All,
>
> I'm trying to build a DBF for exporting selected data as a download to
the
> end users..
Hey All,
I'm trying to build a DBF for exporting selected data as a download to the
end users... But I can't get further than this...
error_reporting(E_ALL);
$DBFName = "Test.dbf";
$Fields = array( array ("Test","C",32) );
if(dbase_create($DBFName, $Fields))
4 matches
Mail list logo