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
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
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
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
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
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
>
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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-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
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
¥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
30 matches
Mail list logo