Help - Search - Members - Calendar
Full Version: Mysql_pconnect Not Working
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
temuri
i have problem with mysq_pconnect

$link = @mysql_pconnect(DB_HOST, DB_USER, DB_PASS) or die('Could connect: ' . mysql_error());


with same parameters when i use mysql_connect its working.
what i must to do for make worked script with mysql_pconnect???

Ed
mysql_pconnect is a disabled function, what did you require it for?

Just replace mysql_pconnect with mysql_connect
temuri
I use php writen engine and it doesnot work with mysql_connect... it's take too long time to modify it sad.gif(((((((((((((
Ed
I can't see how it won't work without it, mysql_pconnect won't be enabled, so you'll have to make the modifications.
samuel_cmk
QUOTE(Ed @ Nov 22 2009, 07:29 PM) *
mysql_pconnect is a disabled function, what did you require it for?

Just replace mysql_pconnect with mysql_connect


thank you very much
i can connect now
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.