[RSS Feed/News] Equivalent XF syntax for INSERT SQL

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
What's the equivalent XF syntax for INSERT INTO query?

Code:

Code:
<xf:foreach loop="$xf.app.db.fetchAll('SELECT * FROM xf_xxxxxxxxxxxxx')" value="$item">
         ..........................
    </xf:foreach>
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom