Re: Re: insert to DB

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



PHP might not be sending you an error, are warnings turned on in php.ini? if
not turn the on and see if you get any errors

On 12/18/05, David Hall <dhall@xxxxxxxxx> wrote:
>
>
> > <?
> >    if ($_POST["$submit"])
> >    {
> >       $Name = $_POST["Name"];
> >    $Rating = $_POST["Rating"];
> >
> >    $sql = "UPDATE leaderboard SET Name='$Name', Rating='$Rating' WHERE
> > ID=$id";
> >       //replace news with your table name above
> >       $result = mysql_query($sql);
> >       echo "Thank you! Information updated.";
> >  }
> > }
> > ?>
>
> You don't set id in this case.   Of course, from some of your other
> code, it looks like you're relying on register_globals to be on, so
> maybe it is and that's not why.
>
> David Hall
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Hi Everyone, I am running PHP 5 on Windosws XP SP2 with MySQL5, Bye Now!

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux