gaziks52 Posted March 27, 2009 Report 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
Toms Posted March 27, 2009 Report Posted March 27, 2009 http://www.google.com/search?q=mysql+vs+my...lient=firefox-a Quote
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.