PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Here is my for loop for showing available IP addresses within my database. It creates an array with the taken ones and looks for available ones within the range ---- WELL, AT LEAST THAT IS WHAT IT SHOULD DO
The echo $found_ip outputs a result of zero. It appears to be taking the variable from the first line without using the For loop. I need to combine the $found_ip with the For loop somehow.