[SOLVED] Cancel column value update |
1/24/2025 8:42:48 AM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
I know there is a way to do this but I have searched the forum for about an hour and can't find it. I will write it down this time. I have a column in my add page and edit page that doesnt' actually exist in the table, so I want to stop the column from updating on add and edit. I know there is a simple piece of code that will do that but I can't find it. Thanks |
|
![]() |
Sergey Kornilov admin 1/24/2025 |
You need to unset() the variable that holds this field value. More info: |
A
|
asawyer13 authorDevClub member 1/24/2025 |
Thanks, I knew it was something simple, just couldn't remember what it was. Alan |