Posted by Samuel on 11/15/59 11:28
You're not exactly explaining what the problem is, and I have not a lot
of experience with PHP classes, but at first glance the
SelectRandomCard function is not so random. It will always return the
same decks for a given $set. Besides, your $packarr variable will
probably not work as an array, more like a simple variable being
overwritten every time through the loop.
Hope that helps. Anyway, it would help if you could point us at more
specific problems :-)
[Back to original message]
|