hello, thisout compiling the example MySQLBROWSE DEMO but not obitive success serge girard is trying to help but still can not, follow attachment.
MySQLBROWSE HELP
Moderator: Rathinagiri
- serge_girard
- Posts: 2377
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 629 times
- Been thanked: 127 times
- Contact:
- serge_girard
- Posts: 2377
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 629 times
- Been thanked: 127 times
- Contact:
and call it like this:
This works fine, just tested it.
You better store credentials in PHP script instead of sending it with parameters every time.
Code: Select all
xmlHttp.open( "POST" , "/jair/php/mysql.php" , false ) ;
You better store credentials in PHP script instead of sending it with parameters every time.
- jairpinho
- Posts: 347
- Joined: Mon Jul 18, 2011 5:36 pm
- Location: Rio Grande do Sul - Brasil
- Has thanked: 3 times
- Been thanked: 11 times
- Contact:
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.serge_girard wrote: ↑Wed Feb 20, 2019 9:07 amand call it like this:
This works fine, just tested it.Code: Select all
xmlHttp.open( "POST" , "/jair/php/mysql.php" , false ) ;
You better store credentials in PHP script instead of sending it with parameters every time.
http://www.hmgforum.com/viewtopic.php?f ... WSE#p20862