Voting

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

The Note You're Voting On

sarath dot jasrin at gmail dot com
8 years ago
Check whether session started using Predefined Constants

if (session_status() == PHP_SESSION_NONE) {
session_start();
}

<< Back to user notes page

To Top