Just noticed on that last one I forgot to change one variable name.

the line that was this
$tr_type = mssql_query($get_tr) or die(mssql_get_last_message());

change it to this
$tr_type = mssql_query($SQL) or die(mssql_get_last_message());


--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to