SQL Inventory

List of all SQL mentioned in the code..

ValueCountFile:Line
"SELECT * FROM $table_name WHERE form = $exportID ORDER BY id DESC"
1
  • /acfexport.php
'Update Form'
1
  • /advanced-custom-forms.php
'Insert into item'
1
  • /advanced-custom-forms.php
"SELECT COUNT(`id`) FROM $table_name WHERE form=$formID"
1
  • /advanced-custom-forms.php
"SELECT * FROM $table_name WHERE form=$formID ORDER BY id DESC LIMIT $offset$limit"
1
  • /advanced-custom-forms.php
"SELECT COUNT(`id`) FROM $table_name"
1
  • /advanced-custom-forms.php
"SELECT * FROM $table_name ORDER BY id DESC LIMIT $offset$limit"
1
  • /advanced-custom-forms.php
"SELECT data FROM $table_name WHERE id = $theID"
1
  • /advanced-custom-forms.php