This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select class="form-control" name="country" required> | |
<option value="0" hidden="hidden"> --Country-- </option> | |
<option value="Algeria">Algeria</option> | |
<option value="Angola">Angola</option> | |
<option value="Benin">Benin</option> | |
<option value="Botswana">Botswana</option> | |
<option value="Burkina Faso">Burkina Faso</option> | |
<option value="Burundi">Burundi</option> | |
<option value="Cameroon">Cameroon</option> | |
<option value="Cape-Verde">Cape Verde</option> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is PEAR in PHP? | |
PHP Extension and Application Repository is a framework and application repo that contain reusuable PHP components. Is | |
a component that contain all sort of PHP library and code snippet | |
DIFFERENCE BETWEEN ECHO AND PRINT | |
Both ECHO and PRINT in PHP are used to output result | |
ECHO does not return a value, and can take many parameters(depending on PHP -v); | |
PRINT return value of 1 that why it's suitable to use while outputing an expression, it can only accept one argument | |
DIFFERENCE BETWEEN SESSION AND COOKIE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is PEAR in PHP? | |
PHP Extension and Application Repository is a framework and application repo that contain reusuable PHP components. Is | |
a component that contain all sort of PHP library and code snippet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DIFFERENCE BETWEEN ECHO AND PRINT | |
Both ECHO and PRINT in PHP are used to output result | |
ECHO does not return a value, and can take many parameters(depending on PHP -v); | |
PRINT return value of 1 that why it's suitable to use while outputing an expression, it can only accept one argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DIFFERENCE BETWEEN SESSION AND COOKIE | |
Session stores a value of the activeness of user on the server as long as the server is on | |
While Cookie stores the user's value on the user browser a specific period of time. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INCLUDE AND INCLUDE_ONCE; REQUIRE AND REQUIRE_ONCE | |
Both are used to include a file on a page but the execution procedure or process differs, INCLUDE and INCLUDE_ONCE does not stop the | |
execution of a particular but REQUIRE and REQUIRE_ONCE does, and it mostly used to initialize a DB connection. When REQUIRE or REQUIRE_ONCE | |
can not find either the path, or the name of the file to be required, it throws a FATAL ERROR causing the program to stop executing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Abia": [ | |
"Aba North", | |
"Aba South", | |
"Arochukwu", | |
"Bende", | |
"Ikwuano", | |
"Isiala Ngwa North", | |
"Isiala Ngwa South", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"Abia", | |
"Adamawa", | |
"Akwa Ibom", | |
"Anambra", | |
"Bauchi", | |
"Bayelsa", | |
"Benue", | |
"Borno", | |
"Cross River", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"9 payment service Bank": "120001", | |
"AB MICROFINANCE BANK": "090270", | |
"ABBEY MORTGAGE BANK": "070010", | |
"ABOVE ONLY MICROFINANCE BANK": "090260", | |
"ABU MICROFINANCE BANK": "090197", | |
"ACCESS BANK": "000014", | |
"ACCESSMONEY": "100013", | |
"ACCION MFB": "090134", | |
"ADDOSSER MFBB": "090160", |