I am using Ultradev and PHP Phakt extension
Task:
Need to show Search Results in Detail page from Form with 2 fields and "Post"
SQL query
SELECT *
FROM psale
WHERE name LIKE '%MMColParam%' and prewhat LIKE '%MMColParam2%'
$HTTP_POST_VARS["prewhat"]
Problem: Only the first detail page gives the right results. Navigating to other more results using record navigation bar is mixing up the results. Only first detail page is showing the right query results.
check: http://www.royalmougins.net
Please help.
Task:
Need to show Search Results in Detail page from Form with 2 fields and "Post"
SQL query
SELECT *
FROM psale
WHERE name LIKE '%MMColParam%' and prewhat LIKE '%MMColParam2%'
$HTTP_POST_VARS["prewhat"]
Problem: Only the first detail page gives the right results. Navigating to other more results using record navigation bar is mixing up the results. Only first detail page is showing the right query results.
check: http://www.royalmougins.net
Please help.
Kommentar