What is worng with my GMX?
#3

You need to get connection handle when you connect to mysql-server and then use that every time you use any mysql funciton. Example:
PHP код:
new msqylHandle;// on top of script, global variable

mysqlHandle mysql_connect(...);// add this 'mysqlHandle =' part on mysql connect line

//then use it like this :
mysql_pquery(mysqlHandle, .....);
mysql_format(mysqlHandle, .....);
mysql_close(mysqlHandle); 
Reply


Messages In This Thread
What is worng with my GMX? - by ubunttu - 01.07.2016, 04:01
Re: What is worng with my GMX? - by ubunttu - 02.07.2016, 09:23
Re: What is worng with my GMX? - by [cS]Owain - 02.07.2016, 09:43
Re: What is worng with my GMX? - by Konstantinos - 02.07.2016, 09:51
Re: What is worng with my GMX? - by Vince - 02.07.2016, 10:10
Re: What is worng with my GMX? - by LennyBE - 02.07.2016, 20:25
Re: What is worng with my GMX? - by maikons - 03.07.2016, 16:18
Re: What is worng with my GMX? - by ubunttu - 03.07.2016, 16:19

Forum Jump:


Users browsing this thread: 1 Guest(s)