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!
and then the program should load the desired web page. Am I reading it correctly? the reason I ask, is I get nothing but a blank page and it doesn't look like the browser is being redirected anywhere.
Make sure nothing is output to the browser before your call to header(), you should know if you are doing this incorrectly by the errors returned though.
And that is exactly what it was, once I cleaned out the code, it started working...also I found checking for the number of rows equaling zero didn't work as well as checking for number of rows being less than 1.