View Single Post
Old 02-27-2007, 05:25 AM   #13 (permalink)
JMareel
Recruit
 
Join Date: Feb 2007
Posts: 20
JMareel is on a distinguished road
OK doing a little research and studying of SQL database manipulation, I found some functions that could help in more ways than one.

Would it be possible to have the javascript pass the checked results on the Order page to SQL queries that display results and calculate price on the Confirmation page? Reason I ask is because I was seeing certain SQL commands and operators such as CREATE INDEX , SELECT, and COUNT(*). As I am understanding COUNT(*) would work as returning selected checkboxed rows to display results and count how many results which I could work into a formula to calculate the price.

I am just throwing options out that would make for a strong yet fast and easy result returning system; but also be easy to update in the future.

-JM
JMareel is offline   Reply With Quote