Posted by Dima
2016-06-19

Hello dear Tom. This time a have a problem like this.

How can i preview only last 3 record in address book. For example.
I have a little window in about.detail.php file, and i need to preview in it last 3 records.

<? ..... (sp:def:customers_id[0]); ?> not workin(...
Posted by Tom
2016-06-21

Hi, there are no utilties you can use in the script to get the last 3 ids. You need to open the database and run a query, which requires a basic knowledge about PHP and mysql.