Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Accessing MySQL from PHP

Accessing MySQL from PHP

Fundamental PHP & Web Development

LucienLee

July 09, 2013
Tweet

More Decks by LucienLee

Other Decks in Programming

Transcript

  1. 2

  2. connect server 4 Before we can access data in a

    database, we must open a connection to the MySQL server.
  3. 5

  4. 8

  5. 11

  6. practice 38 • Make a message board that users can

    leave a message containing name(necessary), message and timestamp. • users can view all message and delete them.