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
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
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