How can you read excel file using php and save that details to the database? My other post is describing Read Excel file and save details to database using PHP.But it is not properly working in new version of excel…
Tag: XML
Convert xml file into excel file using php
Here we are describing convert xml file into excel file using php.Simple way to convert xml file into excel file with php.If you have basic knowledge of xml and php(:D) this is very easy.My another post is showing how to…
Google xml sitemap stylesheet loading error
If you’re using google xml sitemap wordpress plugin(Google sitemap generator,google-xml-sitemaps-v3-for-qtranslate,..etc), you will notice an error message when you’re accessing your sitemap.This error message like this.
PHP Creating XML file
How to creating simple xml file using php.I’ll describes how to creating xml file by formatting tags using php.
PHP read XML file using SAX parser
How to php read xml file using SAX parser.SAX means Simple API for XML.The SAX parser is work differently with DOM parser, it either load any XML document into memory not create any object representation of the XML document. The…
Read XML file using PHP
Today I’m going to describes how to read xml files using php.I’ll explain this using simple php example.If you have simple knowledge about xml this is very easy job.