One more thing
IN THE SCRIPT, edit before you save/run:

Your host, user, and pass in:
$sqlconnection = mysql_connect("your mysql host", "your username",
"your password") or die(mysql_error());

"YOUR GROUP TITLE" in:
$result = mysql_query("SELECT `Rivendell`.`CART`.`NUMBER` FROM
`Rivendell`. `CART` WHERE  `GROUP_NAME` LIKE  'YOUR GROUP TITLE';")
or die(mysql_error());
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to