Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Basics: CGI MySQL security

by blue_cowdawg (Monsignor)
on Oct 08, 2006 at 23:50 UTC ( [id://577049]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    create table users (
         user_id         integer not null primary key,
    ...
                             references users(user_id) 
                             on delete cascade
    );
    
  2. or download this
    create table sessions (
          session_entry_id    integer not null primary key,
    ...
         var_key              text not null,
         var_value            text
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://577049]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-25 15:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found