|
|
 |
|
|
| PHP Tutorial // User Registration w/ SQL |
 |
PLEASE CHECK OUT THE SECOND VIDEO OF THIS
A quick and easy user registration using php,
sql and phpmyadmin.
For full size and source codes:
http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL
auto_increment,
`username` varchar(20) NOT NULL default '',
`password` varchar(50) NOT NULL default '',
`email` varchar(40) NOT NULL default '',
`ip` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT
CHARSET=latin1 AUTO_INCREMENT=1 ; Tags : tutorial php sql mysql phpmyadmin lgo666 computers video sexy |
|
Affichage : 95759
Durée : 980 s |
| Common Mistakes in Oracle PL/SQL Programming |
 |
You did WHAT?
You wrote an explicit cursor? You declared a
variable using the VARCHAR2 datatype? You
raised an exception to skip over unnecessary
lines of code?
If slip-ups like these sound familiar (or if
you don't know why these are mistakes), join
Quest for a one-hour Webcast featuring guest
speaker, Steven Feuerstein, as he examines
common mistakes in Oracle PL/SQL programming.
Learn how to correct mistakes to improve the
maintainability and performance of your
application.
This Webcast will also demonstrate CodeXpert
— a powerful feature available within
Toad® that will help you avoid common
mistakes and ensure you implement PL/SQL best
practices in your daily activities.
About the Guest Speaker:
Steven Feuerstein is considered one of the
world's leading experts on the Oracle PL/SQL
language, having written nine published books
on PL/SQL (all from O'Reilly & Associates).
Steven has been developing software since
1980, spent five years with Oracle
(1987-1992) and serves as a Senior Technology
Advisor to Quest Software. Tags : Oracle PLSQL Programming Steven Feuerstein Quest Software Toad best practices |
|
Affichage : 43833
Durée : 3767 s |
| IEFD Ep. 11 - Website Hacking - Sql Injection Part 1 |
 |
For Infinity Exists Full Disclosure's first
Website Hacking episode, we demonstrate how
to exploit a security vulnerability occurring
in a website's database to extract password
hashes. Sql (Structured Query Language) is a
computer language designed for the retrieval
and management of data in a system's
database. The Attack, known as Sql Injection,
manipulates Sql statements before they are
sent to the Sql Server, allowing the Attacker
to create, change, or retrieve data stored in
the database. Sql Injection is a hard concept
to understand, so we made a video that
encompasses all our knowledge on the subject
to make it easier for our viewers to grasp.
Part 1 of 2
http://infinityexists.com/videos/episode11/ Tags : Infinity Exists full disclosure sql injection website hacking cracking exploiting computer |
|
Affichage : 32197
Durée : 477 s |
| An Introduction to SQL Server Reporting Services (Pt. 1) |
 |
This video, part one in a six-part series,
talks about what SQL Server Reporting
Services (SSRS) is and designed for the
absolute beginner - someone who wants a
high-level overview of Reporting Services. If
you want to get a solid Technology Overview
of Reporting Services, this is it.
Highlights from this video:
* Concepts of Server-Based Reporting
* Where is the report stored?
* What are .rdl files?
* Data sources (OLE-DB, ODBC, XML)
* Licensing options
* Types of reports available
and much more.
Author: Scott Whigham Tags : ssrs sql server reporting services |
|
Affichage : 14824
Durée : 571 s |
|
|
|
|
|
|
|
|
|
|
 |
| |
|