Parsing XML data in PHP
If you are planning to deal with XML data in PHP , for instance parsing an RSS feed or pattern matching (finding images or elements in an XHTML) , than probably you need an XML library which extracts...
View ArticleResolving URL file access is disabled in the server configuration
I was trying out the simplexml_load_file function for parsing RSS feeds on my hosting server using the following code- $rss = simplexml_load_file(‘http://naveenbalani.com/index.php/feed/’); and got...
View ArticleDeveloping php applications using web matrix
WebMatrix is a free web development tool from Microsoft that includes everything you need for web site development. WebMatrix provides an integrated environment for building, testing, and deploying web...
View ArticlePHP applications using WebMatrix
Gone are the days when PHP developers had to turn away business because the clients used Windows Servers. If you are a PHP developer and have been looking for a cost-effective and easy way to begin...
View Article