Hello,
I'm trying to get a PHP/MYSQL web page that will look at a text file, get some numbers out of it. Then use those numbers to look stuff up in a database. I've kinda got it working, except, when there is no associated data with the number it's looking up I get a warning like this:
Unable to jump to row 0 on MySQL result index 2 in /var/www/html/hl/test2.php on line 24
All the data I've been able to find about this error has done nothing for me except confuse me further. If you'd like to see what I've gotten to so far go to
<!-- m --><a class="postlink" href="http://209.130.213.81/hl/test2.php">http://209.130.213.81/hl/test2.php</a><!-- m -->
I can also be reached on AIM "discokid20" if you want to look at the code I've got. This is my first attempt at using php or mysql. So please don't assume I know anything...I more than likely don't. TIA
-Mike
I'm trying to get a PHP/MYSQL web page that will look at a text file, get some numbers out of it. Then use those numbers to look stuff up in a database. I've kinda got it working, except, when there is no associated data with the number it's looking up I get a warning like this:
Unable to jump to row 0 on MySQL result index 2 in /var/www/html/hl/test2.php on line 24
All the data I've been able to find about this error has done nothing for me except confuse me further. If you'd like to see what I've gotten to so far go to
<!-- m --><a class="postlink" href="http://209.130.213.81/hl/test2.php">http://209.130.213.81/hl/test2.php</a><!-- m -->
I can also be reached on AIM "discokid20" if you want to look at the code I've got. This is my first attempt at using php or mysql. So please don't assume I know anything...I more than likely don't. TIA
-Mike