Wonderful. Thanks so much for the info.
-Original Message-
From: Mathias Rockel [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 10:39 AM
To: Erin Fry
Subject: Re: [PHP] **need info ASAP - displaying existing pdf files and other 'tricks'
http://support.adobe.
Hey there.
I want to display an existing pdf file. However, I have a variable that is passed
that will determine where I want the pdf file to begin. For example, if the value
of the variable passed is B then I want the entire pdf file to be displayed with pg.
75 in the immediate viewing
o. Thanks again.
-Original Message-
From: Michael Sims [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 7:19 PM
To: [EMAIL PROTECTED]
Cc: Erin Fry
Subject: Re: [PHP] sorting multi-dimensional array where array elements are structs
[simple class]
On Tue, 11 Feb 2003 08:27:57
I am trying to initialize a large array with all values being 0. Ive tried:
$arr = array_fill(0, 99, 0);
and I get this error message:
Fatal error: Call to undefined function: array_fill()
Any information and suggestions will be greatly appreciated.
Thanks.
---
Outgoing mail is certified
On Mon, 10 Feb 2003 16:23:10 -0600, you wrote:
>Hi.
>
>Im working with a multidimensional array where the data in the
>array is a class (struct). All the information is being stored correctly,
>but I need to sort each column (AA0, BA0, etc. see below)
>by the fieldNo portion of the stru
Hi.
Im working with a multidimensional array where the data in the array is a class
(struct). All the information is being stored correctly, but I need to sort each
column (AA0, BA0, etc. see below) by the fieldNo portion of the struct.
class fieldClass
{
var $fieldNo;
var $srcL
6 matches
Mail list logo