PHP Y MYSQL EN EL DESARROLLO WEB

PHP Y MYSQL

马上开始. 它是免费的哦
注册 使用您的电邮地址
PHP Y MYSQL EN EL DESARROLLO WEB 作者: Mind Map: PHP Y MYSQL EN EL DESARROLLO WEB

1. MOSTRAR REGISTROS

1.1. Instrucción donde se almacenan datos:

1.1.1. $result

1.2. Obtener registros

1.2.1. mysql_fetch_array

1.3. El valor de ejecutar

1.3.1. mysql_query

2. ELIMINACIÓN DE REGISTROS

2.1. Instrucción

2.1.1. href=¨ Delete.php?id=#id¨

2.2. Código

2.2.1. Delete.php

2.2.2. Mostrar.php

3. ACCESO A UNA BASE DE DATOS

3.1. Establecer conexión a un servidor de base de datos MySQL

3.1.1. Instrucción: mysql_connect()

3.2. Instruccion SQL desde la pagina PHP

3.2.1. mysql_query()

4. ENVÍO DE FORMULARIO

4.1. DATOS E INFORMACIÓN

4.1.1. Nombre

4.1.2. Apellidos

4.1.3. Dirección

4.1.4. Código postal

4.1.5. Estado

4.1.6. Teléfono

5. RECEPCIÓN DE DATOS DE UN FORMULARIO HTML CON PHP

5.1. Verificar datos del formulario HTML

5.1.1. Instrucción: if ($_POST)

6. MODIFICACIÓN DE REGISTROS

6.1. Códigos

6.1.1. Mostrar.php

6.1.2. Recupera la variable id para obtener los datos del registro.

6.1.2.1. Update1.php

6.1.3. Eliminar.php