This page will display the contents of an array which is filled
with the contents of a table that is read from a page.
(:tabledb action=init:)
(:tabledb action=read alias=magazines1 page="TableDB.ReadTable1" table=6:)
(:tabledb action=display:)
|
Function TableDB() : Action not found. $action='init'
Function TableDBRead() : Could not find table [TableDB.ReadTable1][6]
|
(:tabledb action=read alias=magazines2 page="TableDB.ReadTable1" table=7:)
(:tabledb action=display alias=magazines2:)
(:tabledb action=dbver:)
(:tabledb action=phpver:)
Show a syntax error:
(:tabledb action=sql query="SELECT Year,Count FROM magazines3":)
(:tabledb action=sql query="SELECT * FROM magazines2 WHERE Year BETWEEN 2000 AND 2003 ":)
(:tabledb action=sql query="SELECT Year,Count FROM magazines2 WHERE Year BETWEEN 2000 AND 2003 ":)
|
Function TableDBRead() : Could not find table [TableDB.ReadTable1][7]
Function TableDBDisplayTables() : Function TableDBDisplayTables: Alias 'magazines2' does not exist.
Function TableDB() : Action not found. $action='dbver'
Function TableDB() : Action not found. $action='phpver'
Show a syntax error:
Function TableDB() : Action not found. $action='sql'
Function TableDB() : Action not found. $action='sql'
Function TableDB() : Action not found. $action='sql'
|