Hi everyone,
If I add a button in my php project, and I want on the press of this button to do an action what is the php code for that?
If I used switch-case statment as follows
switch ($x)
{
case "z":
action
}
what values do I put in x and z??
All the thanks