Comunidad de diseño web y desarrollo en internet online

Me dasyntax error, unexpected T_STRING :(

Citar            
MensajeEscrito el 18 Feb 2012 06:37 pm
Hola, estoy utilizando PHP como lenguaje backend, y estoy utilizando este código:

Código PHP :

<?php
//Capturar datos del array $_POST
$usuario = $_POST['usuario'];
$nombrearchivo = $_POST['nombrearchivo'];
//Crear un string en formato comprensible para Flash
$toSave ="usuario=$usuario&nombrearchivo=$nombrearchivo";
//Abrir un archivo en modo escritura
$fp = fopen('usuario_prueba.txt', 'w');
if(fwrite($fp, $toSave)) echo 'writing=Ok&';
else echo 'writing=Error&'
fclose($fp);}
?>


¿Por qué me da este error?

PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/u622637558/public_html/registro.php on line 11

Que es lo que he escrito mal!

Gracias

Por PS1Rocks

29 de clabLevel



 

chrome
Citar            
MensajeEscrito el 18 Feb 2012 07:13 pm
Borra la última llave ("}")

Por Night~

43 de clabLevel



Genero:Masculino  

Geek, Gamer, Otaku

chrome
Citar            
MensajeEscrito el 18 Feb 2012 07:58 pm

Night~ escribió:

Borra la última llave ("}")


Me sigue dando el mismo error con la llave quitada :/

Por PS1Rocks

29 de clabLevel



 

chrome
Citar            
MensajeEscrito el 18 Feb 2012 08:01 pm
else echo 'writing=Error&'.
Te falto punto y coma

Por Night~

43 de clabLevel



Genero:Masculino  

Geek, Gamer, Otaku

chrome
Citar            
MensajeEscrito el 18 Feb 2012 08:33 pm

Night~ escribió:

else echo 'writing=Error&'.
Te falto punto y coma


Muchas gracias ^^

Por PS1Rocks

29 de clabLevel



 

chrome

 

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