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

353 Views HTML, PHP, Server Side Programming 2 years ago

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

238 Views PHP, Server Side Programming 2 years ago
avatar
Google

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

122 Views PHP, Server Side Programming 8 months ago

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
Vedanti

11-Mar-2024 10:56:23

253 Views PHP 8 months ago
avatar
Google

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
Codegyan

16-Mar-2022 8:40:06

99 Views PHP 3 years ago

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

341 Views JavaScript, PHP, Programming 3 years ago
avatar
Google

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

99 Views PHP, Programming, WordPress 3 years ago

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

51 Views PHP 3 years ago
avatar
Google

September 11, 2020

2.2 K Views GCP Cloud Engineer 21 hours ago