include("dbopen.php"); if($_GET['s']==1){ $pagenr=7; }else{ if($_GET['s']==2){ $pagenr=8; } } include("login.php"); include("ajaxfunctions.php"); include("getpagecontents.php"); ?>
include("meta.php"); include("basicjs.php"); include("ajaxjs.php"); ?> $sql3 = "SELECT * FROM bos_lines WHERE (pageno=0) AND (languageno=".$planguage.")"; $status3=mysql_query("$sql3") or die (mysql_error()); while ($row3 = mysql_fetch_array($status3)){ $linec[$row3['lineno']]=$row3['contents']; } include("menu.php"); include("top.php"); include("left.php"); ?> $sql="SELECT * FROM bos_service_about WHERE (sid=".$_GET['s'].") AND (language=".$planguage.")"; $status=mysql_query($sql) or die(mysql_error()); while ($row = mysql_fetch_array($status)){ $contents=$row['contents']; $heading=$row['service']; } $sql2 = "SELECT * FROM bos_lines WHERE (pageno=".$pagenr.") AND (languageno=".$planguage.") AND (specialno=".$_GET['s'].")"; $linec=array(); $linev=array(); $status2=mysql_query("$sql2") or die (mysql_error()); while ($row2 = mysql_fetch_array($status2)){ $linec[$row2['lineno']]=$row2['contents']; //$linev[$row2['lineno']]=$row2['verified']; if($row2['verified']==0){ $linev[$row2['lineno']]="[ ? ]"; }else{ $linev[$row2['lineno']]=""; } } if($_GET['s']==1){ $menuno=30; }else{ if($_GET['s']==2){ $menuno=43; } } $sql="SELECT * FROM bos_menu WHERE (baseid=".$menuno.") AND (languageno=".$planguage.")"; $status=mysql_query($sql) or die(mysql_error()); while ($row = mysql_fetch_array($status)){ $heading=$row['title']; } ?>
=$heading?> |
|||||||||||
|
|||||||||||
| |||||||||||