Home » Bug #2943
Documentation typo
Details
| Submitted | 2004-12-10 13:37 UTC |
|---|---|
| From | ls at gate99 dot nl |
| Assigned | ohill |
| Status | Closed |
| Package | Documentation |
| PHP Version | 4.3.9 |
| OS | N.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'.