This time, I’m going to dig into individual functions and explain them a little. In particular, I’m going to g […]
Tag: samurai-engineer
This time, we’ll be looking at the various functions relating to output control (the ob_* functions). First, l […]
Last time, we looked at implementation of cookies. This time, I’ll write about implementing sessions. As I wro […]
Last time, we mostly looked at the difference between cookies and sessions (relating to PHP-provided sessions. […]
This time, I’d like to talk a bit about cookies and sessions, two functions that look quite similar at a glanc […]
Previously, we learned about the hash itself, the first step in preserving and comparing passwords. This time, […]
In this column, let’s learn about hash functions as a prelude to learning about ways to save and compare passw […]
PHP comes with math functions.Of these functions, several don’t seem to be used much outside of specific jobs.
In my last column, I said that depending on the circumstances, it is possible that an error may be produced wh […]