[PHP-WIN] RE: checking if is FORM is POSTED

2002-12-04 Thread Brinkman, Theodore
Better (though still theoretically spoofable) would be to include a random number/string in a hidden field, store that number in the session, and check to see that the number returned in the form is the same as what is expected for that session. It's theoretically possible that someone could hijac

[PHP-WIN] RE: stuck between operating systems & web servers ! ! ! !

2002-05-07 Thread Brinkman, Theodore
I'm not an expert, so somebody correct me if I'm wrong, but... Assuming the site is running a recent enough version of PHP so you aren't using any features newer than it, the only things you should have to change would probably be path related. - Theo -Original Message- From: to

[PHP-WIN] RE: IIS equivalent to Apache's .htaccess files

2002-01-31 Thread Brinkman, Theodore
Sorry, I should have been clearer. Strictly speaking this is an IIS question, not a PHP question, but I don't know where else to ask. We're using IIS, and the team lead has settled on windows domain authentication for 'logging into' the system. This means that only IE can be used unless I can f

[PHP-WIN] IIS equivalent to Apache's .htaccess files

2002-01-30 Thread Brinkman, Theodore
I'm busy trying to fight to keep the project I'm on as platform independant as possible, but it's currently a loosing battle, because the team lead insists on using Windows Domain User security, which means if you're not using IE, you can't even get to the site. I'm vaguely familiar with the .hta

RE: [PHP-WIN] Canceling a Query

2001-05-17 Thread Brinkman, Theodore
ould access the application until a query was done running. - Theo -Original Message- From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 4:29 PM To: Brinkman, Theodore; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Canceling a Query Dear Brinkman, With out h

RE: [PHP-WIN] Canceling a Query

2001-05-17 Thread Brinkman, Theodore
- Theo -Original Message- From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 17, 2001 3:10 PM To: Brinkman, Theodore; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Canceling a Query Dear Brinkman, First I wonder one thing: Why are the queries long running in the first

[PHP-WIN] Canceling a Query

2001-05-16 Thread Brinkman, Theodore
I'm working on an application for work where users will be querying the database to get information back about processed documents. I'm trying to set up a way for a user to cancel a query which is taking too long. I'm using MS SQL Server 2000. The interface for the cancel is easy enough, a form

RE: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-10 Thread Brinkman, Theodore
Hey! Some of us out here LIKE case-sensitive languages. Is there really any reason why you need to use STRPOS() in one place, StrPos() in another, Strpos() in another, and strpos() in another? If you use any sort of naming convention, the case-sensitivity actually HELPS people understand your

[PHP-WIN] JavaScript Help!

2001-03-15 Thread Brinkman, Theodore
Let me preface this request by saying that I know this request for help isn't quite on-topic, but I haven't found any good places to ask for help on this. Thank you for not flogging me with wet noodles. Now, on to the question: We're having some problems relating to using MS SQL Server 2000 with

[PHP-WIN] Attaching to a PostgreSQL database on a Linux box from a VB app on NT4

2001-01-10 Thread Brinkman, Theodore
I think the subject pretty much says it all. I need help setting up things on both ends to let a VB app (on Windows, obviously) connect to a PostgreSQL database on a Linux box. Any help appreciated. - Theo Sorry about cross-posting to the two lists, but I figured it was pertinent to bo