Code & Blog

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 »

How To Edit php.ini File IN Google Cloud

1. Go to your project in google cloud platform 2. Then go to Computer Engine-> VM instances -> project name https://i.postimg.cc/8zgbR2zL/google-cloud.png 3. Then Click On SSH https://i.postimg.cc/q7kXY2nR/google-cloud-2.png 4. It will open in

Read More »
Blog Categories

Most Popular