Re: [PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 11:07 PM, tamouse mailing lists wrote: On Fri, Mar 8, 2013 at 9:17 PM, Jim Giner wrote: On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform"). "> I should use a hidden identical field and use form="C

Re: [PHP] Re: Populate input from another form

2013-03-08 Thread tamouse mailing lists
On Fri, Mar 8, 2013 at 9:17 PM, Jim Giner wrote: > On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: >> >> I have a form >> >> > target="_CRTP">> type="submit"> >> >> OnSubmit, I want to include data from another form (form="DPRform"). >> >> > value=""> >> >> I should use a hidden identical field a

[PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform"). "> I should use a hidden identical field and use form="CRTP_Query": "> But I have no idea how to populate the hidden field with the data from the viewable fie

[PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 3:43 PM, John Taylor-Johnston wrote: Scratch that, IE does not like form elements outside the !!?? :,( I can't a form within a form either, unless ... I float a div??. John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform").

[PHP] Re: Populate input from another form

2013-03-08 Thread Jim Giner
On 3/8/2013 2:45 PM, John Taylor-Johnston wrote: I have a form OnSubmit, I want to include data from another form (form="DPRform"). "> I should use a hidden identical field and use form="CRTP_Query": "> But I have no idea how to populate the hidden field with the data from the viewable fie

Re: [PHP] Testing

2013-03-08 Thread Tedd Sperling
On Mar 8, 2013, at 1:20 PM, Dustin L wrote: > This is my first time using a list. Can anyone confirm I'm doing this > correctly? > > > Thanks, > > > Dustin L. Oh, now you did it! There will be dogs and cats in the streets. Cheers, tedd _ t...@sperling.com http://sper

[PHP] Re: Populate input from another form

2013-03-08 Thread Tim Streater
On 08 Mar 2013 at 19:45, John Taylor-Johnston wrote: > I have a form > > target="_CRTP"> > > OnSubmit, I want to include data from another form (form="DPRform"). > > value=""> > > I should use a hidden identical field and use form="CRTP_Query": > > "> What purpose does this field serve? > B

FW: [PHP] Re: Populate input from another form

2013-03-08 Thread Jen Rasmussen
Are both forms on the same page? This is confusing because if you're populating one field with POST data and both forms are on the same page, why wouldn't you just populate both fields with the POST data? Please provide more details or some actual code... Jen -Original Message- From: Joh

[PHP] Re: Populate input from another form

2013-03-08 Thread John Taylor-Johnston
Scratch that, IE does not like form elements outside the !!?? :,( I can't a form within a form either, unless ... I float a div??. John Taylor-Johnston wrote: I have a form target="_CRTP">type="submit"> OnSubmit, I want to include data from another form (form="DPRform"). value=""> I should

[PHP] Populate input from another form

2013-03-08 Thread John Taylor-Johnston
I have a form target="_CRTP"> OnSubmit, I want to include data from another form (form="DPRform"). value=""> I should use a hidden identical field and use form="CRTP_Query": "> But I have no idea how to populate the hidden field with the data from the viewable field. PHP cannot do this o

Re: [PHP] Testing

2013-03-08 Thread Marc Guay
> This is my first time using a list. Can anyone confirm I'm doing this > correctly? N! You broke it! Happy Friday, Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Testing

2013-03-08 Thread Dustin L
This is my first time using a list. Can anyone confirm I'm doing this correctly? Thanks, Dustin L.

Re: [PHP] Generating CRUD code for normalized db

2013-03-08 Thread Ashley Sheridan
On Fri, 2013-03-08 at 15:02 +0100, Ali Reza Sajedi wrote: > Try Symfony 2 > > > Does anyone know of any framework that can generate CRUD code for > > normalized database tables? Preferably FOSS. > I believe Cake has this, although you need to have your fields named in a certain way so that it u

Re: [PHP] Generating CRUD code for normalized db

2013-03-08 Thread Ali Reza Sajedi
Try Symfony 2 Does anyone know of any framework that can generate CRUD code for normalized database tables? Preferably FOSS. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Generating CRUD code for normalized db

2013-03-08 Thread ma...@behnke.biz
FLOW3 might be worth a look. TYPO3 with inline relational records. > Gary hat am 8. März 2013 um 14:14 geschrieben: > > > Does anyone know of any framework that can generate CRUD code for > normalized database tables? Preferably FOSS. > > For example, if I have a table person and address, I would