1
2
<?php
#==========================
To use:
Create a Class extends of mysql_class with the vars
Example:
class mysql extends mysql_class {
function mysql() {
$this->dbhost = "";
$this->dbuser = "";
$this->dbpass = "";
$this->dbbase = "";
$this->mysql_class();
}
}
i can accept comments on spanish or english
Create a Class extends of mysql_class with the vars
Example:
class mysql extends mysql_class {
function mysql() {
$this->dbhost = "";
$this->dbuser = "";
$this->dbpass = "";
$this->dbbase = "";
$this->mysql_class();
}
}
i can accept comments on spanish or english
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.