Re: [PHP] Advice needed: implementing custom fields in tables

2006-12-15 Thread Richard Lynch
On Tue, December 12, 2006 8:23 am, Denis Gerasimov wrote: > I am in a need of implementing custom/used-defined fields mechanism. > What I > need is adding new fileds to a db table on-the-fly. > > There are 2 possible options I know: > > 1. Add a fixed set of text columns named custom_01, cust

Re: [PHP] Advice needed: implementing custom fields in tables

2006-12-12 Thread Jochem Maas
Denis Gerasimov wrote: > Hello list members, > > > > I am in a need of implementing custom/used-defined fields mechanism. What I > need is adding new fileds to a db table on-the-fly. > > > > There are 2 possible options I know: > > 1. Add a fixed set of text columns named custom_01,

Re: [PHP] Advice Needed for Klorofil Open Source PHP Platform

2005-11-28 Thread Ahmed Saad
On 11/28/05, Reza Iqbal <[EMAIL PROTECTED]> wrote: > As a new open source project, we will need many advice in order > to make it success. ah an "open source" project with "encoded source code"?! how come? -ahmed

RE: [PHP] Advice Needed

2004-02-20 Thread electroteque
] Subject: Re: [PHP] Advice Needed Hello daniel, Friday, February 20, 2004, 6:10:28 AM, you wrote: deo> Hi there, i have finally built a project space for work, its a collaborate deo> space for storing important key documents (not public), what is the best deo> way to store these, outsid

Re: [PHP] Advice Needed

2004-02-20 Thread Richard Davey
Hello daniel, Friday, February 20, 2004, 6:10:28 AM, you wrote: deo> Hi there, i have finally built a project space for work, its a collaborate deo> space for storing important key documents (not public), what is the best deo> way to store these, outside the web directory or would it be safe with

Re: [PHP] Advice needed

2002-07-13 Thread Analysis & Solutions
On Sat, Jul 13, 2002 at 11:13:38AM -0500, Mike Tuller wrote: > After much thought, I think I have figured out what I am going to do. I am > going to create on the first page, a place to add the hardware type, and > that will add a row to the database, and create the key I need. It will then > go t

Re: [PHP] Advice needed

2002-07-13 Thread Mike Tuller
nyone see a problem with this idea, let me know. I think this would work, but I haven't started coding yet. Mike - Original Message - From: "Alberto Serra" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 10:35 PM Subject: Re: [PHP] Advice ne

Re: [PHP] Advice needed

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! Mike Tuller wrote: > So I would have the progressive key inside the addvolume window? Can you > explain how to go about doing this? How you organize your HTML output should *never* interfere with the way you organize your data, they are two different things and must be kept well separa

Re: [PHP] Advice needed

2002-07-12 Thread Analysis & Solutions
Mike: You MUST store the hardware information first so you can get the actual HardwareID determined by the hardware table's auto increment field. Any other way you do it you leave open the possibility for error. On your main hardware page, I'd make the "Volume Information" section have condit

Re: [PHP] Advice needed

2002-07-12 Thread Mike Tuller
So I would have the progressive key inside the addvolume window? Can you explain how to go about doing this? - Original Message - From: "Alberto Serra" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 12, 2002 8:56 PM Subject: Re: [PHP] Advice neede

Re: [PHP] Advice needed

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! Mike Tuller wrote: > The hardwareID is created in MySql when the information entered for the hardware is >submitted, which hasn't been done yet. You don't need it immediately. Just have a progressive key (like 1,2,3,4...) stored in a hidden field along with the new info you are gettin

Re: [PHP] Advice needed

2002-03-22 Thread Daniel Tryba
On Sat, Mar 23, 2002 at 05:19:05AM +, James Newkid wrote: > so if $Quantity1 is 10 > and $Price1 is $1.00 > that means each "unit" is .10 > > so the output would be > q1 q2 q3 q5 q10 q15 q20 q25 q50 q100 q300 q500 q600 q10 > 0 0 0 0 .10 .10 .10 .10 .10 .10 .10 .10 .10 .10 > >