PDA

View Full Version : is n't a repeat region, why some js buttons do not work 2ND & 6TH - any criteria ?


lse123
11-22-2008, 09:44 PM
rent a car quote(php/mysql/javascript/html)
----------------------------
A problem from the quote you get [on the left of page] of
http://www.poliscarhire.com/ ...
to the mysql repeat region(manualy setup), repeat buttons in the order of results 2nd and 6th indepented search criteria do not work[js], the other 14 buttons of 16 total buttons work properly, why this error ? After all is it, just a repeat [to work all?] ?

No work(buttons) 2nd + 6th in the order of results
criteria / cat car no work(only 2 of 16)
popular: cat: B1 , E
manual: cat: B1 , E
auto: cat: I , A

I CAN POST PHP/MYSQL CODE IF NECESSARY ....

guelphdad
11-23-2008, 12:03 AM
is the issue with the mysql code or the php code? It can only be one or the other. Get your query working correctly in mysql only. once that works correctly then the error can only be php code.

post your mysql query here and the results it returns and expected to return if those are different.

lse123
11-24-2008, 06:38 AM
No work(buttons) 2nd + 6th in the order of results(no matter search criteria or browser ie7+opera9)

--------------------------------------------------------------------------------
criteria / cat car no work(only 2 of 16)
popular: cat: b1 , e

manual: cat: b1 , e ,

auto: cat: I , A

two files one extends other
URL1: http://www.poliscarhire.com/quote/quote.php
URL2(required File in URL2): http://www.poliscarhire.com/quote/results.php
php code for both at http://www.poliscarhire.com/test/quote.php-results.php-code.html

guelphdad
11-24-2008, 05:27 PM
there are no buttons in a mysql query. so the problem is either in the mysql results or your php code.

run the query outside of php. Is it giving you correct results? If so then your problem is php related and your question belongs in that forum, not here.