<tutorialjinni.com/>

Get Query String Values Using JavaScript

Posted Under: Tutorials on Aug 19, 2018
Get Query String Values Using JavaScript
URL Query String was a difficult and time consuming thing before the introduction of URLSearchParams() API, which is supported on all major browsers i.e. Firefox 44+, Opera 36+, Edge 17+, Safari 10.3+ and Chrome 49+. As usual Internet Explorer or Edge still lags behind.

endsWith in PHP

Posted Under: Tutorials on Aug 18, 2018
endsWith in PHP
PHP snippet function to check whether a string endsWith with a specified string or not. Function returns Boolean. This function can also handle case sensitivity.

startWith in PHP

Posted Under: Tutorials on Aug 18, 2018
startWith in PHP
PHP snippet function to check whether a string startWith with a specified string or not. Function returns Boolean. This function can also handle case sensitivity.

Encrypt String Using PHP

Posted Under: Tutorials on Aug 17, 2018
Encrypt String Using PHP
PHP snippet to Encrypt string using AES-256 encryption algorithm with 32 Bytes key. In order to use encryption php_mcrypt extension need to be installed and activated.

Drupalgeddon2 CVE-2018-7600 Patch Fix

Posted Under: Tutorials on Apr 23, 2018
Drupalgeddon2 CVE-2018-7600 Patch Fix
drupalgeddon2 RCE Vulnerability can fully compromise a Drupal instance of version 7.x and 8.x. It allow the attacker to execute arbitrary code on the victim machine without authorization.