RE: [PHP-WIN] *.ini

2001-05-15 Thread Michael Rudel
¥es, there is, John. Have a look @ http://phpclasses.upperdesign.com/browse.html/package/204 U have 2 register, but it's 4 free. Very usefull site. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtref

RE: [PHP-WIN] Any links to a new CVS of PHP 4.0.6 Win32?

2001-05-15 Thread Michael Rudel
Hi Cameron, http://php4win32.sourceforge.net/releases/php-4.0.6-dev-20010504.exe Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-8

[PHP-WIN] php

2001-05-15 Thread ganmeiu
php-windows£¬ÄúºÃ£¡ Ö Àñ£¡ ganmeiu [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP-WIN] Case issue with Mysql on windows

2001-05-15 Thread Tom Mathews
This is down to an issue in phpmyadmin (or should that be PhpMyAdmin?). If you create the tables from the MySQL console (or put the create statements in a file and then run this form the console) the case sensitivity will be retained. Tom Paul Meagher wrote: > I am creating tables in Mysql on W

[PHP-WIN] .htaccess

2001-05-15 Thread Matt Hivner
according to the manual (on the web)... "To configure Apache (with the PHP module installed) to PHP-process all the HTML files in a given directory, add the following line to the file ".htaccess" inside the directory: AddType application/x-httpd-php .html .htm It's OK if ".htaccess" contains on

[PHP-WIN] HELP: Print directory structure.

2001-05-15 Thread Alessio Bernesco Làvore
Could someone help me, please? I have to build a recursive function that print to video all the directories (and sub-directories and so on...) names presents in a specified sub-directory on the server. I can't handle that function, please, i'm in panic... Thanks, Alessio. -- PHP Windows M

php-windows Digest 15 May 2001 14:07:43 -0000 Issue 599

2001-05-15 Thread php-windows-digest-help
php-windows Digest 15 May 2001 14:07:43 - Issue 599 Topics (messages 7563 through 7576): Re: Difference between loadmodule and scriptalias 7563 by: Alan Popow Re: *.ini 7564 by: Alan Popow 7565 by: Ignatius Teo 7569 by: jtjohnston 7570 by: Ignatius T

Re: [PHP-WIN] HELP: Print directory structure.

2001-05-15 Thread Keith Ng
In reply to [EMAIL PROTECTED]: > Return-Path: <[EMAIL PROTECTED]> > Received: from toye.php.net (va.php.net [198.186.203.51]) > by cobalt1.intermedia.com.sg (8.10.2/8.10.2) with SMTP id f4FE59Z12111 > for <[EMAIL PROTECTED]>; Tue, 15 May 2001 22:05:09 +0800 > Received: (qmail 1861

RE: [PHP-WIN] HELP: Print directory structure.

2001-05-15 Thread Svensson, B.A.T.
Untested :-) generic algorithm for recursion: PROCEDURE Recurce(a) PROCESS a IF THEN DO ELSE DO Recurce(a) END IF END >-Original Message- >From: Alessio Bernesco L`vore >[mailto:[EMAIL PROTECTED]] >Sent: Tuesday, May 15, 2001 4:10 PM >To: [EMAIL PROTECTED] >Subject: [PH

[PHP-WIN] Can't get XML Parser Class to work

2001-05-15 Thread Steve Dowell
I am very new at using PHP and need some help. I have downloaded several of the pre written XML Parser Classes and can't seem to get any of them to work. They simply don't return any data. I wrote a simple routine that calls the XML Parser and writes the output to the browser and it works fine.

[PHP-WIN] Help with Preg match all (newbie)

2001-05-15 Thread Michael Kelley
Hello all, I'm trying to do a name search from a string containing full names. the format of the names is "Lastname, FirstName" the preg expression I'm using is preg_match_all( "/\b$searchstr.*.,.*/i", $text, $array) This works great if you don't type in the full last name i.e. kelle will return

Re: [PHP-WIN] Help with Preg match all (newbie) I think I got it

2001-05-15 Thread Michael Kelley
Okay a little known fact that I left out ... each of the names has a \n attached to it after the first name. after reading more I found out about the m pattern modifier. my pcre now looks like preg_match_all( "/^$searchstr.*/im", $text, $array) This seems to have gotten it. Thanks anyway

[PHP-WIN] Custom Dll's for php

2001-05-15 Thread Darren
Hi all. I have posted about this on here before but the lack of response implies either my question wasn't clear, nobody knew the answer or everybody ignored me :-) anyway, I will post again. I am a fairly good C/ C++ and php programmer. However I find that php does not have everything I need. ho

Re: [PHP-WIN] Custom Dll's for php

2001-05-15 Thread Cynic
hi there! have you read http://www.zend.com/zend/api.php ? also, you'll get more answers in php-dev@ On Tue, 15 May 2001 +0100, [EMAIL PROTECTED] wrote: > Hi all. I have posted about this on here before but the lack of response > implies either my question wasn't clear, nobody knew the answer o

Re: [PHP-WIN] HELP: Print directory structure.

2001-05-15 Thread Daniel Beulshausen
At 16:10 15.05.2001 +0200, Alessio Bernesco Làvore wrote: >Could someone help me, please? > >I have to build a recursive function that print to video all the directories >(and sub-directories and so on...) names presents in a specified >sub-directory on the server. > >I can't handle that function

[PHP-WIN] REBUILD of PHP

2001-05-15 Thread Joshua Butcher
I do not have Visual C++, but I need a rebuild of PHP to support Graphing, Charting and IMAP functions for my job. Is there someone out there who can do this build for me? Joshua Butcher -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

[PHP-WIN] Trouble loading extension/module under win98

2001-05-15 Thread Michel Meyers
Hi, I have a problem with PHP (both 4.0.4pl1 and 4.0.5) because I try to load the php_gettext.dll extension. Unfortunately all I get is: Unable to load dynamic library 'c:\php\extensions\php_gettext.dll' - One of the library files needed to run this application cannot be found. This happens bo

[PHP-WIN] the /php/pear/DB abstraction

2001-05-15 Thread Dickerson, Monty
Before I had difficulty using the pear/DB database abstraction (which comes with php since 4.04p1 at least) and had asked the list about it; the problem was merely a permissions issue. It works fine, and is documented inline. However, the pear/DB class needs enhancement to better report error me

[PHP-WIN] Running System Commands on NT, how do i gain a persistent connection with the prompt?

2001-05-15 Thread Isaac
PHP4.0.4pl1, Apache 1.3.12 on Windows2000: Hi all, I am trying to run ANT, CVS and a few other command line utils from a PHP web wrapper, the problem is for programs like CVS, there is a login, in other words: from the prompt: "cvs login " cvs returns a request for the password, now, how do i ope

Re: [PHP-WIN] Trouble loading extension/module under win98

2001-05-15 Thread Liquidice
your missing a dll file.. i found that *.dll files.. alot of times require other dlls to function right... what i would do is open the dll file in wordpad then hit ctrl+F (find) and look for ".dll" and write down each *.dll that's referenced in the file. then search for each one on your computer a

Re: [PHP-WIN] *.ini

2001-05-15 Thread John Taylor-Johnston
Hi and thanks, but it won't work on Windows. here is a copy of the problem I sent to its author. If anyone can help or has another class I can try, I would appreciate it. John - I think I have found a bug wi

[PHP-WIN] setting up .phps

2001-05-15 Thread Chris Sano
How do I set up .phps files in windows? I'm running IIS5.0 on win2k. Any help would be appreciated, thanks! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

RE: [PHP-WIN] *.ini

2001-05-15 Thread Ignatius Teo
Actually, it does work under Windows... It's how you've passed the path to it that's the problem. Try t:/cd/test.ini instead of t:\cd\test.ini. If you insist on using the latter form, you need to escape the \ as \\ so it reads t:\\cd\\test.ini Ignatius -Original Message- From: John Ta

Re: [PHP-WIN] Can't get XML Parser Class to work

2001-05-15 Thread Chris Sano
Show me some snippets and I can help.. -c ""Steve Dowell"" <[EMAIL PROTECTED]> wrote in message 9drfhk$cc6$[EMAIL PROTECTED]">news:9drfhk$cc6$[EMAIL PROTECTED]... > I am very new at using PHP and need some help. > > I have downloaded several of the pre written XML Parser Classes and can't > seem

[PHP-WIN] FW: [PHP] Can't connect to mysql after applying MS Hotfix (originally posted to php-general)

2001-05-15 Thread Tyler Longren
The original message was posted to php-general...I got no replies...anybody here know what's up with this? The code that kills inetinfo.exe in Win2k is @ the end of this message. > -Original Message- > From: Tyler Longren [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 3:37 PM >

Re: [PHP-WIN] Anyone: [PHP-WIN] *.ini

2001-05-15 Thread Alan Popow
On Tue, 15 May 2001 02:19:52 -0400, you wrote: >>[StoreData] >>Name=Ben Hurr > >Has anyone a few lines of code that could help read a couple of variables in an >*.ini file? Here's something I did in a hurry. It can be greatly improved, but it appears to work. The class is called IniReader. I put

php-windows Digest 16 May 2001 02:57:34 -0000 Issue 600

2001-05-15 Thread php-windows-digest-help
php-windows Digest 16 May 2001 02:57:34 - Issue 600 Topics (messages 7577 through 7596): Re: Print directory structure. 7577 by: Keith Ng 7578 by: Svensson, B.A.T. 7584 by: Daniel Beulshausen Can't get XML Parser Class to work 7579 by: Steve Dowell 7

[PHP-WIN] Cannot "View Source" via IE browser

2001-05-15 Thread John M
Hi there, Ever since I installed PHP4 on my PC, I cannot "view source" via my IE5 explorer. I get a weird error: "Cannot open the php_submit.php C:\WINDOWS\Temporary Internet Files\Content.IE5\8H2R8DMR\bugs(1).txt file. Make sure a disk is in the drive you specified." For every page I try, the

Nope: [PHP-WIN] *.ini

2001-05-15 Thread jtjohnston
Fair enough. I might ahve thought of that, but ... ?? > It's how you've passed the path to it that's the problem. > Try t:/cd/test.ini instead of t:\cd\test.ini. If you insist on using the > latter form, you need to escape the \ as \\ so it reads t:\\cd\\test.ini > I think I have found a bug wit

Re: [PHP-WIN] *.ini

2001-05-15 Thread jtjohnston
Ignatius, By the by, this never panned out. I'm not convinced it deals with ini files, or at least I never figured out how. However, http://phpclasses.upperdesign.com/browse.html/package/204 seems to do the job, at least on a UNIX. Thanks, John > > Try > > http://www.thewebmasters.net/php/Conf