Guys and ladies:
Can someone possibly explain to me why can I pass value of my userid(key) as a hidden field in the html form???:mad:
I put it in a variable and use GET in form instead of POST, I can see that value in the address bar. However if I use POST that variable is empty and as such I can run MySQL statement because value of that variable is used in WHERE statement...:mad:
Even I put that variable as one of the regular form fields it is still not being passed on to the following pages...:bemused: