Sign in
Home
Recent News
My Diary
Tutorials
CodeIgniter Tutorial
Code Q/A
Gear & Gadgets
Sign in
Welcome!
Log into your account
your username
your password
Forgot your password?
Password recovery
Recover your password
your email
Search
Sign in
Welcome! Log into your account
your username
your password
Forgot your password? Get help
Password recovery
Recover your password
your email
A password will be e-mailed to you.
XenBlogs | Stay Updated
Home
Recent News
My Diary
Tutorials
CodeIgniter Tutorial
Code Q/A
Gear & Gadgets
Home
Tags
Removepublic
Tag: removepublic
CodeIgniter Tutorial
Removing public and index.php from URL in Codeigniter-4
Eshan
-
December 24, 2020
0
APPLICATIONS
Composer want Github access with Personal Access Token
Eshan
-
December 28, 2020
Whatsapp Will Stop Working on Millions of Phone
Eshan
-
December 31, 2020
Nested Ternary Operation Example
Eshan
-
January 6, 2021
Removing public and index.php from URL in Codeigniter-4
Eshan
-
December 24, 2020
HOT NEWS
Nested Ternary Operation Example
Eshan
-
January 6, 2021
0
Code Q/A
<?php //variable declaration $time = 10; //Normal If/Else Operation if ($time == 10) { echo "if/else good morning!"."nn"; } elseif ($time == 20) { echo "if/else good day!"."nn"; } else { echo "if/else...