Commit b432a89d authored by Saleeh's avatar Saleeh

Update readme.md

Fixed Language highlighting
parent b6262552
......@@ -189,7 +189,7 @@ echo "{$count} users found";
```
select one column value or function result from multiple rows:
``php
```php
$logins = $db->getValue ("users", "login", null);
// select login from users
$logins = $db->getValue ("users", "login", 5);
......
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