Help with MySQL
#1

Hello, I would like to know how can I get data from a field and save it in a variable.
I use the include a_mysql.inc
Thank you in advance and sorry for my broken English.
Reply
#2

Ask in plugins thread
Reply
#3

can please u post me the a_mysql.inc? i cant find it anywehere
Reply
#4

Код:
/*

	MySQL Native Functions

*/

#if defined _mysql_included
	#endinput
#endif
#define _mysql_included


native mysql_connect(host[], user[], database[],password[]);
native mysql_query(query[]);
native mysql_real_escape_string(stringtoescape[],destination[]);
native mysql_fetch_row(line[]);
native mysql_num_rows();
native mysql_num_fields();
native mysql_affected_rows();
native mysql_warning_count();
native mysql_ping();
native mysql_store_result();
native mysql_free_result();
native mysql_stat(destination[]);
native mysql_errno();
native mysql_field_count();
native mysql_close();
native mysql_fetch_int();
native mysql_fetch_float(&Float:result);
native mysql_fetch_field(fieldnr,stringtoreturn[]);
native mysql_fetch_row_format(string[],chartosplit[] = " ");
native mysql_fetch_field_row(string[],fieldname[]);
native mysql_debug(enable = 1);
native mysql_reload();
Thanks for the help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)