Help how to alert an existing row of records in phprad classic

My Table: info_id
Column: firstname, lastname

Please help me how can i alert an existing row of records after insert

same problem bro =( hahahaha i saw this problem also in phprad forum How to Put Duplicate Records Status or Display Error?

maybe this can help us PDOCrud Check Duplicate before Insert - CRUD application generator for PHP and Mysql, Pgsql and Sqlite database

Suggest adding a human-distinct field like email address to the table because there are always going to be unassociated people who carry the exact same name. However even if there are three John Smith they must have different email addresses.
Hope this helps.

2 Likes

What version is it and what language and framework is it?