I meant the PHP script I wrote. E.G. to select the value from the row where the ID is 2066, you'd use:Quote:
There are no column constants as in categories in my file...
Code:select_from_file(VALUE_COLUMN, ID_COLUMN, 2066);
Printable View
I meant the PHP script I wrote. E.G. to select the value from the row where the ID is 2066, you'd use:Quote:
There are no column constants as in categories in my file...
Code:select_from_file(VALUE_COLUMN, ID_COLUMN, 2066);