09-29-2007, 09:03 PM
|
#2 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
Quote:
Originally Posted by Haris
PHP Code:
public function __construct(){ $szSQL = "CREATE TABLE IF NOT EXISTS ..."; }
|
"CREATE TABLE IF NOT EXISTS" is the key phrase!
|
|
|
|