94795/how-to-fix-the-session-register-deprecated-issue
Hello,
Use $_SESSION directly to set variables. Like this:
$_SESSION['name'] = 'stack';
Instead of:
$name = 'stack'; session_register("name");
PHP is compiled to byte code before ...READ MORE
Hello, Here is a code sample of a good ...READ MORE
Hello @kartik, GraphQL query format was designed in order ...READ MORE
Hello @kartik, This will actually get the result ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello kartik, Actually there are many functions that ...READ MORE
instead of: return traitcalc($v); use this: ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.