Hi,

On Fri, 5 Nov 2004 22:55:20 +1030
"Aalee" <[EMAIL PROTECTED]> wrote:

> Hi guys,
> Working on PHP ver 4.3.8 with register_globals turned OFF
> and Apache 1.3.31. MySQL ver 4.0.20a on winXP pro SP1. This
> script does not seems to work with the method of POST. When
> I change it to GET method the data is entered into the
> database, but with POST it does not. I have another script
> with the POST method, but that script works with POST. What
> is wrong with this script. Here goes the script. What am I
> doing wrong.
> 
> <?php
> if (isset($_GET['addjoke'])){
> ?>
[...]

Try changing that $_GET to $_POST ...

-- 
- E - copperwalls was here ;)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to