PHPverse 2025

Voting

: max(three, six)?
(Example: nine)

The Note You're Voting On

netrox at aol dot com
15 years ago
I noticed that even with the magic quotes disabled, http_build_query() automagically adds slashes to strings.

So, I had to add "stripslashes" to every string variable.

<< Back to user notes page

To Top