What kind of security measures do you guys employ to prevent SQL injection attacks for the embedded Gravity forms on any particular page?
Thank you
What kind of security measures do you guys employ to prevent SQL injection attacks for the embedded Gravity forms on any particular page?
Thank you
We run numbers through the absint() function and use the $wpdb->prepare() to create our SQL queries.