|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-22 15:41 UTC] derick@php.net
[2001-05-22 20:01 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
<?php echo "Test"; $conn=mysql_connect("localhost","root","pa") or die("df"); ... ?> it works if I executed but if I use libphp4 it said that mysql_connect is undefined function