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
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Arrays
6.4k+ articles
PHP
3.9k+ articles
PHP-function
2.2k+ articles
Matrix
1.2k+ articles
PHP-Questions
410+ articles
PHP-array
180+ articles
PHP-string
150+ articles
PHP-Misc
100+ articles
Web Technologies
>
PHP
>
PHP Programs
PHP Programs
600+ posts
Popular Articles
Recent Articles
How to Convert Array to String in PHP?
Last Updated: 16 September 2024
We are given an array and the task is to convert the array elements into a string. Below are the approaches to convert an array to a string
...read more
Technical Scripter
Web Technologies
Picked
PHP
PHP Programs
PHP-Misc
Technical Scripter 2020
How to fetch data from localserver database and display on HTML table using PHP ?
Last Updated: 06 June 2022
In this article, we will see how we can display the records in an HTML table by fetching them from the MySQL database using PHP. Approach:
...read more
Web Technologies
PHP
PHP Programs
PHP-Questions
How to Upload Image into Database and Display it using PHP ?
Last Updated: 29 July 2024
Uploading the image/videos into the database and displaying it using PHP is the way of uploading the image into the database and fetching it
...read more
Web Technologies
PHP
PHP Programs
PHP-Questions
Similar Topics
Web Technologies
38.9k+ articles
DSA
22.5k+ articles
Arrays
6.4k+ articles
PHP
3.9k+ articles
PHP-function
2.2k+ articles
Matrix
1.2k+ articles
PHP-Questions
410+ articles
PHP-array
180+ articles
PHP-string
150+ articles
PHP-Misc
100+ articles
How to Encrypt and Decrypt a PHP String ?
Last Updated: 05 June 2023
In PHP, Encryption and Decryption of a string is possible using one of the Cryptography Extensions called OpenSSL function for encrypt and d
...read more
Web technologies
Web Technologies
PHP-basics
Picked
PHP
PHP Programs
php
How to execute PHP code using command line?
Last Updated: 13 September 2024
PHP Installation for Windows Users Follow the steps to install PHP on the Windows operating system. Step 1: First, we have to download PHP f
...read more
Technical Scripter
Web Technologies
Picked
PHP
PHP Programs
How to Pop an Alert Message Box using PHP?
Last Updated: 06 September 2024
The alert message just like a pop-up window on the screen. Using this you can alert to the user with some information and message. PHP doesn
...read more
Web Technologies
Picked
PHP
PHP Programs
How to pass JavaScript variables to PHP ?
Last Updated: 09 January 2025
JavaScript is the client side and PHP is the server-side script language. The way to pass a JavaScript variable to PHP is through a request.
...read more
Web Technologies
JavaScript
Picked
PHP
PHP Programs
How to get parameters from a URL string in PHP?
Last Updated: 16 September 2024
The parameters from a URL string can be retrieved in PHP using parse_url() and parse_str() functions.Note: The page URL and the parameters a
...read more
Web Technologies
Picked
PHP
PHP Programs
How to Declare a Global Variable in PHP?
Last Updated: 09 September 2024
Global variables refer to any variable that is defined outside of the function. Global variables can be accessed from any part of the script
...read more
Web Technologies
Picked
PHP
PHP Programs
Comparing Two Dates in PHP
Last Updated: 06 May 2025
Working with dates is a common task in PHP, whether you're building event calendars, validating user input, setting expiration times, or sim
...read more
Web Technologies
Picked
PHP
PHP Programs
How to Delete an Array Element based on Key in PHP?
Last Updated: 05 September 2024
Given an array containing elements. The task is to remove empty elements from the array based on the key in PHP.Example:Input: Array (
...read more
Web Technologies
Picked
PHP
PHP Programs
How to run JavaScript from PHP?
Last Updated: 31 July 2021
JavaScript is the client side scripting language and PHP is the server side scripting language. JavaScript is used as client side to check a
...read more
Technical Scripter
Web Technologies
Picked
PHP
PHP Programs
Technical Scripter 2018
Best way to initialize empty array in PHP
Last Updated: 31 July 2021
Arrays in PHP: Use array() Function to create an array in PHP. There are three types of array supported in PHP: Indexed arrays: Arrays ha
...read more
Web Technologies
Picked
PHP
PHP Programs
Split a comma delimited string into an array in PHP
Last Updated: 10 September 2024
Given a long string separated with a comma delimiter. The task is to split the given string with a comma delimiter and store the result in a
...read more
Web Technologies
PHP
PHP Programs
How to check whether an array is empty using PHP?
Last Updated: 06 September 2024
Given an array and the task is to check whether the array is empty or not using PHP.Below are the approaches to check whether an array is em
...read more
Web Technologies
Picked
PHP
PHP Programs
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
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 !