Page 1 of 1

Mysql crud and mail form

Posted: Sun Mar 06, 2022 10:14 pm
by amir2314
Hi dear pablo
I added mail form with database
And added mysql crud with the same database table user and pass
And connected togather perfect

In mysql crud filled the field and mail conetnt can show all data on mysql crud

But the button of delete and edite not showing in mysql crud ? Where is the problem

Re: Mysql crud and mail form

Posted: Sun Mar 06, 2022 10:55 pm
by WWBman

Re: Mysql crud and mail form

Posted: Sun Mar 06, 2022 11:26 pm
by amir2314
I added primery key (id) in field but still not showing ! Even i deleted cash but not showing

Re: Mysql crud and mail form

Posted: Sun Mar 06, 2022 11:32 pm
by amir2314
amir2314 wrote: Sun Mar 06, 2022 11:26 pm
I added primery key (id) in field but still not showing ! Even i deleted cash but not showing
Also added field ID In list But still not showing !

Re: Mysql crud and mail form

Posted: Mon Mar 07, 2022 7:06 am
by Pablo
To be able to help you I will need yo see your complete configuration.

However, I think that the issue is related to incorrect primary key configuration.

Re: Mysql crud and mail form

Posted: Mon Mar 07, 2022 8:56 am
by amir2314
Pablo wrote: Mon Mar 07, 2022 7:06 am To be able to help you I will need yo see your complete configuration.

However, I think that the issue is related to incorrect primary key configuration.
Thank you ❤️

Found the problem . The problem its becuase i used id in prmary key as Small
When i changed it to Captal Fixed