Software Listing of Author : "Webtechniques.com"
- A Contact Database using MySQL and PHP
- License: Shareware
- Price:


MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you create dynamic Web applications such as catalogs, shopping carts, and contact lists. This article introduces MySQL and shows how to develop a simple Web interface to a contact database using MySQL and PHP.
- Publisher: webtechniques.com
- Date Released: 12-03-2011
- Download
- Platform: PHP, Scripts
- A Database-Independent API for PHP
- License: Shareware
- Price:


PHP's lack of a standard database API makes switching databases difficult and costly once an application has been written. For example, if you write a program that uses a MySQL database on the back end, and you want to modify that program so that it uses a Sybase database, you'll most likely spend hours modifying the code. This article, along with sample codes, discusses possible solutions.
- Publisher: webtechniques.com
- Date Released: 04-06-2011
- Download
- Platform: PHP, Scripts
- Cookie Monsters
- License: Shareware
- Price:


This article discusses some of the wrong ways for using cookies, and how to use them safely.
- Publisher: webtechniques.com
- Date Released: 24-05-2011
- Download
- Platform: CGI and Perl, Scripts
- Data-Drive Sites with Midgard
- License: Shareware
- Price:


Zope isn't the only Open Source site-management tool out there. Brian Jepson introduces Midgard. Main topics include: Installing Midgard, Building a Simple Site with Midgard, Defining Styles for Your Site, Creating the Host, Creating Content, Updating the Home Page, and Data Collections.
- Publisher: webtechniques.com
- Date Released: 18-05-2011
- Download
- Platform: PHP, Scripts
- Dynamic Web Pages with PHP3
- License: Shareware
- Price:


PHP is a freely available, HTML-embedded scripting language that lets you embed special tags to create your script right in an HTML file. PHP can be integrated into the Web server itself, eliminating the need to start up a separate CGI program to generate the Web page, which can lead to dramatic performance increases on some systems. This article describes how PHP came into existence, introduces some PHP basics, then shares some useful, instructive scripts to get you started.
- Publisher: webtechniques.com
- Date Released: 08-05-2011
- Download
- Platform: PHP, Scripts
- Evolution of a Super Hero
- License: Shareware
- Price:


The release of PHP 4.0, the long-awaited, next generation of the popular Web scripting language, is just around the corner. The most recent version, release candidate 1, is stable and ready to take over PHP 3.0's role in Web application development. The release takes PHP to new levels, with increased performance, more features, and cleaner syntax.
- Publisher: webtechniques.com
- Date Released: 17-11-2011
- Download
- Platform: PHP, Scripts
- Extending PHP
- License: Shareware
- Price:


This article describes how to easily create a PHP extension with C or C++. Examples of bundled PHP extensions include the MySQL extension or the Sablotron XSL extension. These allow you to provide features to PHP script authors by letting you create functions, in C or C++, which can then be directly called in PHP scripts.
- Publisher: webtechniques.com
- Date Released: 15-07-2011
- Download
- Platform: PHP, Scripts
- Migrating from HTML to XML
- License: Shareware
- Price:


As the Internet world shifts its focus to XML and related technologies, what happens to HTML? Everywhere you go, products are becoming "XMLitized" as vendors rush to gain market share. While this is great for companies that are only now beginning to build their infrastructures, what about the rest of us whose sites have existed for years, accumulating documents architected on old HTML technology? Fortunately, the market for tools in this space is growing, and technologies like Extensible Hypertext Markup Language (XHTML) are making it easier to migrate your repository of existing HTML documents. This article describes tools to help you convert to XML with ease.
- Publisher: webtechniques.com
- Date Released: 27-06-2011
- Download
- Platform: Misc Scripts
- Open for Discussion
- License: Shareware
- Price:


This article / tutorial provides you with information that will let you create a PHP-based message board using NeoBoard or plain PHP. Then you can make a discussion board on your own either by using the NeoBoard package without modifications, or by following some of its suggestions to customize the NeoBoard package to suit your individual needs.
- Publisher: webtechniques.com
- Date Released: 23-11-2011
- Download
- Platform: PHP, Scripts
- PHP Debugging with Class
- License: Shareware
- Price:


This article talks about a technique for debugging CGI programs written with the PHP scripting language. Topics include: Creating the Debug Class, Testing the Debug Class, Using the Debug Class, Production Debugging, and more.
- Publisher: webtechniques.com
- Date Released: 10-04-2011
- Download
- Platform: PHP, Scripts
- Roll Out Your Cart
- License: Shareware
- Price:


Ray Argus and Jerid Freeland roll out a customized shopping cart that has features you won't find in commercial versions. This article discusses sessions, secure servers, and credit cards.
- Publisher: webtechniques.com
- Date Released: 20-01-2011
- Download
- Platform: PHP, Scripts
