PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, July 3, 2022

[FIXED] How to use xml database in xampp

 July 03, 2022     database, xampp, xml     No comments   

Issue

I am having a project on faculty, and my PhD. Professor wants me to use only XML database, not MySQL database. So my question is how can I use an XML database on xampp, and which xml database should I use?


Solution

You can start from here: http://en.wikipedia.org/wiki/XML_database

'xampp' is just a bundle of preconfigured servers (mysql, apache + php). There is no relation between 'xampp' and usage of databases.

Update: If you use php for your application backend and choose to use BaseX for database then check http://docs.basex.org/wiki/PHP_Example



Answered By - Catalin
Answer Checked By - Katrina (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing