Re: log-in/out w/o cookies

2002-04-14 Thread Todd Wade
"Teresa Raymond" <[EMAIL PROTECTED]> wrote in message news:p05100301b8de2cf961a1@[67.36.181.234]... > What I've done is: > > 1) have login page w/ hidden input name="formname" w/ some value leads to > 2) cgi prog that cks that formname eq "some value" and the username & > password1 and password2

Re: MySQL

2002-04-14 Thread fliptop
Andrew Rosolino wrote: > $query = "INSERT INTO browse (username, password) > VALUES ('Kittyf', '5521f') LIMIT 0, 30 "; does limit/offset apply to insert statements? see this page for correct insert syntax: http://www.mysql.com/doc/I/N/INSERT.html -- To unsubscribe, e-mail: [EMAIL PROTECTE

MySQL

2002-04-14 Thread Andrew Rosolino
Ok, I made a table in phpMyAdmin and now I want to add stuff into it from my perl script, but for some reason nothing is added. Code Sample: #!/usr/bin/perl print "Content-type: text/html\n\n"; use DBI; $dbh = DBI->connect("DBI:mysql:database='homewebewebin';host='localhost'", "usernametakenout"