RE: [PHP] **need info ASAP - displaying existing pdf files and other 'tricks'

2003-02-17 Thread Erin Fry
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.

[PHP] **need info ASAP - displaying existing pdf files and other 'tricks'

2003-02-17 Thread Erin Fry
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

RE: [PHP] sorting multi-dimensional array where array elements are structs [simple class]

2003-02-12 Thread Erin Fry
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

[PHP] array_fill error

2003-02-11 Thread Erin Fry
I am trying to initialize a large array with all values being 0. I’ve 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

RE: [PHP] sorting multi-dimensional array where array elements are structs [simple class]

2003-02-11 Thread Erin Fry
On Mon, 10 Feb 2003 16:23:10 -0600, you wrote: >Hi. > >I’m 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

[PHP] sorting multi-dimensional array where array elements are structs [simple class]

2003-02-10 Thread Erin Fry
Hi. I’m 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