can some1 check wots wrong with this script?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Which version of PHP are you using? $_POST doesn't exist in versions lower than 4.1. If you are using something less than 4.1 you would need to use $HTTP_POST_VARS instead.

Mac
Post Reply