plunger

Tech Novice Tools

Web programming is a blast!

About Cerebro

cerebro

Cerebro is our whimsical visualizaton of how we interact with an online database at TNT. A connection to the database requires:

  1. A host (place where stuff is stored)
  2. A user (like Xavier above...someone wanting to use the database)
  3. A password (gotta have permission to use data, right?)
  4. A database (the actual repository of the information)

A link is formed using these ingredients that is like making a connection to a big company in a phone call: The call goes through and you wait for your call to be picked up by someone in the company. The 'link' command looks like this:

$link = mysqli_connect($host, $user, $pw, $dbase);

Getting this connection to work can be tricky! Here are the current apps that utilize the power of Cerebro to supply/manipulate/store/receive data: