[PHP-WIN] Class help

2012-04-03 Thread Gavin
Evening all, I am starting to learn OOP and I am creating a class that validates an array of data to save me escaping and validating: public function validateArray($testArray) { $cxn->connection() foreach($testArray as $sub) { // 1 echo $sub

[PHP-WIN] Class assistance

2012-04-03 Thread Gavin
Evening all, I am starting to learn OOP and I am creating a class that validates an array of data to save me escaping and validating: public function validateArray($testArray) { $cxn->connection() foreach($testArray as $sub) { // 1 echo $sub

[PHP-WIN] bzChess site (sort of) functional now

2012-04-03 Thread Jacob Kruger
For those who don't know about it, have been working on a sort of online interactive person-to-person chess game handling engine: http://www.blindza.co.za/bzChess/ The google code project page for bzChess: http://code.google.com/p/bz-chess/ Or a direct download URL for the zip file with all sour