[phpMyAdmin Developers] phpmyadmin database update

Manish Bisht manish.bisht490 at gmail.com
Mon Jul 17 19:47:51 CEST 2017


I am not able to get where to pass ajax_request in the GET or POST
parameter or it is different.

I am doing something like this to get the JSON response.

$.ajax({
 url: "progress.php"
}).done(function() {
//success
});

How to pass ajax_request in this request.

Manish Bisht
Email : hi at manishbisht.me
Website : https://manishbisht.me


On Mon, Jul 17, 2017 at 11:14 PM, Michal Čihař <michal at cihar.com> wrote:

> Hi
>
> Manish Bisht píše v Po 17. 07. 2017 v 21:52 +0530:
> > I found three ways to execute the query. What is the difference
> > between these.
> > $GLOBALS['dbi']->query($sql_query);
> > $GLOBALS['dbi']->tryQuery($sql_query);
> > PMA_queryAsControlUser($sql_query);
> >
> > What is the difference between these. What I know is query() returns
> > error and tryQuery() doesn't returns error.
>
> And PMA_queryAsControlUser is just wrapper around these two:
>
> https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/relation
> .lib.php#L27
>
>
> --
>         Michal Čihař | https://cihar.com/ | https://weblate.org/
>
> _______________________________________________
> Developers mailing list
> Developers at phpmyadmin.net
> https://lists.phpmyadmin.net/mailman/listinfo/developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.phpmyadmin.net/pipermail/developers/attachments/20170717/ea58f90e/attachment.html>


More information about the Developers mailing list