Re: [PHP] Where to learn about these topics

2004-11-22 Thread Chris Lott
In MySQL I would say... If you have data which has to be inserted in serveral tables, you must first check if all conditions are ok. So, do some selects to check if everythin in your database is ok, and after that, execute the query. But, when you really want to make complex database driven

Re: [PHP] Where to learn about these topics

2004-11-22 Thread John Nichel
Chris Lott wrote: Right-- but my question isn't about the query, but about the results. Again, look at my result set: +-+--+--+---+---+ | first | last | relation | city | state | +-+--+--+---+---+ | Chris | Beks

RE: [PHP] Where to learn about these topics

2004-11-22 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 22 November 2004 17:33, Chris Lott wrote: +-+--+--+---+---+ first | last | relation | city | state |

Re: [PHP] Where to learn about these topics

2004-11-22 Thread Ryan King
On Nov 22, 2004, at 11:33 AM, Chris Lott wrote: In MySQL I would say... If you have data which has to be inserted in serveral tables, you must first check if all conditions are ok. So, do some selects to check if everythin in your database is ok, and after that, execute the query. But, when you

Re: [PHP] Where to learn about these topics

2004-11-21 Thread Rens Admiraal
Hi, I don't have any documentation you can use I think, but I have some comments on what you say... By part 1 you say: how do I handle the workflow when the data in related tables doesn't yet exist? Do I force a user to enter data into 5 different forms first? Do I have a place to enter the new

[PHP] Where to learn about these topics

2004-11-20 Thread Chris Lott
Where can I learn topics such as: 1) Examples of complex PHP applications entering data into complex related table structures. For instance, if I am writing an application to create a class catalog that has 5 related tables, how do I handle the workflow when the data in related tables doesn't yet