If you need to run mysql replication, then we can help configue it for you, its a fantastic way of allowing you to run reporting against a large dataset, by running all your queries against the slave database, and this … Continued
Texting Solutions
If you’re looking for a text messaging / sms solution for your club or community, we are offering a full service, including allowing you to handle polls and contact your members. Join many other clubs in using a service, … Continued
Ritchie Hunter Website Live
Congrats to Ryan on completing the new ritchiehunter.com site, its a wordpress site that is using media queries to enable it to be viewed sensibly on various different display resolutions. Its using responsive design patterns and is built in … Continued
Using Sum and ABS statements in MySQL
MySQL / PHP Problem I need to sum the number of entries in a table where an id > 0 or an id = 23 Resolution Use a GROUP BY clause in conjunction with a SUM and an ABS SUM( … Continued