Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
21.3K+ articles
Python
21.3K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
HTML-Misc
427+ articles
PHP-Questions
423+ articles
PHP Programs
344+ articles
JSON
194+ articles
PHP-Misc
123+ articles
PHP-XML
58 posts
Recent Articles
Popular Articles
PHP | XMLWriter openUri() Function
Last Updated: 07 March 2024
The XMLWriter::openUri() function is an inbuilt function in PHP which is used to create a new XMLWriter using source URI for output. In simple words, this function decides...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter setIndentString() Function
Last Updated: 07 March 2024
The XMLWriter::setIndentString() function is an inbuilt function in PHP which is used to set the string which will be used to indent each element/attribute of the resultin...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter setIndent() Function
Last Updated: 07 March 2024
The XMLWriter::setIndent() function is an inbuilt function in PHP which is used to toggle indentation on/off in the XML document which is off by default.Syntax:bool XMLWri...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter startAttributeNs() Function
Last Updated: 07 March 2024
The XMLWriter::startAttributeNs() function is an inbuilt function in PHP which is used to start namespaced attribute. This attribute can be later closed with XMLWriter::en...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter startAttribute() Function
Last Updated: 07 March 2024
The XMLWriter::startAttribute() function is an inbuilt function in PHP which is used to start attribute. This attribute can be later closed with XMLWriter::endAttribute() ...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter startCdata() Function
Last Updated: 07 March 2024
The XMLWriter::startCdata() function is an inbuilt function in PHP which is used to start the CDATA. This element then needs to be closed with XMLWriter::endCdata() functi...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter startComment() Function
Last Updated: 07 March 2024
The XMLWriter::startComment() function is an inbuilt function in PHP which is used to start comment. This comment later needs to be closed using XMLWriter::endComment() fu...
read more
Web Technologies
PHP
PHP-function
PHP-XML
PHP | XMLWriter startDocument() Function
Last Updated: 07 March 2024
The XMLWriter::startDocument() function is an inbuilt function in PHP which is used to start the document. This document then needs to be ended with XMLWriter::endDocument...
read more
Web Technologies
PHP
PHP-function
PHP-XML
How to generate an XML file dynamically using PHP?
Last Updated: 26 July 2024
A file can be generated using PHP from the database, and it can be done by the static or dynamic method in PHP. Static methods can be called directly - without creating an...
read more
Web Technologies
Picked
PHP
HTML and XML
PHP-XML
How to parse and process HTML/XML using PHP ?
Last Updated: 17 August 2021
In this article, we will learn how to process XML using PHP. We have already learnt the basics of XML and their differences with respect to HTML. Different elements of XML...
read more
PHP
HTML-Misc
PHP-XML
PHP-Misc
PHP code to store XML data into CSV
Last Updated: 07 July 2021
In this article, we are going to store XML data into a CSV file using PHPH. XML stands for an extensible markup language. XML is similar to HTML but whereas in HTML, we ca...
read more
Web Technologies
PHP
PHP Programs
PHP-XML
PHP-Questions
How to display XML data in web page using PHP ?
Last Updated: 31 March 2021
In this article, we are going to display data present in an XML file on a web page using PHP through the XAMPP server. PHP is a server-side scripting language that is main...
read more
Web Technologies
PHP
PHP Programs
PHP-XML
PHP-Questions
How to Convert XML data into JSON using PHP ?
Last Updated: 29 August 2022
In this article, we are going to see how to convert XML data into JSON format using PHP.Requirements:XAMPP ServerIntroduction: PHP stands for hypertext preprocessor, which...
read more
Web Technologies
PHP
PHP-function
JSON
PHP-XML
PHP-Questions
Which tag is used to find the version of XML and syntax ?
Last Updated: 07 December 2021
Extensible Markup Language (XML) is a markup language, defining a ruleset for encoding documents in both formats that is human-readable and machine-readable. The design go...
read more
Picked
HTML
HTML and XML
PHP-XML
How to Extract Data from an XML File Using PHP ?
Last Updated: 28 April 2025
XML, which stands for Extensible Markup Language, is a data storage format that is easily searchable and understandable. It simplifies the process of storing, retrieving, ...
read more
PHP
PHP-XML
1
2
3
4
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 !