Skip to main content
Skip to footer
416-479-0685
Get a Quote
Home
About Us
Our Work
Our Services
Get a Quote
Blog
Contact Us
Category:
PHP Ajax MySQL
How to create self-populating “smart” forms in Drupal 8 with Form API
09/25/2019
Hello! Many years ago (2015 to be exact), we published an article on how to create self-populating dropdown forms using…
How to cache queries to admin-ajax.php in WordPress to improve performance
11/02/2018
Hello! Working with wordpress for a while now, we noticed that many actions, whether administrative in nature or building a…
How to craft an XSS payload to create an admin user in WordPress
01/31/2018
Hello! XSS (or cross site scripting) attacks are a common method to maliciously execute actions against a website installation. In…
How to use PHP as a web service to backup MySQL over HTTPS to a remote destination
03/14/2017
Hello! Following with the theme of our last post, we thought it might be useful to demonstrate how to create…