Page 1 of 1

MySQLBROWSE HELP

Posted: Tue Feb 19, 2019 11:51 pm
by jairpinho
hello, thisout compiling the example MySQLBROWSE DEMO but not obitive success serge girard is trying to help but still can not, follow attachment.
apache.zip
(2 MiB) Downloaded 454 times

Re: MySQLBROWSE HELP

Posted: Wed Feb 20, 2019 8:29 am
by serge_girard
Jair,

You need to make a small PHP program in the htdocs/jair/ folder!

Serge

Re: MySQLBROWSE HELP

Posted: Wed Feb 20, 2019 9:07 am
by serge_girard
and call it like this:

Code: Select all

xmlHttp.open( "POST" , "/jair/php/mysql.php"  , false ) ;
This works fine, just tested it.
You better store credentials in PHP script instead of sending it with parameters every time.

Re: MySQLBROWSE HELP

Posted: Wed Feb 20, 2019 9:46 pm
by jairpinho
serge_girard wrote: Wed Feb 20, 2019 9:07 am and call it like this:

Code: Select all

xmlHttp.open( "POST" , "/jair/php/mysql.php"  , false ) ;
This works fine, just tested it.
You better store credentials in PHP script instead of sending it with parameters every time.
Did you check the attachment file? this is in the php \ mysql.php folder just like the forum example. I have not changed anything in this file I'm just trying to compile the example.

http://www.hmgforum.com/viewtopic.php?f ... WSE#p20862