v5:reference:recordset:move
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| v5:reference:recordset:move [2016/01/17 00:57] – ↷ Page moved from v5:reference:move to v5:reference:recordset:move mnewnham | v5:reference:recordset:move [2020/01/02 16:59] (current) – fix obvious typos in the example peterdd | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| </ | </ | ||
| ===== Description ===== | ===== Description ===== | ||
| - | The function '' | + | The function '' |
| ------------------------------------------- | ------------------------------------------- | ||
| ===== Usage ===== | ===== Usage ===== | ||
| Line 15: | Line 15: | ||
| * Connection to DB2 sample database | * Connection to DB2 sample database | ||
| */ | */ | ||
| - | $SQL = " | + | $sql = " |
| - | $recordset = $db-> | + | $recordset = $db-> |
| /* | /* | ||
| Line 26: | Line 26: | ||
| * Retrieve the record as an object | * Retrieve the record as an object | ||
| */ | */ | ||
| - | $record = $recordset-> | + | $record = $recordset-> |
| print_r($record); | print_r($record); | ||
v5/reference/recordset/move.1452988651.txt.gz · Last modified: (external edit)
