hi,
simply GET and POST methods are not working on my system. i have got the latest Apache and PHP win32 binaries installed. (Win2000 platform)
i have set up a small script which checks if the POST has worked or not, by using
if ($REQUEST_METHOD != 'POST') {
echo 'didnt work!';
}
and in the form i am using POST in FORM tags.
is there anything i have to do in .ini or the apache httpd.conf files?
i also have the PHPmyAdmin for graphical interface to monitor the db, which doesnt work either. whenever i click on the Table name it says 'database' not selected. when i know it is selected already!!