in reply to Where in the world is it getting 'ffxi' at?

Just a wild guess - is there somewhere that is performing an arithmetic operation on the string? You might try logging your variables as the script runs, to determine where the change occurs.

  • Comment on Re: Where in the world is it getting 'ffxi' at?

Replies are listed 'Best First'.
Re^2: Where in the world is it getting 'ffxi' at?
by Eagle_f90 (Acolyte) on Mar 04, 2006 at 18:05 UTC
    After following your advice and logging the variables I came to find out nothing is wrong with the script. The issue is on the DB side. It seams I imported two tables into one on accedent, so it was pulling all information from ffxi table. Thanks.