Comunidad de diseño web y desarrollo en internet online

AYUDAAAAAAAA

Citar            
MensajeEscrito el 01 Ago 2012 06:30 pm
estoy ejecuantado este codigo desde dreamwaver cs5:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>

<body>
<?php
function nombres($prinombre,$segnombre){
$name = $prinombre .' '. $segnombre;
return $name;
}

if(isset($_POST['submitted'])){
if(empty($_POST['$prinombre']) and empty($_POST['$segnombre'])){
print nombre($_POST['prinombre'],$_POST['segnombre']);
}else{
print'<p>malo</p>';
}
}
?>


<form action="p.php" method="post">
<p>Cantidad 1:<input type="text" name="prinombre" size="20" /></p>
<p>Cantidad 2:<input type="text" name="segnombre" size="20" /></p>
<input type="submit" name="submit" value="calcular" />
<input type="hidden" name="submitted" value="true" />
</form>




</body>
</html>


Y ME ARROJA ESTE ERROR:
Fatal error: Call to undefined function nombre() in C:\xampp\htdocs\prueba\p.php on line 17

POR FAVOR NECESITO DE SU AYUDA, YA QUE ME ESTOY INICIANDO EN PHP GRACIAS....

Por gcamacho

0 de clabLevel



 

firefox
Citar            
MensajeEscrito el 01 Ago 2012 09:14 pm
es que llamas a una funcion que no existe

Código PHP :

print nombre($_POST['prinombre'],$_POST['segnombre']);


la funcion nombre() donde se define???

Por tuadmin

Claber

598 de clabLevel



Genero:Masculino  

firefox
Citar            
MensajeEscrito el 03 Ago 2012 12:04 pm
tenes definida la función como nombresssssssss, no como nombre

Por SinSemilla

Claber

336 de clabLevel



Genero:Masculino  

i am that i am...

firefox

 

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