patulong po baka alam niyo tong error na ito
TIA
errors:
Warning[/B]: Undefined array key "usern" in C:\xampp\htdocs\obs_db\login.php on line 15
Warning: Undefined array key "passw" in C:\xampp\htdocs\obs_db\login.php on line 16
<!DOCTYPE html>
<html>
<head>
<body bgcolor="lightgray">
<meta...
ask ko lang mga ser baka meron kayo alam sa login pag na pag user nang nag log in sa index mapupunta. at kapag admin naman deretcho sa admin panel
<?php
require('db.php');
session_start();
// If form submitted, insert values into the database.
if (isset($_POST['UserName'])){
// removes...
As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing...
For share mga sir, hoping na makatulong for aspiring programmer natin dito.
LINK:
https://drive.google.com/drive/folders/1SdkZuEAlHuRj3KihyEhUF2KxKe4REAJw?usp=sharing
may inaaplyan ako sa isang dealer ng sasakyan sa makati. pero ito ang kailangan nila:
Candidate must be a graduate of BS Computer Science, BS information Technology or any related course
Knowledgeable in MS Office Application (Word, Excel, PowerPoint, & Access)
Knowledgeable in basic computer...
Microsoft SQL Server for Beginners | Crash Course
Boot-camp to enhanced SQL Query Writing Skills : Database Crash course designed for beginners : Database Programming
Requirements
A Personal Computer
SQL Server installation on Student's PC will be preferred but it is not mandatory
Willingness...
hello pa help po i cant really find tutorials on youtube on how explain importing these kinds of database instead of an sql file
pag import lang po kase nang sql file alam ko sa mysql database
Patulong naman sa mga batak sa php and database jan. Yung login form ko kasing ginawa ang kailangan lang para mag log in is LRN lang. Nasa database ko lahat ng LRN,pero nasa dalawang table sila. My tables are "grade11" and "grade12". Ginawa kong ganto kasi gusto ko pag nag login yung isang user...
Ask ko lang sana if possible ba tong balak ko. Gumagawa kase ako ng voting system using html css and php. Yung webpage na gagawin ko is may limang section which is Home,Candidates,Partylists,Vote tsaka Results. Possible kayang yung Results section e viewable lang pag naglog in ka as an admin...
Good day! Today, I'm going to share to you about SQL injection to test the security of your web application. Take note that this is for educational purposes only. First, let us know what really is SQL injection. SQL injection is a code injection technique in which malicious SQL statement is...
SQL Server 2016 is a version of Microsoft's relational database management system (RDBMS)
that first became available in preview releases during 2015, with general availability on June 1, 2016.
SQL Server 2016 is a sql -based database designed to support a mix of transaction processing, data...
Paano po kaya yung isang button lang ng Log in at Log out. Pag nag log in yung user mag didisplay sa Time In then pag nag log in uli yung user sa time Out naman
//log in
<?php
require_once 'admin/connect.php';
$student = $_POST['student'];
$time = date("H:i", strtotime("+7 HOURS"))...