ECE4112 Internetwork Security

int print ( string arg ) Outputs arg. Returns 1, always. Works without the parenthesis. void echo( string arg ) Same as the print() function resource mysql_connect( server, username, password ) Opens a connection to a mysql database and returns as a resource object a reference to the connection. bool mysql_select_db ( string database_name ) ................
................