how to fetch the value from a query to a variable
Posted: Thu Apr 24, 2008 5:40 am
hi all,
i am new to php and i would like to know how to get the value from a query set to a variable.
eg is.
my query is
select max(columnname) from table_name;
i want to get this value retrieved from the query to a variable.
regards,
sreejith
i am new to php and i would like to know how to get the value from a query set to a variable.
eg is.
my query is
select max(columnname) from table_name;
i want to get this value retrieved from the query to a variable.
regards,
sreejith