Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created September 19, 2016 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanpcweb/e8401abe329d139257ef8daa06eed7a1 to your computer and use it in GitHub Desktop.
Save luanpcweb/e8401abe329d139257ef8daa06eed7a1 to your computer and use it in GitHub Desktop.
Index para post 298 blog
<?php
mysqli_connect("db", "root", "bytes") or die(mysqli_error());
echo "Conectou!"
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment