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: 3222
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: MySQLBROWSE HELP
Jair,
You need to make a small PHP program in the htdocs/jair/ folder!
Serge
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...
- serge_girard
- Posts: 3222
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Contact:
Re: MySQLBROWSE HELP
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.
There's nothing you can do that can't be done...
Re: MySQLBROWSE HELP
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 am and 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