MySQL Query problem.
#6

If you look at the link Doreto gave you, you will find that mysql_query is R5 and R6 compatible only. In R7, it looks like equivalent functions are mysql_function_query or mysql_query_callback. The latter has a wiki entry that you can read about here: https://sampwiki.blast.hk/wiki/MySQL#mysql_query_callback

I would suggest reading that wiki entry, understanding it, and replacing all your usages of mysql_query to mysql_query_callback.
Reply


Messages In This Thread
MySQL Query problem. - by Lant - 30.07.2012, 11:45
Re: MySQL Query problem. - by SomebodyAndMe - 30.07.2012, 11:46
Re: MySQL Query problem. - by Lant - 30.07.2012, 12:00
Re: MySQL Query problem. - by doreto - 30.07.2012, 12:05
Re: MySQL Query problem. - by Lant - 30.07.2012, 20:22
Re: MySQL Query problem. - by Benjo - 30.07.2012, 20:37
Re: MySQL Query problem. - by Lant - 30.07.2012, 21:40
Re: MySQL Query problem. - by Vince - 30.07.2012, 21:46
Re: MySQL Query problem. - by Lant - 30.07.2012, 21:55
Re: MySQL Query problem. - by Lant - 30.07.2012, 22:11

Forum Jump:


Users browsing this thread: 2 Guest(s)