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!
For some reason the following PHP only returns the first of three rows of data. It should return "36", "37", "38" as the exact query returns in phpMyAdmin though only returns "36". I've also tried putting the static command that works in phpMyAdmin in to $query1 so I'm at a loss right now. Suggestions please?
JAB Creations wrote:I would have thought print_r would have displayed the entire array...isn't there an array equivalent to print_r then I vaguely recall?
print_r() will display the entire array... when you pass it the entire array rather than just one value in the array
The array will be merged in to another...though I'm going to start a fresh thread because my OP considered this thread has technically been resolved. On to merging arrays!
Yes...blog tags has really warped my mind of late so please tolerate my oddness for just a wee bit longer.