On 01/06/13 05:21, [email protected] wrote: > On 2013-06-01 02:06, Richard Lamont wrote: >> I have git cloned the python-rivendell thing but I'm completely baffled >> to know what to do with it next.
> i was in the same case as you, and i never ever used python, so i have > written a php script that does basically what you need. Like you I'm more at home with PHP than Python. Your script is just the job. I've tried it on my test system and it does exactly what I need. Many, many thanks. In case anyone else wants to use it, a minor typo crept in that needs fixing: -//$sqlRequest="SELECT * FROM CUTS WHERE CART_NUMBER = '$CART_TO_NORMALIZE// single cart +//$sqlRequest="SELECT * FROM CUTS WHERE CART_NUMBER = '$CART_TO_NORMALIZE'"; // single cart -- Richard Lamont <[email protected]> _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
