Comunidad de diseño web y desarrollo en internet online

Ayuda error con la funcion mysql_query()

Citar            
MensajeEscrito el 03 Mar 2012 02:06 am
ps etoy tratando de ahcer un formulario y me da este error: :shock:

Fatal error: Call to undefined function msql_query() in C:\wamp\www\tarea5\listo.php on line 7
Call Stack
# Time Memory Function Location
1 0.0008 368224 {main}( ) ..\listo.php:0



este es el codigo php

Código PHP :

<?php
      $serv =  "localhost";
      $usuario = "root";
      $pass = "";
      $bd = "ejercicio1";
      
      $conexion = mysql_connect($serv, $usuario, $pass);
      mysql_select_db($bd, $conexion);


?>

<?php
   
   $nombre = $_POST["txtNombre"];

      msql_query("INSERT INTO ejercicio2(Nombre) VALUES ('$nombre')");

?>

Por luisjavierstudio

11 de clabLevel



 

firefox
Citar            
MensajeEscrito el 03 Mar 2012 02:54 pm
La función que quieres usar es mysql_query(), tú has puesto msql_query().

Por DriverOp

Claber

2510 de clabLevel



 

opera

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.