PHP - include

 
Vista:

include

Publicado por Carlos Espinosa (1 intervención) el 20/02/2009 04:02:16
Tengo el siguiente código:

<html>
<head>
<title>..:: Test ::..</title>
</head>
<body>

<table border='0'>
<tr><td>
<?php $elemento="FW_Proveedores"; $interfaz="eth1"; include ('inc/graph.php'); ?>
</td></tr><tr><td>
<?php $elemento="FW_Proveedores"; $interfaz="eth4"; include ('inc/graph.php'); ?>
</td></tr>

</table>

</body>
</html>

el usar la funcion include me esta generando muchos problemas, alguién sabe la manera de evitarlos, no se, tal vez usando alguna otra palabra reservada.

Gracias por el apoyo
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:include

Publicado por sandra (48 intervenciones) el 20/02/2009 13:31:30
Qué error te da?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar