A PHP Error was encountered

Severity: Warning

Message: mkdir(): Permission denied

Filename: drivers/Session_files_driver.php

Line Number: 137

Backtrace:

File: /home/estarbk/public_html/dev.estar-bk.com/application/controllers/Main.php
Line: 8
Function: __construct

File: /home/estarbk/public_html/dev.estar-bk.com/index.php
Line: 315
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to initialize storage module: user (path: /var/cpanel/php/sessions/alt-php74)

Filename: Session/Session.php

Line Number: 137

Backtrace:

File: /home/estarbk/public_html/dev.estar-bk.com/application/controllers/Main.php
Line: 8
Function: __construct

File: /home/estarbk/public_html/dev.estar-bk.com/index.php
Line: 315
Function: require_once

E-STAR - Student
E-Lecture - Introduction

In mathematics in order to avoid ambiguity of calculation as to which operation should be performed first we have to use a standard rule in precedence of operations:

The order of operations is as follows:

1. Evaluate the parenthesis, if there are any, and if they require evaluation. If more than two parenthesis are there begin from the inner most one.
2. Evaluate the powers or the exponents.
3. Multiply or divide-it doesn’t matter. Proceed from left to right.
4. Add or subtract. Proceed from left to right.