Modules/MySQL: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| mNo edit summary | m (Added the category Modules) | ||
| Line 12: | Line 12: | ||
| string [[Modules/MySQL/MysqlSafeString|mysqlSafeString]] ( string ) | string [[Modules/MySQL/MysqlSafeString|mysqlSafeString]] ( string ) | ||
| [[Category:Modules]] | |||
Revision as of 12:57, 13 January 2008
Available for Windows and Linux servers
The MySQL module provides access to MySQL servers. You can download it from link pending.
Functions
bool mysqlCreate ( nil )
bool mysqlOpen ( mysql, function, host, user, password, database name, port )
nil mysqlDestroy ( mysql )
bool mysqlQuery ( mysql, function, query )
string mysqlSafeString ( string )