Re: [PHP] Storing values between multiple page forms

2008-03-12 Thread Daniel Brown
On Wed, Mar 12, 2008 at 2:37 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > If you are going to follow Daniel's example, since you could potentially be > working with more then one server on any given order, you might want to look > at > using a multi-dimensional array to store your values in.

Re: [PHP] Storing values between multiple page forms

2008-03-12 Thread Jim Lucas
Matty Sarro wrote: Yeah, I'm working on this with the hopes of it turning into a full module for a larger project I'm working on... but I'm still a bit of a noob :) Thanks for the assistance guys! On Tue, Mar 11, 2008 at 11:48 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: On Tue, Mar 11, 2008 at

Re: [PHP] Storing values between multiple page forms

2008-03-11 Thread Matty Sarro
Yeah, I'm working on this with the hopes of it turning into a full module for a larger project I'm working on... but I'm still a bit of a noob :) Thanks for the assistance guys! On Tue, Mar 11, 2008 at 11:48 AM, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Tue, Mar 11, 2008 at 11:11 AM, Matty Sar

Re: [PHP] Storing values between multiple page forms

2008-03-11 Thread Daniel Brown
On Tue, Mar 11, 2008 at 11:11 AM, Matty Sarro <[EMAIL PROTECTED]> wrote: > Greets all! > I am working on a minor project for work for entering inventory information > for servers we ship out. > > Here is my plan: > First page - > Get client name, number of servers, and find number of miscellan

Re: [PHP] Storing values between multiple page forms

2008-03-11 Thread Thijs Lensselink
Quoting Matty Sarro <[EMAIL PROTECTED]>: Greets all! I am working on a minor project for work for entering inventory information for servers we ship out. Here is my plan: First page - Get client name, number of servers, and find number of miscellaneous equipment(s) being shipped (UPS's, monitor

[PHP] Storing values between multiple page forms

2008-03-11 Thread Matty Sarro
Greets all! I am working on a minor project for work for entering inventory information for servers we ship out. Here is my plan: First page - Get client name, number of servers, and find number of miscellaneous equipment(s) being shipped (UPS's, monitors, etc) >From there, create a loop to run t