Category: PHP
38 posts
How to echo HTML in PHP ?
While making a web application with PHP, we often need to print or echo few results in form of HTML. We can do this task in many different ways. Some of methods are described here:1. Using echo or pri... Read Mores
Prathmesh Yelne
29-Jan-2023 13:18:02
PHP Date and Time Function
In this tutorial, we will see how to get the date & time using the date() & time() function in PHP, we will also see the various formatting options available with these functions & underst... Read Mores
Prathmesh Yelne
26-Jan-2023 14:42:35
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
What does ‘<?=’ Short Open Tag Mean in PHP ?
PHP, a powerful server-side scripting language, offers various features to enhance developer productivity. One of these features is the ‘<?=’ short open tag, which provides a convenient shorth... Read Mores
Prathmesh Yelne
29-Mar-2024 0:08:15
Write PHP Program To Print Sum Of Digits
PHP Program To Print Sum Of Digits:
The below program gives the sum of two variables x and y. The PHP echo statement is used to output the text and sum value to the screen. In a similar way, cod... Read Mores
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
Write PHP Program To Check Prime Number
PHP Program To Check Prime Number :
The below program checks if a number is a prime or a composite number. The PHP echo statement is used to output the result on the screen.
Example
<!DOCT... Read Mores
Download YouTube Video Thumbnail in PHP & JavaScript
Hey Everyone, today in this tutorial you’ll learn how to Save or Download YouTube Video Thumbnail or other Image Files using PHP cURL & JavaScript. In the earlier tutorial, I have shared a blog ... Read Mores
Prathmesh Yelne
11-Jan-2022 1:02:44
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How To Clean Up Unnecessary Code From WordPress Header Without Plugins
How To Clean Up Unnecessary Code From WordPress Header Without Plugins
How To Remove Weblog Client Link
Example:
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www... Read Mores
Prathmesh Yelne
28-Oct-2021 9:44:44
How to Install PHP 8 on Ubuntu 20.04
PHP is arguably one of the most widely used server-side programming languages. It’s the language of choice when developing dynamic and responsive websites. In fact, popular CM platforms such as Word... Read Mores
Prathmesh Yelne
27-Oct-2021 5:27:23
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago