i use apache to mySql, i write:
$this->con = mysql_pconnect($this->host, $this->user, $this->passw);
i alway received true result,
but i use IIS, i write like that, i away receive a messeage:
Fatal error: Call to undefined function mysql_pconnect() in C:\IBserver\www\khoa\moveImage\lib.php on line 11
PHP has encountered an Access Violation at 016373CD
why it don't understand "mysql_pconnect" function ? i use "mysql_connect" function, and i received that messeage again.
How can i connect to my database by IIS ?
help
thanz....