Hi, please I need help, I have been coding php for a while now (on linux or MacOSX), yesterday I installed apache, php and mysql on a Winblows machine.
Everything runs fine but when I try to use an already tested code something strange happened because the db was not storing any values that came from a form. To check it out I decided to echo all the variables before inserting and the echoes returned empty values!!, thats really strange, I did even put the values by hand on the URL but the receiving script wouldnt show any value. I even tried with $GLOBALS['variable'] but didnt work either.
Please I need your help or advise!!
TIA
Gonzalo