Hello all,
I had this PHP script running fine on a FC4 linux box (using localhost).
However when I transferred it over to a linux box running SME7.1 server,
the $_POST function works incorrectly. It writes Resource ID #3 to all fields that get posted in the Insert query (MYSQL).
If I do a command line post to MYSQL, everything is OK. That's why I think this is something to do with PHP $_POST.
Is this some sort of configuration issue?