How are you reading you POST variables? You're probably hitting the
register globals off change that occurred in PHP for security reasons.
Values passed for a POST (or GET) are no longer automatically declared
as variables.
You should be accessing your POST variables like
$_POST['form_field_nam
I recently had a hard-drive go down in which I was running os x 10.2.x. I do not
remember exactly what version of mysql, php etc. I had on it. I had a small mysql
database with some php code that worked fine. Now that I have my new drive I have put
php 4.3.2, phpmyadmin 2.5.7-pl1, and mysql 4
2 matches
Mail list logo