PHP 8.5.0 Alpha 4 available for testing

Voting

: max(two, two)?
(Example: nine)

The Note You're Voting On

valterekholm at hotmail.com
5 years ago
I'm using the question-mark way when binding. I tried to use an an associative array when doing

$stmt->execute($values);

having column-names as keys. I thought this would make it easier when rendering the query (as I had variable amounts of parameters).

I found that the execute then could not work with associative array, only with numeric array (with numeric indexes).

<< Back to user notes page

To Top