
Saving an Image from URL in PHP
Sometimes we need to download an image from a URL to use in the project. Though we can easily download an image from another URL just by right click on …
Saving an Image from URL in PHP Read MoreAchieve financial success without sacrificing well-being! AtCodex provides actionable strategies for managing money, time, and personal growth—all in one place.
Sometimes we need to download an image from a URL to use in the project. Though we can easily download an image from another URL just by right click on …
Saving an Image from URL in PHP Read MoreThe PHP date() function formats helps us to easily solved date related query in PHP. date(“format”, timestamp) Returns a string according to the given format. Just read the whole blog and you will …
PHP Date and Time formats Read MoreJSON is a primary data format for data interchange. It is very lightweight and easy to read and writes. Nowadays every tool in the web used JSON data format for …
How to Handle JSON data using PHP Read MoreSometimes we need to generate a random alphanumeric string in code. Below PHP snippet generates a random string from given characters. You can simply use this code in your project. …
Generates a random alphanumeric string in PHP Read MoreYou can check if curl is present in a web server, just use the below snipped to check if curl available. Below code will check if curl is available on …
How to Check CURL is available using PHP Read MoreCookies are small text files that are created by the server and stored on the user computer in around 4KB files. Cookies are used to store some information when user …
How to Create, Access and Delete Cookies in PHP Read MoreIn this article, we are going to discuss, how we can send push notification from the website using Firebase Cloud Messaging (Google FCM) and PHP. In this, We are only …
How to send PUSH notification from the website using Google FCM and PHP Read MoreDid you notice that some website’s names start with or without WWW? This creates a duplicate content issue on google and also impacts our website SEO. Search engines see www.abc.com and abc.com as two …
How to redirect www to non-www and HTTP to HTTPS in Apache using .htaccess Read More