Search results

  1. G

    where is the best place to find chords to songs?

    I listen to a lot of songs that don't always have chords on sites like ultimate_guitar.com or whatever. Sometimes I'm able to listen to song and pick out the chords, but not always - especially for the really jazzy chords. Anything more complicated than like major and dominant 7 and it gets...
  2. G

    is there a video of chris impellitteri playing 17th century chicken pickin anywhere?

    I've seen numerous videos on youtube of various guitarists playing it, but never impellitteri himself. does such a video exist? if so, where can I see it?
  3. G

    How do you scan a directory remotely with php?

    I have some code: <?php session_start(); if ($_GET['site']) { $posted = true; $index = glob("" . $_GET['site'] . "/*.php"); } ?> <form action="indexer.php" method="GET"> <input type="text" name="site" /> <br /> <input type="submit" value="Index!" /> </form> <br /> <?php if ($index) {...
Back
Top