Forum: PHP Sep 4th, 2009 |
| Replies: 15 Views: 5,693 Thats exactly what I plan on doing thanks. I hope thats the problem though, I havn't really seen this before. It's a lot of work to go change all the queries in the whole project >.< haha
I will... |
Forum: PHP Sep 4th, 2009 |
| Replies: 15 Views: 5,693 it is not the $id. the code is set to always give a valid id. problem is still there if i say $id=1;
that is also not the problem. im pretty sure its compatibility issues between mysql and mysqli... |
Forum: PHP Sep 4th, 2009 |
| Replies: 15 Views: 5,693 hi dassati,
i tried that, that is not the problem unfortunately. if only it was so simple. the sql runs in phpmyadmin. the single quotes don't matter. |
Forum: PHP Sep 4th, 2009 |
| Replies: 15 Views: 5,693 Another module of the project im working on is mysqli instead of mysql. Could it be that that is causing the problems? That module uses its own dbconn file though so i dunno why its having this issue |
Forum: PHP Sep 4th, 2009 |
| Replies: 15 Views: 5,693 Here we go, its happening in 4 different places now:
This is the error:
Warning: mysql_fetch_row() expects parameter 1 to be resource, boolean given in... |
Forum: PHP Sep 4th, 2009 |
| Replies: 15 Views: 5,693 I changed my code entirely throughout the night and now that specific problem is gone.
I do still occasionally get the same error, I just dont have an example of it right now. When i printf the... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 15 Views: 5,693 Still cant find anything. What do you mean by stickied?
The code is literally as simple as what I have above in my original thread. I'm just trying to understand the error.
It's been popping up... |
Forum: PHP Sep 3rd, 2009 |
| Replies: 15 Views: 5,693 Hi all,
I've been hitting the same problem over and over in my development. Sometimes when i do a MySQL query I keep getting the error
Warning: mysql_fetch_row() expects parameter 1 to be... |