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
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
HTML
5.2k+ articles
CSS
4.9k+ articles
PHP
3.9k+ articles
How To
1.7k+ articles
Installation Guide
1.2k+ articles
how-to-install
1.2k+ articles
PHP Programs
600+ articles
HTML-Misc
310+ articles
Laravel
35 articles
PHP-Misc
100+ 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
Advantages and Disadvantages of PHP
Last Updated: 20 June 2022
PHP language :The name PHP stands for Hypertext Preprocessor and denotes a server-side scripting language, which suggests that applications
...read more
Web Technologies
PHP
PHP-Misc
Connect PHP to MySQL
Last Updated: 03 June 2022
What is MySQL?MySQL is an open-source relational database management system (RDBMS). It is the most popular database system used with PHP.St
...read more
Web Technologies
PHP
PHP Programs
PHP-Misc
Similar Topics
Web Technologies
38.9k+ articles
HTML
5.2k+ articles
CSS
4.9k+ articles
PHP
3.9k+ articles
How To
1.7k+ articles
Installation Guide
1.2k+ articles
how-to-install
1.2k+ articles
PHP Programs
600+ articles
HTML-Misc
310+ articles
Laravel
35+ articles
PHP Database connection
Last Updated: 02 November 2020
The collection of related data is called a database. XAMPP stands for cross-platform, Apache, MySQL, PHP, and Perl. It is among the simple l
...read more
Technical Scripter
Web Technologies
PHP
PHP Programs
PHP-Misc
Technical Scripter 2020
Signup form using PHP and MySQL Database
Last Updated: 09 September 2020
The task is to create and design a sign-up form in which if the user enters details, the HTML form data are inserted into our MySQL server d
...read more
Web Technologies
PHP
PHP Programs
HTML-Misc
HTML
PHP-Misc
How to encrypt and decrypt passwords using PHP ?
Last Updated: 31 July 2021
The best way to encrypt and decrypt passwords is to use a standard library in PHP because the method of properly encrypting and decrypting p
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Misc
How to append a string in PHP ?
Last Updated: 07 August 2024
We have given two strings and the task is to append a string str1 with another string str2 in PHP. There is no specific function to append a
...read more
Web Technologies
PHP-string
PHP
PHP Programs
PHP-Misc
How to avoid undefined offset error in PHP ?
Last Updated: 31 July 2021
The Offset that does not exist in an array then it is called as an undefined offset. Undefined offset error is similar to ArrayOutOfBoundExc
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Misc
How to enable cURL in PHP?
Last Updated: 01 August 2021
Often, web applications require HTTP based UserID and Password authentication, cookies, and form uploads. Even, user authentication with Goo
...read more
Web Technologies
Picked
PHP
PHP-Misc
How to Install php-curl in Ubuntu ?
Last Updated: 05 October 2021
CURL stands for Client URL. It is a Linux Terminal command which is used to transferring data from one server to another server. It is a fre
...read more
Web Technologies
Picked
PHP
PHP Programs
PHP-Misc
How To
Installation Guide
how-to-install
How to create a PHP form that submit to self ?
Last Updated: 25 April 2025
Forms can be submitted to the web page itself using PHP. The main purpose of submitting forms to self is for data validation. Data validatio
...read more
Web Technologies
Picked
PHP
PHP Programs
HTML-Misc
HTML
PHP-Misc
Write From Home
PHP Form Handling
Last Updated: 14 April 2025
Form handling is the process of collecting and processing information that users submit through HTML forms. In PHP, we use special tools cal
...read more
Web Technologies
PHP
PHP Programs
HTML-Misc
HTML
PHP-Misc
Write From Home
How to add API function to a simple PHP Page ?
Last Updated: 25 April 2025
Application Programming Interface is a system that contains a set of rules or protocols or tools which help in providing interaction between
...read more
Web Technologies
Picked
PHP
PHP-Misc
How to read user or console input in PHP ?
Last Updated: 25 April 2025
In PHP, the console is a command-line interface, which is also called interactive shell. We can access it by typing the following command in
...read more
Technical Scripter
Web Technologies
PHP
PHP-Misc
How to convert an array to CSV file in PHP ?
Last Updated: 01 August 2021
To convert an array into a CSV file we can use fputcsv() function. The fputcsv() function is used to format a line as CSV (comma separated v
...read more
Technical Scripter
Web Technologies
CSV
Picked
PHP
PHP-Misc
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 !