<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EstiloCorreo18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=ES link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Revisa la linea 7 del html, fono casa hay un espacio…. Creo que
es eso..<o:p></o:p></span></p>
<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'>
<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>De:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
php-bounces@listas.inf.utfsm.cl [mailto:php-bounces@listas.inf.utfsm.cl] <b>En
nombre de </b>Pedro Silva<br>
<b>Enviado el:</b> lunes, 29 de septiembre de 2008 17:55<br>
<b>Para:</b> php@listas.inf.utfsm.cl<br>
<b>Asunto:</b> Ingresar datos a una BD mysql... ?<o:p></o:p></span></p>
</div>
<p class=MsoNormal><o:p> </o:p></p>
<div>
<p>Hola lista, soy un muy iniciado en php...<o:p></o:p></p>
<p>Tengo que crear una paginita simple que haga lo siguiente:<o:p></o:p></p>
<p>Se ingresen los datos a un formulario y estos datos sean enviados a un php
que lo guardara en una BD, pero cada vez que trato de guardar me manda el
siguiente error:<o:p></o:p></p>
<p>"Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE,
expecting T_STRING or T_VARIABLE or T_NUM_STRING in
/home/psilva/public_html/formulario/form.php on line 7"<o:p></o:p></p>
<p>Esta es la linea 7:<o:p></o:p></p>
<p>$Query="INSERT into formulario(rut,dig,nombres,apellidos,codciu,fonofijo,codcel,fonocel,mail)VALUES('$_POST['rut']','$_POST['dig']','$_POST['nombres']','
$_POST['apellidos']','$_POST['codciu']','$_POST['fonofijo']','$_POST['codcel']','$_POST['fonocel']','$_POST['mail']')";<o:p></o:p></p>
<p>La conexión con la bd se realiza, pero me tira el mensaje de mas arriba la
hacer clic en guardar...<o:p></o:p></p>
<p>Aqui va el formulario:<o:p></o:p></p>
<p><html><head><title>Formulario</title></head><br>
<body><br>
<form action="form.php" method=post><br>
rut y digito<input type="text"
name="rut"size="8" maxlength="8">-<input
type="text" name="dig" size="1"
maxlength="1"><br><br>
nombres<input type="text" name="nombres"
size="30" maxlength="30"><br><br>
apellidos<input type="text" name="apellidos"
size="30" maxlength="30"><br><br>
fono casa<input type="text" name="codciu" size="2"
maxlength="2">-<input type="text"
name="fonofijo" size="7"
maxlength="7"><br><br>
fono cel<input type="text" name="codcel"
size="2" maxlength="2">-<input type="text"
name="fonofijo" size="8"
maxlength="8"><br><br>
email<input type="text" name="mail" size="35"
maxlength="35"><br><br>
<input type="Submit" value="Guardar"
name="Aceptar"><input type="Reset"
value="Limpiar" name="Limpiar"><br><br>
</form><br>
</body><br>
</html><o:p></o:p></p>
<p>form.php <o:p></o:p></p>
<p style='margin-bottom:12.0pt'><?php<br>
5 include("conex.php");<br>
6 $link=Conectarse();<br>
7 $Query="INSERT into formulario(rut,dig,nombres,apellidos,codciu,fonofijo,codcel,fonocel,mail)VALUES('$_POST['rut']','$_POST['dig']','$_POST['nombres']','
$_POST['apellidos']','$_POST['codciu']','$_POST['fonofijo']','$_POST['codcel']','$_POST['fonocel']','$_POST['mail']')";<br>
8 ?><o:p></o:p></p>
<p>conex.php<o:p></o:p></p>
<p style='margin-bottom:12.0pt'><?<br>
/* Conexion con la Base de Datos */<br>
function Conectarse()<br>
{<br>
if
(!($link=mysql_connect("localhost","pruebas","pruebas_")))<br>
{<br>
echo "Error al conectar la base de datos.";<br>
exit();<br>
}<br>
if (!mysql_select_db("prueba_bd",$link))<br>
{<br>
echo "Error al seleccionar la base de datos.";<br>
exit();<br>
}<br>
return $link;<br>
}<br>
?><o:p></o:p></p>
<p>Les estare muy agradecidos si me diecen por donde puede estar el problema.<o:p></o:p></p>
<p>Saludos.<o:p></o:p></p>
<p style='margin-bottom:12.0pt'>Pedro.<br>
<br>
<o:p></o:p></p>
</div>
</div>
</body>
</html>