Skip to content

vinigomescunha/Example-SimpleXML-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-SimpleXML-CRUD

==Example SimpleXML CRUD - Vinicius Gomes

Example of data manipulation with PHP and SimpleXML, node creation, node update, list data and search function

This is a example of XML manipulation using SimpleXML PHP

This example dont use jquery

Files:

/ajax/create.php - create node

/ajax/delete.php - delete specific node

/ajax/find.php - find specific node of a search

/ajax/list.php - list nodes with offset and limits

/ajax/update.php - update call

/data/data.xml - File XML with data / nodes, if there is not will be created

/lib/Class.XML.php - class SimpleXML to nodes manipulation

/style.css - css style

/index.html - index file

/commom.js - javascript manipulation

If there is problem with the data, check the write permission from the "data" folder and the file "data.xml"

About

Example of data manipulation with PHP and SimpleXML, node creation, node update, list data and search function

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published