[PHP] sqlite_seek() problem

2003-07-05 Thread Alan D'Angelo
Hello !! When I make a query with sqlite_query() and use sqlite_fetch_array() all works well: Example: $result = sqlite_query('SELECT * FROM test', $conn); while($row = sqlite_fetch_array($resulr, SQLITE_NUM, true)){ $rows[] = $row; } $rows is: Array ( [0] => Array (

[PHP] sqlite_seek() problem

2003-07-05 Thread Alan D'Angelo
Hello, I would want to make a question over the function sqlite_seek(), why it is giving to me of the problems. When I make a query with sqlite_query() and use sqlite_fetch_array() all works well: Example: $result = sqlite_query('SELECT * FROM test', $conn); while($row = sqlite_fetch_array($resu