php-windows Digest 28 Mar 2001 08:12:26 -0000 Issue 514

2001-03-27 Thread php-windows-digest-help
php-windows Digest 28 Mar 2001 08:12:26 - Issue 514 Topics (messages 6342 through 6345): Array How To ??? 6342 by: Barry Re: Database search, http headers 6343 by: Luc Servaas HELP!!! (PHP-WINDOWS98-APACHE) 6344 by: Bhala 6345 by: Darvin Andrioli Administr

RE: [PHP-WIN] HELP!!! (PHP-WINDOWS98-APACHE)

2001-03-27 Thread Darvin Andrioli
Hi, change the following lines: from ScriptAlias /php/ "php" to ScriptAlias /php/ "c:/path/to/your/php/directory/" and the third line from Action application/x-httpd-php "php/php.exe" to Action application/x-httpd-php "/php/php.exe" At the end reboot Apache. Darvin -Original Message

[PHP-WIN] HELP!!! (PHP-WINDOWS98-APACHE)

2001-03-27 Thread Bhala
I NEED HELP! For some resion Apache will not run the php scripts =\ I have tryed different config variables in the httpd.config thing This is what I have in there. == ScriptAlias /php/ "php" AddType application/x-httpd-php .php .phtml .php4 .php3 Action application/x-http

Re: [PHP-WIN] Database search, http headers

2001-03-27 Thread Luc Servaas
to search in a database for a field containing a string you can use % signs: select * fro table where field='%$string%' Luc ""Mark Collins"" <[EMAIL PROTECTED]> wrote in message 99nu1n$9nj$[EMAIL PROTECTED]">news:99nu1n$9nj$[EMAIL PROTECTED]... > Hi again, a couple of questions if you have the

[PHP-WIN] Array How To ???

2001-03-27 Thread Barry
Hello Everyone, I would like to sort a list of array indices. The array is multi- dimensional N x 3 for example, if (note the actual data is not important to my question): $a[0]['a'] = 1, $a[0]['b'] = 2, $a[0]['c'] = 3 $a[1]['a'] = 1, $a[1]['b'] = 2, $a[1]['c'] = 3 $a[2]['a'] = 1, $a[2]['b'] =

php-windows Digest 27 Mar 2001 20:04:09 -0000 Issue 513

2001-03-27 Thread php-windows-digest-help
php-windows Digest 27 Mar 2001 20:04:09 - Issue 513 Topics (messages 6313 through 6341): %V for strftime does not work under Windows NT 6313 by: Herbert Groot Jebbink 6318 by: Fernando Madruga Re: (should be) easy questions from a beginner 6314 by: Fernando Madruga

Re: [PHP-WIN] Directory Security -Help!

2001-03-27 Thread Luc Servaas
Indeed, an error on line 0 means that the file could not be found by php.exe. Luc ""Phil Driscoll"" <[EMAIL PROTECTED]> wrote in message 004201c0b6eb$beb16340$0c81@philsntserver">news:004201c0b6eb$beb16340$0c81@philsntserver... > In the internet service manager, check the 'check file exi

Re: [PHP-WIN] Directory Security -Help!

2001-03-27 Thread Phil Driscoll
In the internet service manager, check the 'check file exists' box for the .php script map. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Wolfgang Schneider
On Tue, 27 Mar 2001 20:15:07 +0200, Johannes Janson wrote: >>""Asendorf, John"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag >>news:620001CE6A56D41189F300B0D02203743EB5D3>>@exchange.lcounty.com... >>Ich bin traurig, daß ich nicht irgend solche Sites oder newsgroup kenne. Er >>sieht wie einige ander

Re: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Johannes Janson
Well not too bad but not too good either. the second sentence would be: he looks like some others. Who does ??? Johannes ""Asendorf, John"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Ich bin traurig, daß ich nicht irgend solche Sites oder newsgroup ke

[PHP-WIN] Directory Security -Help!

2001-03-27 Thread Paul Wieland
I am trying to setup access privileges for the "Admin" folders on my intranet. Each department in the Intranet has an admin folder that allow the heads of each department to update the news and so on. I want the administrator's logins to be based on their current NT logins on our domain. I change

RE: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Asendorf, John
Ich bin traurig, daß ich nicht irgend solche Sites oder newsgroup kenne. Er sieht wie einige andere aus. Wie gut arbeitet dieser Übersetzer auf Altavista? - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking

RE: [PHP-WIN] LDAP

2001-03-27 Thread Michael Rudel
Hi Antonio, I think M$ has a LDAP-Client, at least if you have a M$-Exchange server. Perhaps this helps ?? Greetinx, Mike > -Original Message- > From: Antonio Lopez [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 5:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] LDAP >

RE: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Robin Bolton
Mein Deutsch ist nicht so gut. Die PHP-Site druckt http://www.php-center.de aus. > -Original Message- > From: Christoph Winkler [mailto:[EMAIL PROTECTED]] > Sent: March 27, 2001 7:39 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Irgendeine deutsche newsgroup? > > > Sorry guys this is on

Re: [PHP-WIN] Seriously newbie question

2001-03-27 Thread Mark W
Thanks Darvin. I did restart Apache but I'll go back and see if my config matches yours and try again. Appreciate the help. Mark "Darvin Andrioli" <[EMAIL PROTECTED]> wrote in message 01C0B6EF.0A64EFC0@PCDARVIN">news:01C0B6EF.0A64EFC0@PCDARVIN... It seems that Apache doesn't recognize your script

RE: [PHP-WIN] Seriously newbie question

2001-03-27 Thread Darvin Andrioli
It seems that Apache doesn't recognize your script as php file. First have you rebooted Apache after you modified httpd.conf? If so, check the following lines: ScriptAlias /php4/ "f:/php/php4corrente/" AddType application/x-httpd-php4 .php Action application/x-httpd-php4 "/php4/php.exe" This

[PHP-WIN] Removing older verion of PHP 4.01 ?

2001-03-27 Thread Bradley Miller
I have an older verion of PHP, specifically 4.01 if memory serves me right, on an NT box. What files do I need to remove to get things back to square one for the latest version?Any help or references would be greatly appreciated! -- Bradley Miller -- PHP Windows Mailing List (http://www.ph

[PHP-WIN] Seriously newbie question

2001-03-27 Thread Mark W
Sorry if this is painfully obvious, but here goes... I've installed Apache and PHP4 following the guide I've got about changes to httpd.conf and moving the dlls etc. However, when I try and run phpinfo.php as a test, it throws up the download message box (i.e. you are trying to download... from.

[PHP-WIN] LDAP

2001-03-27 Thread Antonio Lopez
In the php.net manual, you can read about the LDAP functions: " You will need to get and compile LDAP client libraries from either the University of Michigan ldap-3.3 package or the Netscape Directory SDK 3.0. " Does have anyone these LDAP client libraries for Windows ? Thankyou!! =

[PHP-WIN] IIS5/Win2K

2001-03-27 Thread Bruno Daubié
Hi all, On a Win2K+IIS5.0+Php 4.0.4pl1(CGI), IIS persists on appending a small text to every page it produces: GetRegValue(): Unable to RegOpenKeyEx () Opération réussie. I know it's some kind of Windows API message, but I can't figure why it appears. Pure HTML static pages are unaffected. Than

Re: [PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Thomas
Hi! de.comp.lang.php Viel Spaß, Thomas Christoph Winkler wrote: > Sorry guys this is only for german peoples :) > > Kennt nicht irgendjemand eine deutsche PHP Newsgroup? Ich kann die Fragen > besser in deutsch formulieren bzw. verstehen :) > > Danke im vorraus > > -- > PHP Windows Mailing Lis

[PHP-WIN] Irgendeine deutsche newsgroup?

2001-03-27 Thread Christoph Winkler
Sorry guys this is only for german peoples :) Kennt nicht irgendjemand eine deutsche PHP Newsgroup? Ich kann die Fragen besser in deutsch formulieren bzw. verstehen :) Danke im vorraus -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP-WIN] oracle TNS service name

2001-03-27 Thread Giuseppe D'Ambrosio
hello again, I've solved my previous problem, thanks to Fernando Madruga (just quoting the file name): php "C:\Programmi\Apache Group\Apache\htdocs\test\phpinfo.php" now, running my script from command-line (no more from the browser, where it works fine) I get an oracle error ORA-12154 from my

RE: [PHP-WIN] php from the command-line

2001-03-27 Thread Fernando Madruga
Did you try enclosing the file name in quotes? E.g: php "C:\Programmi\Apache Group\Apache\htdocs\test\phpinfo.php" what about simply executing php, then quickly (within 30 seconds) typing followed by CTRL-Z? HTH, Madruga -Original Message- From: Giuseppe D'Ambrosio [mailto:[EMAIL PRO

[PHP-WIN] php from the command-line

2001-03-27 Thread Giuseppe D'Ambrosio
hello, I thought running php from the command-line (on winNT), eg.: php C:\Programmi\Apache Group\Apache\htdocs\test\phpinfo.php would send to the console (stdout) the result, but I get nothing! (I'm quite sure this has worked before on php 4.0.2, or at least 3.0.16) what's wrong? thank you,

Re: [PHP-WIN] How to setup the GD Library for Apache+php

2001-03-27 Thread Evan Chang
Thank Everybody, I got the solution by myself. The key point is "delete c:\php\php.ini" Then modify c:\winnt\php.ini extension_dir =\php\extensions\ extension=php_gd.dll Of course , you just can manipulate PNG , JPG , WBMP picture. ""Evan Chang"" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó 99pbv1$qce$[EMA

[PHP-WIN] Problem with Predefines Variables

2001-03-27 Thread Oliver Damitz
Hy Ive got a Problem. I use Php4 and Apache 1.3.x under Windows2000. With this combination iam not able to get the cgipredefined variables such as QUERY_STRING or SERVER_NAME They are all empty. There is also no Variable $Task defines when I call a PHPSite in the internetexplorer like http://134.

Re: [PHP-WIN] Mail submisison of form data

2001-03-27 Thread florent empis
Flint Doungchak wrote: > mail("[EMAIL PROTECTED]","Subject: I'm an idiot","Message body > here","From:[EMAIL PROTECTED],Cc:[EMAIL PROTECTED]"); That works, but i have something to add...the last argument is in fact the extra headers added to the mail. So you could also add something like "x-mai

[PHP-WIN] PHP3 for Visual Studio ?

2001-03-27 Thread zugut
I'm a programmer and develop. under Visual Studio and it's the first time I use PHP. I want to install PHP for windows and create new tools. I look for a PHP3(or PHP4) executable and his associated source code for a Visual Studio environment. Thanks everybody. -- PHP Windows Mailing List (

RE: [PHP-WIN] %V for strftime does not work under Windows NT

2001-03-27 Thread Fernando Madruga
Try this to see what is your current locale: I believe it must be some implementation issue: I've tried all that and even tried an example from PHP's manual (under gmstrftime), where I added the %V: On my Windows 98 SE machine I get nothing with %V !! HTH, Madruga -Original Message---

Re: [PHP-WIN] PHP under WinME

2001-03-27 Thread Tom Mathews
Few things: - 1) Update Apache - 1.3.6 probably came out before WinME went Gold (it's not that old really, but there have been a number of pretty serious bug fixes in the last few releases and its always a good idea to try and stay pretty current) 2) Are you using this on a network with a firewall

Re: [PHP-WIN] (should be) easy questions from a beginner

2001-03-27 Thread Johannes Janson
Hi, I just made a test. (sorry a bit small...) and your "while (list(..." as test2.php in the same directory works. Why do you supply the path to the action with ?? For your first question I don't know. J "Jim Witt" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">

Re: [PHP-WIN] Mail submisison of form data

2001-03-27 Thread Tom Mathews
Flint Yeh, that's about the right syntax, but if you are sending duplicate messages from a web server, I'd strongly recommned bcc: in the header instead of cc: Tom Flint Doungchak wrote: > Randall, > > I'm not sure on this so I may need some correction, in theory, you should be > able to put t

RE: [PHP-WIN] (should be) easy questions from a beginner

2001-03-27 Thread Fernando Madruga
> 1. Why when I use $PHP_SELF, I get the file referenced twice? Ex: in > file hello.php I have > > echo $PHP_SELF ; > ?> > > and the result is: /cgi-bin/hello.phpcgi-bin/hello.php This one beats me... :) Try one of the 'other', like $SCRIPT_NAME and see if it works the same... > 2. I set up