From: Graeme B. Davis Date: April 29 1999 4:30pm Subject: Re: Need an opinion - C vs PHP List-Archive: http://lists.mysql.com/mysql/2635 Message-Id: <01be925d$8f7e8580$9927253f@norway.corp.us.uu.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >That is more intuitive for non programmers, which probably >covers 99.8 percent of the homepage builders. > >One question, can you nest these query outputs like this in >webmerger. Yup, you can nest any other tag within the previous tag and use a different quoting character if you want as well.. webmerger seems to look the same as Roxen syntax except for the fact that you need 2 tags to complete a query. You can also write a script to do this as well.. -Graeme >--------------------------------------------- >query="select * from CUSTS"> > >#CUSTNAME# > query="select * from ORDERS where CUST_ID = #ID#"> > > #ORDER_NR# > query="select * from ARTICLES where ART_ID = #OART_ID#"> > > #ART_ID# #ARTICLE# > > > >------------------------------------------------ >The tabs is just for visualibility. > >This nesting is limited to 500 levels just for avoiding >endless loops due to coding errors. > >Check out: >http://www.webmerger.com >For Linux and Win32 >