Re: [PHP] form question??

2005-11-07 Thread Vizion
On Monday 07 November 2005 10:24, the author bruce contributed to the dialogue on- [PHP] form question??: >hi... > >a while ago, i saw an app that allowed the user to create a form, based on >various fields, and to setup/create the database schema to create the form. >the app provided the user

Re: [PHP] form question??

2005-11-07 Thread Stephen Leaf
I wrote a xsl stylesheet to do this. takes the xml and whips it up, into a standard layout. Don't believe I mentioned this but I might have at some point. Register example: Thank you for Registering!

Re: [PHP] form question ???

2002-11-12 Thread Jim Hatridge
HI Mike et al,,, That was it! Thanks. Don't know how I missed that So next question! How can I tell my program that I want only postive numbers inputed? ie no letters or neg numbers. Thanks JIM On Monday 11 November 2002 19:57, Ford, Mike [LSS] wrote: > > -Original Message-

Re: [PHP] form question ???

2002-11-11 Thread Tom Rogers
Hi, Tuesday, November 12, 2002, 2:27:10 AM, you wrote: JH> HI all... JH> looking at the code below. It works and I get what I want on the screen. BUT JH> it leaves a gap between the top lines and where the table starts equal to the JH> size of the table, ie if the table is 5 lines long the gap

RE: [PHP] form question ???

2002-11-11 Thread Ford, Mike [LSS]
> -Original Message- > From: Jim Hatridge [mailto:hatridge@;fecundswamp.net] > Sent: 11 November 2002 16:27 > > looking at the code below. It works and I get what I want on > the screen. BUT > it leaves a gap between the top lines and where the table > starts equal to the > size of the

Re: [PHP] Form Question

2002-10-31 Thread PHP List
Thanks, but same problem. alert() will give me the correct values, but it is still not unchecking the boxes. Strange, it obviously sees them as the statement if (document.LevelListForm.elements['rgItems[]'][i].checked == true) is correctly found for every checked box, but it just can't seem to fin

Re: [PHP] Form Question

2002-10-31 Thread John Nichel
Try this