cooldude832 Posted June 29, 2007 Share Posted June 29, 2007 As of Late i've seen a lot of people adding extra data to query like SUM DISTICT, AVERAGE etc etc to mysql queries, I've always quered out what I've needed and then sorted it out in post with a while loop and other logical commands. First part of this question is those new special words only good in php 5 and are they better than dealing with the stuff in post or just quicker to write? Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted June 29, 2007 Share Posted June 29, 2007 SQL is not PHP...so it has nothing to do with what PHP version you have. SQL is it's own separate language with its own separate versions. I would say that if you can get what you want from the query, then get it that way. If you can't, obviously resort to PHP to handle it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.