Blog Category: PHP

...
PHP
Securing Sensitive Data with Encryption Algorithms

Encryption is the process of converting plain text into an unreadable form (ciphertext) to protect against unauthorized access. Here we have discussed How encryption algorithms work, how many types of encryption are there and provided examples and code for understanding Encryption.

...
PHP
Beware of double dollar sign “$$” in Your PHP Code

We all know Dollar sign($) is used to declare a variable in PHP. What if we accidentally type dollar sign two times for a variable?