MySQL Help
#1

Hello i m using MySQL R5

and this function for R38
PHP код:
cache_get_data( ) 
what function need to remplace it
Reply
#2

I don't understand what you're saying.
You want to switch back to R5? If so why the hell would you do that?
Reply
#3

yes i want switch it to r5
Reply
#4

Why? R38 Is faster than R5.
Reply
#5

Example:

Код:
new id_string[128];
new rows,fields;
cache_get_data(rows,fields);
cache_get_row(0, 0, id_string);
Код:
Name | Sex | Location
Bob   | Male | UK 
Sarah | Female | USA
Sophia | Female | Italy
This would return the information in row 0 column 0

settings the value or string to id_string;
id_String would get

Name: Bob
Reply
#6

@Jamester becauze my script worked with MySQL R5 and i m not a good scripter to realese it to R38
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)