MySQLBROWSE HELP

Moderator: Rathinagiri

Post Reply
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

MySQLBROWSE HELP

Post 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 451 times
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: MySQLBROWSE HELP

Post by serge_girard »

Jair,

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

Serge
There's nothing you can do that can't be done...
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: MySQLBROWSE HELP

Post 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.
There's nothing you can do that can't be done...
User avatar
jairpinho
Posts: 420
Joined: Mon Jul 18, 2011 5:36 pm
Location: Rio Grande do Sul - Brasil
Contact:

Re: MySQLBROWSE HELP

Post 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
Jair Pinho
HMG ALTA REVOLUÇÃO xBASE
HMG xBASE REVOLUTION HIGH
http://www.hmgforum.com.br
Post Reply