| Server IP : 210.245.233.93 / Your IP : 216.73.216.226 Web Server : Apache/2.2.15 (CentOS) System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : apache ( 48) PHP Version : 5.3.3 Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/(Del)standraise.com/en/ |
Upload File : |
<?php
require("configure.php");
$page = $_GET['page'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html>
<head>
<title>Stand Raise Limited</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
</head>
<body bgcolor="#CCCCCC" leftmargin="0" topmargin="0" style="background-repeat:repeat-x" background="../images/main_bg.jpg">
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!-- Header -->
<?php require("header.php"); ?>
</tr>
<tr>
<td height="52" align="center" valign="top">
<!-- Menu -->
<?php require("menu.php"); ?></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"><table width="900" height="500" border="0" cellpadding="0" cellspacing="0">
<tr><td width="215" align="left" valign="top" bgcolor="#E6E7E9"><img src="../images/menutop.jpg" />
<!-- Sub Menu -->
<?php require("submenu.php"); ?>
</td>
<td width="685" align="left" valign="top"><div class="colMiddle"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="655"><table width="655" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="title">Manufacturing Process & Quality Assurance</td>
</tr>
<tr>
<td class="txt"><div class="colcontenttxt">
<? $sql = "SELECT * ";
$sql .= "FROM manufacturing ";
$result = mysql_query($sql);
$row = mysql_fetch_array($result,MYSQL_ASSOC);
echo $row{'manufacturingdesc'} ?>
</div></td>
</tr>
</table></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
<!-- Footer -->
<?php require("footer.php"); ?>
</table>
</body>
</html>