I have a php/mysql problem, whereby a a user can manage their account to retrieve upto 20 email accounts
Example:
User 1
Record 1: Email Alias Email Redirect
Record 2: etc, etc
Record 20:
The problem is I keep getting undefined offset, when retrieving data.
The mySQL table contains
UserID
Alias
Eredirect
What I want to be able to do is display all 20 records within a table (whether null or not), allowing the user to update/delete/add them.