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!
My php code can't be display on browser. I get problem loading page. I don't know what I'm doing wrong? Please help. I was thinking to trying my code on a non 64bit os. That is probably causing my problem. I posted in two other forums but no reply, and no answer. Thank you in advance.
The problem starts in the while loop. Just note that I created my database table on the Mysql console.
Enable error reporting... probably you have fatal error, for example because of missing mysqli extension, and you are getting blank page because of this
Thanks for the reply, I really appreciate it. I check error reporting on php.ini and is on. I tried the code you gave me to turn it on and still the same. I created a new simple while statement incrementing numbers and it works. I put back the while statement with mysqi_fetch_array and the problems start again. I'm starting thinking it's probably my 64bit apache, or mysql. Going to install apache, php, and mysql on my acer one to see if doesn't give me the problem there.
I still was getting browser error after mysqli_fetch_array. I solve my "Page Can't be display" problem when I remove apavhe64 and php64bit and installed 32bit apache and php. Last time I'm using unofficial 64bit php and apache from http://www.elxis.org/guides/developers- ... ndows.html. Now The thing I'm running is MySqL 64bit Official from mysql website.
Thanks everybody. This the only forum that helped me. Two other forum still never reply to me. Thanks.
Kind of weird though. In the other two forums it had the backslash. Probably It was erased by mistake while I pasting it here.