|
Variables |
| exit |
Print Connected< BR > print
Adding materials to table | homes |
| $querystring = "ALTER TABLE homes ADD (notes TEXT, agentemail VARCHAR (30), owner int, numfloors VARCHAR (30), yearbuilt int, sqfeet int, lotsize VARCHAR (30), garagesize VARCHAR (30), proptax int, country VARCHAR (30), virtualtour VARCHAR (60) );" |
print | $querystring |
print< BR > | $result = mysql_query("$querystring") |
print Created table in | $db< BR > |
print Adding table | agents |
| $querystring = "CREATE TABLE agents (id int NOT NULL AUTO_INCREMENT, PRIMARY KEY (id), agent VARCHAR (30), agentpass VARCHAR (10), agenturl VARCHAR (70), agentemail VARCHAR (70), notes TEXT, agentphone VARCHAR(30), agentcell VARCHAR(30), agentfax VARCHAR (30) );" |
print | $querystring |
print< BR > | $result = mysql_query("$querystring") |
print Created table in | $db< BR > |
print Adding table | agent_tbl_Files |
| $querystring = "CREATE TABLE agent_tbl_Files (id_files int not null auto_increment, PRIMARY KEY (id_files), bin_data longblob not null, description tinytext, filename VARCHAR (50), filesize VARCHAR (50), filetype VARCHAR (50), agentnum int, owner int );" |
print | $querystring |
print< BR > | $result = mysql_query("$querystring") |
print Created table in | $db< BR > |
print Adding table | tbl_Files |
| $querystring = "CREATE TABLE tbl_Files (id_files int not null auto_increment, PRIMARY KEY (id_files), bin_data longblob not null, description tinytext, filename VARCHAR (50), filesize VARCHAR (50), filetype VARCHAR (50), prop_num int, owner int);" |
print | $querystring |
print< BR > | $result = mysql_query("$querystring") |
print Created table in | $db< BR > |
print< P >< B > Installation
Succeeded</b >< P > Print<
ahref=\"./index.php\"> Load | OpenRealty</a > |