Created
June 14, 2013 01:41
-
-
Save SergioGeeK7/5778833 to your computer and use it in GitHub Desktop.
My Firts Gits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$conexion=mysql_connetc("localhost","root",""); | |
mysql_selected_db("mm",$conexion); | |
// yeah this connet whit data base | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment