puedes leer un poco sobre
mysql_query e intrucciones de mysql que te ayudan a
insertar datos
Código PHP:
//hacer conexion
$hola=$_POST['hola'];
mysql_query("insert into tabla(campos)Value('$hola')") or die ("Error en inserccion".mysql_error());
besos