A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_sessionaoh88v43on8ipnp2pqcgbr08p4vdg4v8): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Public_pages.php
Line: 8
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

kamayani - Coders Packet
Coders Packet

Packets submitted by kamayani

Number system conversion in C++

In this C++ code, we can convert the given number from- 1) binary to hexadecimal 2) decimal to octal 3) decimal to hexadecimal 4) octal to binary

Reverse of a String using stack in C++

In this C++code, we can easily reverse a string using the stacks. once the input is given, it gives the output string in the reverse format.