This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*******AppDelegate.swift ******* | |
// | |
// AppDelegate.swift | |
// Bizzy Books | |
// | |
// Created by Brad Caldwell on 9/23/16. | |
// Copyright © 2016 Caldwell Contracting LLC. All rights reserved. | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$name = $mysqli->query("SELECT name FROM contacts WHERE id = 5")->fetch_object()->name; |