Re: odbc going nuts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Are registed globals off, otherwise u name to change $username to $_POST['username']

> Any suggestions (apart from dropping Access in favour of another db - client choice)

Oh dear.. Access is a real pain in the butt and we now NEVER deal with a client that selects Access. Never had any complaints since.

suggestions - mysql - postgresql - Firebird ...

Pete

George Pitcher wrote:
Hi all,

Just finishing off a site using odbc and Access and it's thrown up a problem
that wasn't there yesterday.

I have a simple login with a username and password. If either are blank, the
user gets bumped to the login page. otherwise the user table is searched for
the username and password.

my code looks like:

$strSQL = "select * from user where (Username='$username' and
Paswd='$paswd')";

I have an error script that kicks in if the query fails, and prints the
query to screen. I've pasted the query straight into Access' SQL query
window and it worked fine.

I just can't see anything wrong with the code, or anything else.

Any suggestions (apart from dropping Access in favour of another db - client
choice)

Cheers

George in Oxford



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux