Little Help
#7

Can you list the the column name for IP, and tell us your mysql plugin.

and how are you extracting it from database?

for example using BlueG plugin R36, then using cache_get_field_content.

Are you sure that IP in your database is a Varchar of 15. and that the variable your loading it into is also 15 cells

pawn Код:
new ip[15];

// MYSQL QUERY HERE //
cache_get_field_content(i, "COLUMN_NAME_HERE", ip);
Is this how you are doing it?
Reply


Messages In This Thread
Little Help - by Sanady - 14.07.2014, 22:19
Re : Little Help - by ManuelNeuer - 14.07.2014, 22:24
Re: Re : Little Help - by Sanady - 14.07.2014, 22:25
Re: Little Help - by azzerking - 14.07.2014, 22:25
Re: Little Help - by Sanady - 14.07.2014, 22:30
Re: Little Help - by Stanford - 14.07.2014, 22:41
Re: Little Help - by azzerking - 14.07.2014, 22:42
Re: Little Help - by Sanady - 14.07.2014, 23:04

Forum Jump:


Users browsing this thread: 3 Guest(s)