Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
PHP
3.8k+ articles
PHP Programs
610+ articles
PHP-Questions
410+ articles
PHP-Number
15 posts
Popular Articles
Recent Articles
PHP Program to Add Two Complex Numbers
Last Updated: 09 July 2024
Complex numbers are those numbers that contain a real part and an imaginary part. In mathematics, complex numbers are often represented as a
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Questions
PHP-Number
How to Count of Repeating Digits in a Given Number in PHP ?
Last Updated: 16 July 2024
Counting the number of repeating digits in a given number is a common task in programming. This can be useful in various scenarios, such as
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Questions
PHP-Number
Swap Two Numbers Without using a Temporary Variable in PHP
Last Updated: 27 February 2024
Given two numbers, the task is to swap both numbers without using temporary variables in PHP. Swapping two numbers is a common programming t
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Number
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
PHP
3.8k+ articles
PHP Programs
610+ articles
PHP-Questions
410+ articles
How to Check if All Digits of Given Number are Same in PHP ?
Last Updated: 16 July 2024
Given a number, our task is to check if all the digits of a given number are the same. This can be useful in various scenarios, such as vali
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Questions
PHP-Number
Convert Number to Binary Coded Decimal in PHP
Last Updated: 19 February 2024
Binary Coded Decimal (BCD) is a class of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bi
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Number
PHP Program to Count Zeros and Ones in Binary Representation of a Number
Last Updated: 19 February 2024
Counting the number of zeros and ones in the binary representation of a number is a common task in computer science and programming. In this
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Number
PHP Program for Sum of Squares of First N Natural Numbers
Last Updated: 14 February 2024
Calculating the sum of squares of the first n natural numbers is a common problem in programming, demonstrating the application of mathemati
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Number
How to Find Prime Number using Sieve of Eratosthenes in PHP ?
Last Updated: 07 February 2024
A prime number is defined as a number that only can be divided by 1 and that number. The number N is prime if it is only divisible by 1 and
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
Complex Numbers in PHP
Last Updated: 08 August 2024
In the mathematical computations, complex numbers play a crucial role, especially in fields like engineering and physics. A complex number i
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
How to Convert Int Number to Double Number in PHP ?
Last Updated: 05 February 2024
In PHP, working with numeric data types is a common task, and sometimes you might need to convert an integer (int) to a double (float). In t
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
PHP Program to Find All Prime Numbers in a Given Interval
Last Updated: 17 January 2024
Prime numbers are fundamental in the field of mathematics and computer science. A prime number is defined as a natural number greater than 1
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
How to Round Number to n Decimal Places in PHP ?
Last Updated: 17 January 2024
Rounding numbers to a specific decimal place is a common operation in programming, especially when dealing with precision in mathematical ca
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
PHP Program to Convert Integer to Roman Number
Last Updated: 17 January 2024
Converting an integer to a Roman number is a common problem often encountered in applications dealing with dates, historical data, and numer
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
Print All Numbers Divisible by 3 and 5 for a Given Number in PHP
Last Updated: 17 January 2024
This article will show you how to print all the numbers less than N, that are divisible by 3 and 5 in PHP. When working with numbers, it's c
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
Check if a Given Number is Fibonacci Number in PHP
Last Updated: 02 January 2024
Given a number N, the task is to check whether the given number is a Fibonacci number or not. Examples:Input: 21Output: Fibonacci NumberInpu
...read more
Web Technologies
Picked
PHP
PHP Programs
Geeks Premier League
Geeks Premier League 2023
PHP-Number
1
1
1
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !