Parse error: syntax error, unexpected ',' in c:\appserv\www\am_modules\contratista\base.php on line 6
Código PHP:
<?php
$index_page = false;
$theme_data = "";
$sel_sql = "SELECT * from am_inspeccion ORDER BY f_folio",
//---> include idioma
//
$config["leng"] = "sp"; // Español
include_once( "am_modules/contratista/idioma/msg_".check_lang($config["leng"]).".php" );
$page_name = lg_Titulo;
srand((double)microtime()*1000000);
$filename = "am_modules/downloads/style.css";
$fp = fopen( $filename, "r" );
$headcode = "<style type=\"text/css\">".fread( $fp, filesize($filename) )."</style>";
fclose($fp);
draw_header();
if( ! $session["logged"] )
{
theme_draw_box( INGRESO_TITLE, INGRESO_ACTIVATE_ERROR, "100%" );
draw_footer();
exit;
}
$error = "";
$ok = false;
?>
<style type="text/css">
TD {
font-size : 10px;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
</style>
<?
echo"<h3 align=\"center\">Inspecciones ingresadas</h3>";
echo "<table border=0 width=90%><tr>";
echo "<td></td><td>Folio</td><td>Fecha</td><td>Empresa</td><td>Ingresado por </td></tr>";
?>