I have created PHP scripts before to export a database table to .xls format like this: $select = "SELECT * FROM tracking"; $export = mysql_query ( $select ) or...
  • May 11, 2022
  • 0 Comments
I am creating a custom events page and I want to know how to create a custom meta box to save event dates. I don’t want it to be...
  • May 11, 2022
  • 0 Comments
I tired to use isset($queryvar) but that didnt work, so I implemented my own function qv_isset, but it runs into a problem when $ch is set to 0. $cls...
  • May 11, 2022
  • 0 Comments
Hi i have a WordPress installation with over 35000 pages which are sorted into trees like so … There is an ongoing issue with page edit loading very slowly...
  • May 10, 2022
  • 0 Comments
I’m creating a plugin and I want to automate the creation of a MySQL Trigger on a table. The problem seems to be that $wpdb->query doesn’t appear to accept...
  • May 9, 2022
  • 0 Comments