3402 Views
Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC) is generated when all allowed memory consumed and no memory is available to process to request. To resolve this issue either increase memory limit in your code  as below in your index.php file in root. ini_set('memory_limit', ...
Sheetal Kumar
May 10, 2022
11349 Views
Node Error: <--- JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory 1: 0xafcff0 node::Abort() [/home/ubuntu/.nvm/versions/node/v16.9.1/bin/node] 2: 0xa14113 node::FatalError(char const*, char const*) [/home/ubuntu/.nvm/versions/node/v16.9.1/bin/node] ...
Sheetal Kumar
Nov 17, 2021
1890 Views
Java has achieve such a large fan base and extraordinary popularity  because the language expand on a large basis and it is  easy and efficient approach to perform various programming tasks and aid the developers.By using these technique we can avoid error in Java program   1. Every ...
Anamika Gupta
Sep 15, 2018
2049 Views
Session is a way to store a stack of data from a particular user against an exclusive sessions ID. Session IDs are commonly transmitted to the browser via session cookies and the ID is used to fetch  existing actual data. The existence of an ID or session cookie approve PHP perceive ...
Anamika Gupta
Aug 16, 2018
3685 Views
String is used to handle a function it is a sequence of characters .There are some of the string with example. 1. addcslashes :- It return the String with backslashes before the character. <?php echo addcslashes('Hello[ ]', 'A..z'); ?> Output \H\e\l\l\o\[ \] 2. addslashes ...
Anamika Gupta
Jul 14, 2018
2304 Views
ASCII stands for American Standard Code for Information Interchange. This is a character encoding standard for data and information exchange between two devices or peripherals.  In Javascript you can get the key ASCII Value from the event: var ascii = e.keyCode;   Following ...
Sheetal Kumar
Feb 03, 2018
7297 Views
Latitude and Longitude are unit for geographical cordinates and you frequently need to pick geolocation for user profiles, outlets etc. Here we described the use of Google Geo Location API. To create map and map events first you need to register on google and take a geo location API Key. To get ...
Sheetal Kumar
Feb 03, 2018
Page 1 of 1 Pages       Total Records 7
  • First
  • Prev
  • 1
  • Next
  • Last