Code & Blog

Category: Code Snippet

How Append/Concatenation A String In PHP

*In PHP there are two string operators. 1.Concatenation Operator (‘.’) It returns the concatenation of its right and left arguments 2.concatenating assignment operator (‘.=’) It appends the argument on the right side

Read More »

How To Get Image Url From ACF Option Page

Create an Option page from functions.php. Add this code in functions.php file #CODE EXAMPLE ***While creating the image custom field for the Option Page, Your Image Return Format should be set as

Read More »

File System In Node.js

Node.js includes fs module to access physical file system. The fs module is responsible for all the asynchronous or synchronous file I/O operations. Reading File Use fs.readFile() method to read the physical

Read More »
Blog Categories

Most Popular