i found this mysql_affected_ rows in php.net but there is no example for SELECT.
i want to select the last save image then preview it by calling its url at the database.. is it possible with mysql_affected_ rows? or should i go for mysql_data_seek ()?
Im still a newbie and still exploring the wonders in php.. though im guilty that i just copy and paste code and try to understand its function..
i cant find a mysql_affected_ rows with SELECT.. the samples are DELETE etc..
thank you for reading my post.
hope you can help me with these..
thanks..
i want to select the last save image then preview it by calling its url at the database.. is it possible with mysql_affected_ rows? or should i go for mysql_data_seek ()?
Im still a newbie and still exploring the wonders in php.. though im guilty that i just copy and paste code and try to understand its function..
i cant find a mysql_affected_ rows with SELECT.. the samples are DELETE etc..
thank you for reading my post.
hope you can help me with these..
thanks..
Comment