Commit 4d67c22c authored by Andreas Fischer's avatar Andreas Fischer

Remove unwanted 'and'.

parent 5fafad03
......@@ -33,7 +33,7 @@ connection:
$sql = "SELECT * FROM articles";
$stmt = $conn->query($sql); // Simple, but has several drawbacks
The query method executes and the sql and returns a database statement object.
The query method executes the sql and returns a database statement object.
A database statement object can be iterated to retrieve all the rows that matched
the query until there are no more rows:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment