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
<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


0