|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-09-28 10:32 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 14:00:01 2026 UTC |
best person, if I use a HTML file like this : <? Include("db.php"); ?><html> <? $temp = mysql_pconnect("DynaSys"); echo $temp; ?> <HEADER> <BODY> </BODY> </HEADER> </HTML> Then the system returns this message : Fatal error: Call to unsupported or undefined function mysql_pconnect() in c:\apache\htdocs\sql.html on line 7 I can't get MySQL configured in Apache and Php, Php works with an MS Access Database. Please can you help me. Best wishes, jan Willem Eshuis