PHP upload problem

A

Anonymous

Guest
Hi,

I have a PHP file that simply inserts records into my database and then another PHP file that simply reads and outputs these values.

Locally all is working fine, i'm using the latest version of PHP, MYSql and IIS but when I upload them problems occur:

1. When I insert a value to the database it adds only blank values.
2. When I read from the database it only pulls out the primary key.

I find this strange as the PHP and database are obviously connecting.

Can anybody help?

Thanks.
 
1 use $_POST['var']
2 see connections in database betwen pri and other keys
 
Back
Top