Languages
- 2741
- Create an audio stitching tool in PHP - TechRepublic
- One way to provide visually impaired users with the ability to use OCR-defeating passcodes is to stitch WAV files together. Phillip Perkins shows you how to deconstruct a group of WAV files and reconstruct one large WAV file by compiling the group.
- 2742
- GIS mapping in PHP
- A series of tutorials on using PHP to access GIS mapping information. The tutorials start with the basics, build on them, and provide many examples for more complex functions.
- 2743
- Implement MySQL-based transactions with a new set of PHP extensions
- This brief tutorial will show you how to use a PHP 5.x MySQL extension, called MySQL Improved, to implement MySQL-based transactions with PHP.
- 2744
- Implementing Bayesian inference using PHP
- Paul Meagher introduces Bayesian inference by discussing the basic mathematical concepts involved and demonstrating how to implement the underlying conditional probability calculations using PHP.
- 2745
- PHP - W3Schools
- Provides basic to advanced PHP functions. Users can also learn how to integrate PHP with other languages such as MYSQL, AJAX, and XML.
- 2747
- PHP MySQL interactive website design
- The lessons provided in this PHP/MySQL tutorial are short and simple. You'll learn to create and manipulate a simple database of names and birthdates.
- 2748
- PHP RRD tool tutorial
- A tutorial on using RRDTool's PHP extensions to gather data, report statistics, and generate graphs.
- 2749
- PHP feedback form with source code
- Tutorial for feedback, bug report, contact PHP forms includes all copy and paste code.
- 2750
- PHP security guide
- Guidance from the PHP Security Consortium on how to develop more secure applications.
- 2751
- PHP tutorial - Tizag
- A PHP tutorial that covers all the basics of PHP. It is geared towards web developers with little or no PHP experience.
- 2752
- PHPKnowHow
- Provides PHP tutorials geared towards newcomers that range from language basics to integrating with MySQL.
- 2753
- Pitfalls of transactions with PHP - ONLamp
- Database transactions are important for data reliability and consistency. Used properly, they can prevent many types of errors. Used improperly, they can cause many other kinds of errors. Kimberlee Jensen demonstrates using transactions with PHP well.
- 2754
- Programming PHP
- A wikibook about programming in PHP. Also provides external links for more information.
- 2755
- SQL Injection - Chris Shiflett - Security Corner
- Article explaining SQL injection by looking at sample attacks and then introducing methods for prevention.
- 2756
- Simple linear regression with PHP
- In contrast with other open source languages like Perl and Python, PHP lacks a robust community effort to develop a math library. This article provides an example of a PHP math library called SimpleLinearRegression that demonstrates a general approach that can be used to develop PHP math libraries.
- 2757
- Stopping spambots from submitting forms
- Demonstrates a technique for preventing spambots from submitting forms, using questions such as "which day comes after Tuesday?" or "spell the number 7 in lowercase letters."