-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Okay, I'm an idiot. It *was* making it to the statement, but the row_id
in the table matrix_structure_routes are actually positive numbers, so
when it gets to that point I need to use the absolute value. The reason
for using the negative and postive counterparts are to determine which
type of directory it is (and therefore which table the meta information
is stored in). Stupid me for not catching that first!
- [PHP] testing for negative numbers Robert Samuel White
- Re: [PHP] testing for negative numbers Rasmus Lerdorf
- Re: [PHP] testing for negative numbers Robert Samuel White
- Re: [PHP] testing for negative numbers Robert Samuel White
- Re: [PHP] testing for negative numbers Leif K-Brooks
- Robert Samuel White