gaziks52 Posted March 27, 2009 Report Share Posted March 27, 2009 (edited) kāda ir atšķirība starp šiem konekcijas veidiem ???? $connection = mysql_connect("localhost","root","password"); $connection = new mysqli("localhost","root","password","database"); $stmt = $connection->stmt_init(); Edited March 27, 2009 by gaziks52 Quote Link to comment Share on other sites More sharing options...
Toms Posted March 27, 2009 Report Share Posted March 27, 2009 http://www.google.com/search?q=mysql+vs+my...lient=firefox-a Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.