Hi,
I am seeking assistance in writing a function in mysql to do the following.
Basically the value of the variable by default or if the variable is null then to set it as curdate(). Otherwise set the variable with whatever the user enters.
This function will be called in html so that on...