What does parameters named 'x' and 'y' do in advanced_search_results request? I can't figure it out.. It seems that they aren't used anywhere (at least not via $_GET['x']). So what they do?
What does parameters named 'x' and 'y' do in advanced_search_results request? I can't figure it out.. It seems that they aren't used anywhere (at least not via $_GET['x']). So what they do?
data_digger,
Query Cache v1.7-beta for ZC 1.3.9h Reduce query count by 80% | Randomized Tests
www.data-diggers.com
'x' and 'y' are coordinates of the mouse cursor when it clicks on a custom image used as a Submit button in an <input> form.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
data_digger,
Query Cache v1.7-beta for ZC 1.3.9h Reduce query count by 80% | Randomized Tests
www.data-diggers.com
You'll have to ask the authors of PHP why they did that: http://www.php.net/variables.external
But as far as Zen Cart is concerned, the values are unused internally.
Surely there's a reason behind your line of questioning ... ?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thanks, I haven't realized that this was part of standard.
I always wondered what that was for but never had time to search/ask. I thought that those are oscommerce/zen cart specific variables.
data_digger,
Query Cache v1.7-beta for ZC 1.3.9h Reduce query count by 80% | Randomized Tests
www.data-diggers.com