Re: UPDATE - Changing Password

Поиск
Список
Период
Сортировка
От Yasmine Kedoo
Тема Re: UPDATE - Changing Password
Дата
Msg-id BAY14-F3I9Z5RuGmhSH0005970b@hotmail.com
обсуждение исходный текст
Ответ на UPDATE - Changing Password  ("Yasmine Kedoo" <yazkedoo@hotmail.com>)
Список pgsql-php
Hi.

I think i've sorted the previous problem now, it was a stupid error on my
part. But the update is still not working.

I'm using the following script:

    else
    {
        $gdidno = addslashes(trim($formgpid));
        $newpw = addslashes(trim($formnewpw));
        /*$newpw1 = addslashes(trim($formnewpw1));*/

        $query = "UPDATE gpinfo SET password='$newpw' WHERE gpid='$gpidno'";
        $result = pg_exec($database, $query);


        if(!$result)
        {
            print "There was a problem accessing the database";
            exit;
        }
        else if(pg_numrows($result)!=1)
        {
            print "Update Failed\n";
            exit;
        }
        else
        {

            print "Update Successful\n<BR>";

        }
    }

It is just printing Update Failed now. Can u see where i'm going wrong?

Visit the following link: www.cyber.brad.ac.uk/~yamkedoo/Tests/chpw.html

Username: jjsanderson
Password: sanderso

Then on the next page, GP ID: GP000001
                                   New Password: hello

and ignore retype password for now. As u can see, it is printing update
failed. Can u see the prob?

Cheers

>From: Robby Russell <rrussell@commandprompt.com>
>To: Yasmine Kedoo <yazkedoo@hotmail.com>, pgsql-php@postgresql.org
>Subject: Re: [PHP] UPDATE - Changing Password
>Date: Sat, 17 Apr 2004 14:57:43 -0700
>
>Yasmine Kedoo typed this on 04/17/2004 02:48 PM:
>>Hi Robby.
>>
>>That was recommended to me by someone else :)
>>
>>When i remove the trim, i still get the same problem.
>>
>>Any other ideas?
>>
>
>Are you getting the same exact error at the same exact character in your
>query? Send me your error and I'll help you more.
>
>Robby
>
>--
>Robby Russell,  |  Sr. Administrator / Lead Programmer
>Command Prompt, Inc.   |  http://www.commandprompt.com
>rrussell@commandprompt.com | Telephone: (503) 667.4564
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: if posting/reading through Usenet, please send an appropriate
>      subscribe-nomail command to majordomo@postgresql.org so that your
>      message can get through to the mailing list cleanly

_________________________________________________________________
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


В списке pgsql-php по дате отправления:

Предыдущее
От: Robby Russell
Дата:
Сообщение: Re: UPDATE - Changing Password
Следующее
От: "Yasmine Kedoo"
Дата:
Сообщение: Re: UPDATE - Changing Password