View Single Post
  #1 (permalink)  
Old 08-01-05, 02:50 AM
ttnkhoa2004 ttnkhoa2004 is offline
Newbie Coder
 
Join Date: Jul 2005
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Question a problem with IIS

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....
Reply With Quote