ArticlesPHP PHP applications using WebMatrix by Navveen share Gone are the days when PHP developers had to turn away business because the clients used Windows Servers. If you read more
ArticlesPHP Developing php applications using web matrix by Navveen share WebMatrix is a free web development tool from Microsoft that includes everything you need for web site development. WebMatrix provides read more
ArticlesPHP Resolving URL file access is disabled in the server configuration by Navveen share I was trying out the simplexml_load_file function for parsing RSS feeds on my hosting server using the following code- $rss read more
ArticlesPHP Parsing XML data in PHP by Navveen share If you are planning to deal with XML data in PHP , for instance parsing an RSS feed or pattern read more