Re: [PHP] bar code scaning in intranet ap

2004-02-12 Thread Andrew Séguin
Programming bar code reader from PHP? It truly largely depends on the brand of bar code reader, and even then, the model. For example, I programed for an Intermec Antares 24xx series handheld (that model is made for standalone/independant operation). For your operations, this isn't very good mode

Re: [PHP] Revised: RE: [PHP] Re: Can I do this?

2004-02-08 Thread Andrew Séguin
The security hole is probably not existant in my opinion. PHP is (normaly) parsed by the remote server(no source viewable) and the result is being included, not the source. When "http://.../script.php?var=value"; was mentioned, it implies the script is being parsed remotedly so that the http reque

Re: [PHP] .htaccess problem

2004-01-01 Thread Andrew Séguin
That would be based on 'realms'. see : http://httpd.apache.org/docs-2.0/mod/core.html#authname for more info on how to set that. Basicaly, most browsers cache the userid and password as long as the page you are viewing is within the same realm (don't ask for userid and password again). Your solu

Re: [PHP] How do I protect downloadable files?

2003-12-30 Thread Andrew Séguin
Quite true. I typed away from memory my sample headers, the actual script was done about 3 months ago and is on a protected intranet server I don't have access to quite at the moment ;). My apologies for the mistake, Thank you for pointing that out :) Andrew. > In a message dated 12/30/2003 9:3

RE: [PHP] How do I protect downloadable files?

2003-12-30 Thread Andrew Séguin
I have not tested with mac but I had problems with certain versions of IE in a similar script where it would basicaly show the binary content within IE rather then initiate a download. What I saw was when I verified the headers returned, the headers were repeated. Therefore I had something like: