[PHP-WIN] Re: Oracle IAS version of Apache (1.3.12) & php_oci8.dll

2002-10-23 Thread Philippe Saladin
- is your "oracle client" installed on your server ? - you may have a look to extension_dir in your php.ini. By default, I think it is something like extension_dir = ./ You would try to set the value to the directory where your php_oci8.dll is, something like : extension_dir=C:\php\extensions\ Re

php-windows Digest 24 Oct 2002 02:09:49 -0000 Issue 1403

2002-10-23 Thread php-windows-digest-help
php-windows Digest 24 Oct 2002 02:09:49 - Issue 1403 Topics (messages 16496 through 16517): Mail 16496 by: James Meers 16515 by: Prachait Saxena 16516 by: Prachait Saxena Re: [PHP-DB] Print data 16497 by: Jeffrey_N_Dyke.Keane.com 16508 by: 1LT John W.

[PHP-WIN] The directory name is invalid. cc

2002-10-23 Thread chad cotton
I have just recently installed php on windows 2000 running IIS 5.0. on two different machines. the first went flawlessly. The second seemed to proceed just the same, however, I have a problem. I created the standard test: this works fine. when i hit the refresh button on my browser, i get ba

[PHP-WIN] Re: Mail

2002-10-23 Thread Prachait Saxena
Hello I think there is no mail server installed on the machine, on which ur running th script. Please make sure that smtp server is running Send the details like php version , o/s and others To: PHP Helplist Windows <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 7:37 PM Subject: Mail > Hi

[PHP-WIN] Re: Mail

2002-10-23 Thread Prachait Saxena
Hello I think there is no mail server installed on the machine, on which ur running th script. Please make sure that smtp server is running Send the details like php version , o/s and others To: PHP Helplist Windows <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 7:37 PM Subject: Mail > Hi

Re: [PHP-WIN] PHP and databases? ...without MySQL and such

2002-10-23 Thread Luis Ferro
As for databases based on flat files... i would recoment then the use and abuse of php array system... which has a basic "find" and is very flexible... It isn't perfect, but it will work and it won't be an heavy penalty... (it will be just a penalty... but will be usable...). I've done once a

RE: [PHP-WIN] PHP and databases? ...without MySQL and such

2002-10-23 Thread Negretti, John (CCI-San Diego)
PHP-nites, I want to thank you all for your insight on PHP and database options, particularly to FLAT FILES. Many of you commented on using MySQL or Oracle and such, commenting how better it would be. I STRONGLY agree that using MySQL or any DMBS database application is a FAR better options.

[PHP-WIN] Re: PHP and databases? ...without MySQL and such

2002-10-23 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello John On 22 October 2002 at 08:59:46 -0700 (which was 16:59 where I live) John Negretti graced us with these comments > I am somewhat new to PHP and I have a question relating to FLAT FILE > databases. If on a windoz box how about using an com

[PHP-WIN] Speed

2002-10-23 Thread Mihail Bota
Dear all, I have a piece of code which posts a matrix which can be from 1X1 dimension to...the sky is the limit (can be 500X500). In this piece of code I have 2 while loops, nested, which I cannot get rid of.. I'd like to ask you for any suggestions to optimize the posting of the matrix..I already

[PHP-WIN] Oracle IAS version of Apache (1.3.12) & php_oci8.dll

2002-10-23 Thread Kurt Lund
All, I have the 1.3.12 version of Apache installed (via an Oracle install -- no source) on a Win 2000 system and I have downloaded the manual verion of PHP (not the Windows Installer). I configured PHP via the SAPI method and everything works great, including access to SQLServer and Access (ODBC)

[PHP-WIN] Re: php-windows Digest 23 Oct 2002 14:05:19 -0000 Issue 1402

2002-10-23 Thread neil smith
The documentation for IndexIgnore follows. Its pretty simple. Which bit dont you understand ? Use regular expressions to filter files so they are not shown in an index : An Example might be IndexIgnore *.js *.gif *.jp?g One line - simple :-) Put this is your .htaccess file for a direcrtory unti

[PHP-WIN] Re: [PHP-DB] Print data

2002-10-23 Thread 1LT John W. Holmes
> hello, at my company we have several network printers and i was was > wondering if it's possible to print directly to them using PHP, instead > of showing on the screen or both ... > to gain more control on what is printed, because of the nasty browsers > header and footer ... whom i now how to r

RE: [PHP-WIN] this one's got me stumped...

2002-10-23 Thread Mikey
If you are trying to upload multiple files, why don't you get the user to send them via e-mail and have a scheduled script ('at' command) process the mailbox that receives the files? Sorry for not showing any examples, I haven't really got the time... regards, Mikey <-- Insert stream of consciou

Re: [PHP-WIN] Mixing include path styles. How do I do this???

2002-10-23 Thread Roderick Martin
My bad! Windows is definitely not a strong suit with me. I did not know I could do the drive paths with the reverse slashes. I tried it and it worked flawlessly! Thank you!!! All I have to do now is add the drive path up to the web directory to the replace. Thanks again! Easier than I could ha

[PHP-WIN] Re: [PHP] PHP and databases? ...without MySQL and such

2002-10-23 Thread Maxim Maletsky
Darren Henderson <[EMAIL PROTECTED]> wrote... : > > 1. Anything more than just one single PHP file made in your text editor. > > Not sure what you mean by this. If I write a single suite of data handling > routines then it doesn't matter if I have one or 10,000 pages using it. I meant a file to

[PHP-WIN] Re: [PHP] Re: PHP and databases? ...without MySQL and such

2002-10-23 Thread Geoff Hankerson
Youc use xml files as well as an alternative Richard Allsebrook wrote: You can use the Microsoft ODBC Text driver to access flat files and perform SQL Queries on it - can be REALLY slow on big files though (no indexes) :( Alternatively - write a script that pulls the flat file into a proper dat

Re: [PHP-WIN] OT

2002-10-23 Thread Luis Ferro
It seams you are using a development version of the servers (IIS/W2K) or you are using IIS in a W2K Professional... both those versions are hardcoded by microsoft to just serve 10 connections of it's services... If your script has locked 10 sessions previously, then a iisreset is the only thing

[PHP-WIN] OT

2002-10-23 Thread Sichta Daniel
Hi, CFG: w2k, IIS, php4.0.6 as CGI I have problem with IIS. It's harcoded to 10 connections. When I do refresh few times I get error 403.9 Access Forbidden: Too many users are connected Internet Information Services. No one is connected (accept me) to this server. Any idea? Thanks in a

[PHP-WIN] Re: PHP and databases? ...without MySQL and such

2002-10-23 Thread Richard Allsebrook
You can use the Microsoft ODBC Text driver to access flat files and perform SQL Queries on it - can be REALLY slow on big files though (no indexes) :( Alternatively - write a script that pulls the flat file into a proper database table :) Hope this helps -- Richard Allsebrook Applications and We

RE: [PHP-WIN] Mixing include path styles. How do I do this???

2002-10-23 Thread Rich Gray
Roderick Have you tried just changing '/acc/includes/headstart.htm' to 'c:/acc/includes/headstart.htm'? i.e. leaving the unix style slashes in place... There is a nasty bug in the latest versions of PHP on Win32 affecting the include statement with absolute paths. The above is a workaround soluti

[PHP-WIN] Mixing include path styles. How do I do this???

2002-10-23 Thread Roderick Martin
We recently switched from Netscape Enterprise to IIS and I now need to make a lot of changes to over 600 htmls - mostly in include statements. We're doing two things here, switching servers and switching all our SSI's to PHP includes. Under Enterprise, I could define a path just by putting it i

Re: [PHP-WIN] this one's got me stumped...

2002-10-23 Thread db
thanks to all who replied! using sizeof($_FILES['username']['name']) yields an array of over 10 elements regardless of the number of files selected for upload. and i tried using something like "whilelist($key,$var)=each($_FILES['username']['name'][$i])...", but i couldn't get that to work eit

[PHP-WIN] Re: [PHP-DB] Print data

2002-10-23 Thread Jeffrey_N_Dyke
I think this is only available as an option if you are running on windows based hardward, but if you are...i know i've seen it in the manual. José Moreira

[PHP-WIN] Mail

2002-10-23 Thread James Meers
Hi, I am trying to use the mail function, below is the code i am using: mail( "[EMAIL PROTECTED]","test","This is a test mail" ); I get an error: Warning: Server Error in F:\milinksroot\test.php on line 2 Does anyone know what i should be looking for to rectify this problem? CHe

php-windows Digest 23 Oct 2002 14:05:19 -0000 Issue 1402

2002-10-23 Thread php-windows-digest-help
php-windows Digest 23 Oct 2002 14:05:19 - Issue 1402 Topics (messages 16486 through 16495): Re: this one's got me stumped... 16486 by: Dash McElroy Re: picking files (server side) - need help please 16487 by: Aidal Re: Subject: PHP and databases? ...without MySQL and such

[PHP-WIN] Print data

2002-10-23 Thread José Moreira
hello, at my company we have several network printers and i was was wondering if it's possible to print directly to them using PHP, instead of showing on the screen or both ... to gain more control on what is printed, because of the nasty browsers header and footer ... whom i now how to remove ...

RE: [PHP-WIN] HTTP_POST_VARS - need help

2002-10-23 Thread Asendorf, John
Your action in the form may be the problem... I think you need action=\"$PHP_SELF\" instead of action=\"$PHSELF\" - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, USA 740-349-3631 Nullum mag

[PHP-WIN] Apache - simple question (IndexIgnore)

2002-10-23 Thread Aidal
Hi NG. I know this NG is suppose to be about PHP but... Assuming that most of us people reading this NG uses Apache, I have a simple question concerning 'IndexIgnore' in 'httpd.conf'. When typing some http-address to a place under htdocs like http://localhost/somedir/ which does not have an index

[PHP-WIN] Re: +AFs-PHP-WIN+AF0- HTTP+AF8-POST+AF8-VARS - need help

2002-10-23 Thread Nino V
Is that a mistake: +ADw-form method+AD0AXAAi-POST+AFwAIg- action+AD0AXAAiACQ-PHSELF+AFwAIg- +enctype+AD0AXAAi-multipart/form-data+AFwAIgA+- or just a mistyped line: +ACQ-PHSELF instead of +ACQ-PHP+AF8-SELF? Ciao, Nino +AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0APQA9AD0

Re: [PHP-WIN] hello world script not working

2002-10-23 Thread Luis Ferro
a) is the php4ts.dll in a system wide access directory (like c:\winnt\system32)? b) can you run this script: phpinfo(); ?> c) if so, you have your problem solved, it just need some twicking with php.in settings (php.ini is in directory c:\winnt) d) if not, you will have to check ap

[PHP-WIN] HTTP_POST_VARS - need help

2002-10-23 Thread Aidal
I'm trying to make a simple upload script. The script is suppose to do severel checks after form submition. The problem is that it seems that I don't have access to HTTP_POST_VARS for some reason. In php.ini I have the following definitions (among others of cause): upload_tmp_dir = "C:\php4\upload

[PHP-WIN] hello world script not working

2002-10-23 Thread Nikolas Galanis
Hello On a WIndows XP professional edition I am running Apache 1.3.27 with PHP 4.2.3. I am using this configuration to locally work on web projects before publishing them. Although most of the things work ok, there are some times that the server returns a 500 internal error. It happens with th

[PHP-WIN] Re: Subject: PHP and databases? ...without MySQL and such

2002-10-23 Thread neil smith
At 01:44 23/10/2002 +, you wrote: From: "Negretti, John (CCI-San Diego)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: PHP and databases? ...without MySQL and such Hello All, I am somewhat new to PHP