NetTalk Central

Author Topic: PHP mysql / sqldrv access + Nettalk 6  (Read 2548 times)

koen

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
PHP mysql / sqldrv access + Nettalk 6
« on: February 12, 2012, 05:31:50 AM »
Hi everyone,
Since there is a lot of PHP software around and NTWS supports PHP, I wanted to run PHP software with Nettalk as webserver instead of IIS or apache. According to the documentation It is should possible to include Nettalk tags in PHP pages, because these tags are processed after the PHP code.
So theoretically one should, for instance, be able to run for instance joomla + nettalk objects under NTWS.
But this gave problems with connection to databases (I tested with Mysql).
The PHP software (with mysql access) runs impeccable under IIS, but when trying to run with NTWS it will give errors and refuses to connect tot database (all conditions the same, I also tried with firewall disabled, but to no avail). Tot test the connection I use 2 scripts, both attached.
TestMysql.php to test the connection to the database:
Extload.php to test if the drivers are loaded.
Can someone else confirm having the same problems, or is it something with my particular install / php.ini?
Or is it perhaps Nettalk that interferes with the connection? On the other hand, when looking at the server, I only see one request - the get of the requested php file. I am stuck what to do next..
Does someone has any suggestion how to proceed?

Cheers,

Koen Chen

Nettalk 6.18
Tested with
PHP version 5.2.9.2 (examplefolder NT6.18)
PHP 5.3.1 (lastest version of PHP)


[attachment deleted by admin]