For what to return, put "&return=" followed by:
t [for title]
a [for artist]
b [for album]
For a delimeter other than a comma
delim (note: use %20 for a space)
ex: http://joshuarodgers.com/music/api.php?return=tab&delim=%20-%20
http://joshuarodgers.com/music/api.php?type=sql
You then, depending on what you want, provide information:
For what to return, put "&return=" followed by:
t [for title]
a [for artist]
b [for album]
ex: http://joshuarodgers.com/music/api.php?type=sql&return=tab
As you'll want your own database's name and field names:
Parameter...
"table" is your tablename
"titlef" is your title fieldname
"artistf" is your artist fieldname
"albumf" is your album fieldname
ex: http://joshuarodgers.com/music/api.php?type=sql&return=tab&table=musicstuff&titlef=songtitle&artistf=songartist&albumf=songalbum
Just to make it really easy on you, here's a form you can fill out, and it'll return the results for you.
© 2012 Joshua Lee Rodgers