PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Bug #2943

Documentation typo

Details

Submitted2004-12-10 13:37 UTC
Fromls at gate99 dot nl
Assignedohill
StatusClosed
PackageDocumentation
PHP Version4.3.9
OSN.A.
Roadmaps(Not assigned)

Comments

[2004-12-10 13:37 UTC] ls at gate99 dot nl

Description:
------------
Small typo in:
http://pear.php.net/manual/en/package.database.db-dataobject.intro-purpose.php

>Example 26-1. A Classic Data Object or Container
>[snip]
> db->query("SELECT username FROM person WHERE username='$username' AND password = '$pasword'");

The last bit should be '$password' instead of '$pasword'.