Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ability to show, MAX, MIN, AVERAGE and COUNT from an asp page

Status
Not open for further replies.

SoftPlutonium

Programmer
Joined
Aug 30, 2003
Messages
3
Location
ZA
I have been taken to task with writing a script that will have an ability to show, MAX, MIN, AVERAGE and COUNT on asp page.

Any thoughts???
 
You say in your post that you are doing it in ASP, yet you want PHP tips? Why?

//Daniel
 
I am currently re-writing it in php. sorry for the misunderstanding
 
MAX,MIN,AVERAGE,COUNT of what?

If you're talking about using those clauses in the select portion of your database call, then we need to know which database... if you're talking about reading in the data from a user, or a text file or something else and then applying the mathematical functions, then it's an entirely different set of tips.

So please, more details :)

-Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top