Quick SQL Read
After connection has been established.
$name = $conn->query("SELECT * FROM table WHERE something = something")->fetch_row()[0];
$name = $conn->query("SELECT * FROM table WHERE something = something")->fetch_row()[0];
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment