[PHP] Query in Query problems

2008-04-16 Thread VamVan
Hello All, We many times encounter the situations of having Queries inside loop of another query. Many times we can solve the issue by query joins but there will be some situations where we cannot do it. For Example: function Change($id){ $qry_reg = SELECT registrationID FROM

Re: [PHP] Query in Query problems

2008-04-16 Thread Chris
VamVan wrote: Hello All, We many times encounter the situations of having Queries inside loop of another query. Many times we can solve the issue by query joins but there will be some situations where we cannot do it. For Example: function Change($id){ $qry_reg = SELECT