Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/11/2013, 12:48
adibu
 
Fecha de Ingreso: septiembre-2007
Mensajes: 50
Antigüedad: 16 años, 7 meses
Puntos: 0
Problemas con base de datos de formulario

Tengo un formulario hecho con un programa en PHP que funciona correctamente, pero el problema viene al recoger los datos en la base de datos, en un hoja de Excel, ya que me salen muchos símbolos rarísimos y me da varios errores que expongo a continuación, con los archivos y la línea la que hace referencia:

ERROR 1

<b>Strict Standards</b>: Non-static method OLE::Asc2Ucs() should not be called statically, assuming $this from incompatible context in <b>/homepages/31/d276533602/htdocs/teahorrogastos.es/machform/lib/pear/Spreadsheet/Excel/Writer/Workbook.php</b> on line <b>586</b><br />

El archivo Workbook.php</b> on line <b>586 es:
$OLE = new OLE_PPS_File(OLE::Asc2Ucs('Book'));

ERROR 2

<b>Strict Standards</b>: Non-static method OLE::Asc2Ucs() should not be called statically, assuming $this from incompatible context in <b>/homepages/31/d276533602/htdocs/teahorrogastos.es/machform/lib/pear/OLE/PPS/Root.php</b> on line <b>52</b><br />

El archivo Root.php</b> on line <b>52 es:
OLE::Asc2Ucs('Root Entry')

ERROR 3

<b>Strict Standards</b>: Non-static method OLE::LocalDate2OLE() should not be called statically, assuming $this from incompatible context in <b>/homepages/31/d276533602/htdocs/teahorrogastos.es/machform/lib/pear/OLE/PPS.php</b> on line <b>186</b><br />

El archivo PPS.php</b> on line <b>186 es:
. OLE::LocalDate2OLE($this->Time1st) // 108
. OLE::LocalDate2OLE($this->Time2nd) // 116



Gracias anticipadas