#codigo de php conexion
Ordenar por:
Categoría:
C
conexion de php
Conexión. ……………………………………………………………………………………………………………………………………………………… <?php $conexion = mysql_connect("localhost", "root", ""; mysql_select_db("escuela", $conexion); $host="localhost"; $user="root"; $pw=""; $db="escuela" ?> Consultar consultas.php <html> <head><title>Ejemplo de php</title></head> <bod…
0
1