-
-
...p
session_start();
error_reporting(0);
include('includes/config.php');
if(isset($_POST['signin']))
{
$uname=$_POST['username'];
$password=md5($_POST['password']);
$sql ="SELECT EmailId,Password,Status,id FROM tblemployees WHERE EmailId=:uname and Password=:password";
$query= $dbh -> prep...
-
-
...p
session_start();
include('includes/config.php');
error_reporting(0);
if(strlen($_SESSION['login'])==0)
{
header('location:index.php');
}
else{
if(isset($_POST['submit']))
{
$category=$_POST['category'];
$description=$_POST['description'];
$status=1;
$query=mysqli_query($con,"...
-
-
...sp; RI=0;
key2=1;
if(data1!=0x01)
{
SBUF=0x0f;
while(TI==0)
{
&nb...
-
-
...
session_start();
//error_reporting(0);
include('includes/config.php');
if (strlen($_SESSION['aid']==0)) {
header('location:logout.php');
} else{
// Edit Company Code
if(isset($_POST['update']))
{
$cmpid=substr(base64_decode($_GET['compid']),0,-5);
//Getting Post Values
$cna...
-
-
...d clear all CPU interrupt flags:
IER = 0x0000;
IFR = 0x0000;
InitPieVectTable();
InitExInt();
EALLOW; // This is needed to write to EALLOW protected registers
PieVectTable.XINT1 = &ISRExint1;
EDIS;&nb...
-
-
...p
session_start();
error_reporting(0);
include('includes/config.php');
if(strlen($_SESSION['alogin'])=="")
{
header("Location: index.php");
}
else{
if(isset($_POST['submit']))
{
$subjectname=$_POST['...
-
-
...p; if data['success'] and data['results']['pageBean']['totalCount'] > 0:
&...
-
-
...and repeat
always @(posedge clock_100Mhz or posedge reset)
begin
if(reset==1)
refresh_counter <= 0;
else
refresh_counter <= refresh_counter + 1;
end
assign LED_activating_counter = refresh_counter[19:18];
-
-
...isFind = findChessboardCorners(rgbImage, boardSize, corner, 0); if (isFind == true) //所有角点都被找到 说明这幅图像是可行的 { /* Size(5,5) 搜索窗口的一半大小 Size(-1,-1) 死区的一半尺寸&n...
-
-
...sion_start();
error_reporting(0);
include('includes/dbconnection.php');
if (strlen($_SESSION['obcsaid']==0)) {
header('location:logout.php');
} else{
?>
<div class="left-sidebar-pro">
&l...