TonicPhp Posted June 18, 2011 Share Posted June 18, 2011 How do i get a record from mysql which is a number and then minus the number from a number i want it to? THANXS IN ADVANCE FOR UR HELP Link to comment https://forums.phpfreaks.com/topic/239736-php-and-mysql-help/ Share on other sites More sharing options...
gizmola Posted June 18, 2011 Share Posted June 18, 2011 How do i get a record from mysql which is a number and then minus the number from a number i want it to? THANXS IN ADVANCE FOR UR HELP Are you talking about pagination? There is no concept of a "record number" in relational databases although a few have a "row id" or something similar that can be used in some circumstances. MySQL is not one of those. You need to explain better what you are trying to accomplish, if you want help on how to solve your problem. Link to comment https://forums.phpfreaks.com/topic/239736-php-and-mysql-help/#findComment-1231491 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.