Skip to content

Instantly share code, notes, and snippets.

@AngeloR
Created April 12, 2011 04:54
Show Gist options
  • Save AngeloR/914954 to your computer and use it in GitHub Desktop.
Save AngeloR/914954 to your computer and use it in GitHub Desktop.
Lemondoo, a limonade-php tutorial
<?php
function configure() {
$c = mysql_connect('localhost','root','');
$s = mysql_select_db('todo',$c);
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment