Jump to content

PDO $maxPrice problem, when using params


Zerpex

Recommended Posts

Hi again again,

 

I'm making a search, where I use BETWEEN, if I have et $maxPrice is 2147483647 and $minPrice is 0 - (result from var_dump()), when I then use it in PDO, it's like it get another 'maxPrice' because it only show results under "200000" in price, but if I define, a static value of 2.000.000 it gets all the results as it should, but not when doing it with params in PDO :/

 

I also do a var_dump() of the maxprice, after the PDO, and the value is still the same as above (the 2147483647), and I've been spending loong time now, trying to find out why!

 

Maybe someone here can spot the error!

 

http://codepad.org/VIsk0UI8

 

Thank you a lot!

Link to comment
https://forums.phpfreaks.com/topic/258816-pdo-maxprice-problem-when-using-params/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.