Search found 3 matches
- Tue Sep 01, 2009 9:09 pm
- Forum: PHP - Code
- Topic: My php code can't be display on browser.
- Replies: 4
- Views: 70
Re: My php code can't be display on browser.
Thanks. # echo 'Database doesn't excist: ' . mysqli_error($iscon) . '<br/>'; I fixed that with a back slash. That particular gave me the error so that's how I spotted it. echo 'Database doesn\'t excist: ' . mysqli_error($iscon) . '<br/>'; I still was getting browser error after mysqli_fetch_array. I...
- Tue Sep 01, 2009 6:14 pm
- Forum: PHP - Code
- Topic: My php code can't be display on browser.
- Replies: 4
- Views: 70
Re: My php code can't be display on browser.
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 ...
- Tue Sep 01, 2009 3:04 pm
- Forum: PHP - Code
- Topic: My php code can't be display on browser.
- Replies: 4
- Views: 70
My php code can't be display on browser.
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 st...