Welcome Guest, Not a member yet? Register   Sign In
[Fixed] Weird Database Problem
#11

[eluser]TheFuzzy0ne[/eluser]
That's very strange indeed. The only thing I can suggest is that you feed an array in as the third parameter instead:

Code:
$where = array('id', $shopid);

Other than that, I'm totally out of ideas. Sorry.
#12

[eluser]n8m[/eluser]
Nope, wasnt it.

Thnx for the help anyway!
#13

[eluser]n8m[/eluser]
Turns out this is only happening in Firefox.

Further investigation of that odd problem showed that this was an issue of Firebug. I think it's related to this:

http://code.google.com/p/fbug/issues/detail?id=35

Bug. I tested deactivating it for that specific page, but no luck. I Tested it on Windows and Mac, and only the Windows Version seems to have this problem.

Wow. I'll really miss Firebug, hope they fix that soon.


For your Info:
FireFox 3.0.6
Firebug Version: 1.3.2
#14

[eluser]umefarooq[/eluser]
hi try this in your where

Code:
$where = array('id'=>$shopid);
#15

[eluser]TheFuzzy0ne[/eluser]
Haha. Yeah, I screwed up the syntax on mine. Sorry about that.




Theme © iAndrew 2016 - Forum software by © MyBB