Skip to content

gmdate 12 hours off

I’m trying to get the GMT to send with an API request however my time is off from the actual GMT. Right now the GMT is 6:40 PM Friday, November 20, 2020. However when I run gmdate(“Y-m-dTh:i:sZ&…

Flutter / Dart AES-256-CBC decrypting from encryption in PHP

Could anyone help me to figure out a decryption algorithm for data that is encrypted in PHP using AES-256-CBC. I have tried lots of different ways, but I think I am messing up when trying to replicate the method of recreating they Key/IV in Dart and keep getting exceptions such as: The PHP code that does the …

Parameterising an IN clause in PHP with sqlsrv

I have a method which selects records based on an array of integers which works when specifically typed. However, when I try to replace that array with one passed in from the method parameter sqlsrv_query() returns false. I am sure this is something very simple, but the ‘obvious’ possibilities to …

Trying to redirect in PHP after submitting an email form

I am building my first site using an MVC framework, and the view that the user sees is determined by the $_GET[‘page’] variable. If you would like to see other code I can post it, but as far as I can tell, the code that is having the problem is displayed below. I’m not sure if it makes a dif…