SQL HELP
#1

Hello.
PHP код:
mysql_fetch_field_row 
Its MYSQL R33 CODE , Whats alternative code for R38?
Reply
#2

PHP код:
BaseGet(fields[],perms[])
{
    new 
fetch[128];
    
mysql_fetch_field_row (fetch,fields);
    
strmid(permsfetch0strlen(fetch), 255);

Can someone give me this code for r39 version?
Reply
#3

UP UP
Reply
#4

BUMP
Reply
#5

BUUUUUUUUUUUUUUUUUUUMP
Reply
#6

mysql_fetch_field_row is for version R5/R6/R6-2 and the equivalent of it in R33 to R39-6 is cache_get_field_content.
Reply
#7

Can you give me this script for R38?
Reply
#8

https://raw.githubusercontent.com/pB...stem-cache.pwn
Reply
#9

PHP код:
BaseGet(fields[],perms[])
{
 new 
fetch[128];
 
cache_get_field_content_int(fetch,fields);
 
strmid(permsfetch0strlen(fetch), 255);

I edited code but i have error :
PHP код:
ARGUMENT TYPE MISMATCH 
Reply
#10

That's why I linked it to the wiki (by clicking on the function (with blue color)) so you can see its parameters and description. It's not just changing the name of the function, changes have to be made. For more information, look: https://sampwiki.blast.hk/wiki/MySQL/R33
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)