XML and PHP is a clear, concise guide to the synergies between XML and PHP, many of which are not immediately visible to intermediate developers. XML and PHP demonstrates how PHP and XML can be combined to build cutting-edge Web applications. It...
Automating news display with PHP scripts teaches you to include a news system using MySQL database. It describes the advantages and disadvantages with a dynamic and static news module respectively. Dynamic based news updation is powerful and easy...
Binding, Sorting, and Paging XML with a DataGrid is a web based tutorial which helps you to learn about displaying the contents of the XML document in the datagrid control. In this tutorial the author explains the users, how to bind the data of...
Formatting XML with CSS (a.k.a my favorite jokes) is an article in which author gives details about the procedure for formatting XML documents using Cascading style sheet. For easy understanding the author gives detailed description on formatting...
Learn to read and write XML with .NET's XML classes is an ASP.NET tutorial in which programmers can learn about the procedure for reading and writing the XML documents by using XmlReader and XmlWriter classes respectively. The author elaborates...
Recursive Threading with PHP and SQL is a simple tutorial that helps experienced PHP programmers to design new pages with threaded comments. You will learn to create and match comment tables for every discussions. Using the tips provided in the...
Script Web databases quickly with PHP scripting language is a tutorial which teaches about how PHP is useful and flexible script that programmes web databases quickly and easily. This also discusses about how to install and configure PHP with the...
Simple Content Management with PHP/MySQL is multi-platform compatible. PHP MySQL Simple Content Management. A simple content management system based on PHP and the free and fast MySQL database. Simple to setup and administer. All site settings are...
Simple Localization with PHP is helpful for PHP beginners to learn about the localization of websites using PHP script. This tool lets you know all the steps that concern with localization through simple examples and gives the syntax to include...
Learn to use curl with PHP to query remote webservers for data. This can be done to automate form submission, process credit cards and more. Topics covered include SSL, cookie handling and more. |