php-windows Digest 15 May 2001 01:46:00 -0000 Issue 598
Topics (messages 7539 through 7562):
Re: Installation of Apache & PHP4 on Windows
7539 by: Julie Meloni
mysql
7540 by: Germán A
7541 by: Cynic
7544 by: Johannes Janson
Re: Exec and IIS
7542 by: Alain Samoun
PHP/Oracle/Web Server Setup Question
7543 by: Woods Ron Contr SA-ALC/FMIS
Re: Php4.0.4 Installation on Win98 for Apache 1.3.19
7545 by: m.aprea
7559 by: Alan Popow
Case issue with Mysql on windows
7546 by: Paul Meagher
[PHP/4.0.5] Problem with session
7547 by: Christian Ribeaud
mssql_connect
7548 by: Carlos Andre Marques Moreira
7553 by: Svensson, B.A.T.
7554 by: Carlos Andre Marques Moreira
7555 by: Svensson, B.A.T.
Testing php files on windows?
7549 by: Geoff
7550 by: Johannes Janson
7552 by: Jerry Huffman
Testing php in Win2000?
7551 by: Geoff
PHP/mySQL
7556 by: Henning Solberg
Re: Jump to other url...
7557 by: Liquidice
*.ini
7558 by: John Taylor-Johnston
7560 by: Alan Popow
7562 by: John Taylor-Johnston
Difference between loadmodule and scriptalias
7561 by: Lars Eirik Rønning
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
Rachel Baillie wrote:
> I recently brought the book PHP fast & east web development. I am having problems
>trying to run PHP and an Apache Server on Windows. I have Windows ME.
>
> It was suggested to me that I had a spelling mistake. I am not sure where that would
>be as I have followed the instructions in the book very carefully. It was suggested
>that I should correct the spelling mistake while in Apache but I received the
>following message.
>
> APACHE.EXE: cannot determine local host name.
> Use the ServerName directive to set it manually.
>
> I am not sure how to read and then fix the error. Are there any names other than
>"localhost" that might recognise the local software for Windows ME.
>
> Thank you for your suggestions.
>
> Rachel Baillie
There is a place in httpd.conf that says:
#ServerName new.host.name
or something along those lines.
It should be:
ServerName localhost
Or, some actual host+domain name that your computer is called and
recognized as in DNS.
Save httpd.conf.
Restart Apache.
--
+----------------------------------------+
| Julie Meloni ([EMAIL PROTECTED]) |
| |
| "PHP Essentials" and "PHP Fast & Easy" |
| http://www.thickbook.com |
+----------------------------------------+
who to add record in my mysql database? please helpme
Hi German,
you don't expect the list to do your homework for you, do you?
RTFM: http://php.net/manual/en/html/ref.mysql.html.
Then, if you get into problems, post you exact problem along
with the code that doesn't work AND the exact error message
you get, plus any other possibly useful info, like whether
the same query works from the commandline mysql client, etc.
At 16:35 14.5. 2001, Germán A wrote the following:
--------------------------------------------------------------
>who to add record in my mysql database? please helpme
------end of quote------
[EMAIL PROTECTED]
-------------
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
- Book of Installation chapt 3 sec 7
Hi,
aside from the PHP manual metioned by Cynic look at the
MySQL manual:
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#INS
ERT
Johannes
""Germán A"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9doqac$mf5$[EMAIL PROTECTED]">news:9doqac$mf5$[EMAIL PROTECTED]...
> who to add record in my mysql database? please helpme
>
>
>
> --
> 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 PROTECTED]
>
Exec doesn't work in win32, wait for php4.06 where apparently it has been
fixed. (See www.php4win.de for a prerelease).
Alain
On Mon, May 14, 2001 at 06:00:12AM -0700, Nick Howard wrote:
> Hello,
>
> I feel like I'm beating a dead horse (I think that's
> the saying), but I'm having trouble with IIS and exec.
> I've read everything I can find on the subject, but
> I'm still unclear on a few things. What I want to do
> is fairly simple. Basically, some user will come to my
> page and select an option from a dropdown box. Their
> selection will be entered into a database. Then I
> would like to start an exe.
>
> When I go to the php page that has the exec command I
> never get the output. When I look at the server I can
> see my exe in the task manager, but it never ends and
> the program is not open on the desktop. If I run it
> again, the exe again shows up in the task manager, but
> again it does not end. I cannot manually end the
> process either. Any thoughts or suggestions? I really
> appreciate any help, this has been driving me nuts.
>
> Thanks,
> Nick
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> --
> 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 PROTECTED]
Title: GAI
I'm trying to
setup PHP/Oracle scripts with PHP running on WinNT 4.0 and Oracle running
on Solaris 8.
The problem I am having, I believe, is
giving our Netscape Enterprise Server the proper paths to the Oracle files that
seem to come automatically to the IIS server.
When I run a test connection script
thru the IIS server I can connect without a problem. However, when I run the same
script thru the Netscape Server the browser never receives any output. I've added the ORACLE_HOME, ORACLE_SID
and TNS_ADMIN paths to the globals of the Netscape server. Can you think of
any other parameters I need?
Thanks,
Ron
Woods/GAI
Sr. Software Engineer
1777 N.E. Loop 410
Suite 600
San Antonio, TX 78217
Tel: 210-820-2615
Fax: 210-832-0487
|
Hi Alan,
What is the utility of the file php.ini if i can now work with php4
without it ?
And into the httpd.cong file of Apache what is the utility of adding
the row:
LoadModule php4_module c:/Webshare/Scripts/php/sapi/php4apache.dll
if php4 is loaded automatically by Apache from c: ?
I solved my problem after following some advices only reinstalling
PHP on drive c:
I installed PHP into:
c:\Webshare\Scripts\php
I think that there is a bug. PHP4.0.4EasyWindows works fine only if
installed in C. All the parameterizations that is possible to do, have
effect only if PHP is installed into C. Furthermore the file php.ini
can be omitted: all works fine.
Bye.
Thank you for being been a nice interlocutor and for its positive
effect for my problem solving.
Bye
Alan Popow wrote:
> On Sun, 13 May 2001 22:54:42 +0200, you wrote:
>
> I assume you set up an alias (scriptalias probably) in your httpd.conf file.
> Have you tried running the test.php by using the url:
>
> http://localhost/php/test.php
>
> Or, if your alias is /php4/, then:
>
> http://localhost/php4/test.php
>
> If that doesn't work, then I can't really see what you might be doing wrong.
> If you like, send my your httpd.conf and your php.ini and I'll take a look
> at them (no guarantees, though).
>
> Alan
>
> >Hi Alan
> >Thank you, but i have not yet resolved the problem, even if i reduced it.
> >So, i follewed what you said to me about doc_root. Furthermore i became
> >aware of one my mistake: i put inside the file httpd.conf of Apache the row
> >
> >Port 3000
> >
> >that is wrong. This is right
> >
> >Port 80
> >
> >So Apache works fine.
> >I did the change inside the file php.ini that is placed into C:\Windows.
> >So I have:
> >doc_root=D:\Inetpub\Scripts\Php;
> >
> >and Document_root of Apache is:
> >D:\programs\Apache Groups\Apache
> >If i call http://localhost/ then i see the home page,
> >if i call http://localhost/test.php then the brouser goes into a waiting
> >state. I read in the low bar:
> >Connect: host localhost contacted.Waiting for replay.
> >The file test.php, coming with PHP, i put into
> >D:\Inetpub\Scripts and also into D:\Inetpub\Scripts\PHP. If i do CTRL+ALT+CANC i
> >see PHP
> >in the list of processes PHP so i deduce thai PHPm is running, but the
> >brouser stays waiting.
> >Thank you for your kindness, but i still need help for solving this problem.
> >Thank you in advance.
> >
> >
> >Alan Popow wrote:
> >
> >> On Sun, 13 May 2001 02:03:45 +0200, you wrote:
> >>
> >> I haven't tried running easywindows installer, so I'm just winging it here
> >> ignoring whatever the installer might be changing from defaults (though I
> >> doubt it changes the httpd.conf file defaults).
> >>
> >> Remember that apache thinks by default that the document root is at
> >> ....../apache/htdocs, and if you are using the normal iis setup, then your
> >> index.html is likely not there. In the httpd.conf file, make sure that the
> >> document root is pointing to the right place.
> >>
> >> Then, assuming you added the appropriate lines to Apache's httpd.conf file,
> >> open up your php.ini and make sure that the doc_root path points to where
> >> your scripts are.
> >>
> >> ie: doc_root = "d:\inetpub\scripts\php" (if that's where they are - in other
> >> words, where is test.php located).
> >>
> >> Alan
> >>
> >> >Hello everyone
> >> >I am trying to install PHP4 with Apache 1.3.19 following the procedure
> >> >that I see
> >> > in http://php.weblogs.com/easywindows using the
> >> > PHP4.0.4easywindows Installer. There is also a mistake,
> >> > "C:/inetpub/scripts/php/" is wrong, "D:/inetpub/scripts/php/" is right
> >> >.
> >> >However, when I run Apache and call http://localhost/ i don't see the
> >> >home page index.html,
> >> >furthermore if I call test.php with http://localhost/test.php
> >> >i don't see any page. In both cases I have a file not found messagge.
> >> >Can someone explain this behavior. I would like to use PHP with
> >> >Apache on Win98. How do i do ? Can someone help me?
> >> >thank you in advance
> >>
> >> --
> >> 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 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 PROTECTED]
On Mon, 14 May 2001 18:16:08 +0200, you wrote:
>Hi Alan,
>
>What is the utility of the file php.ini if i can now work with php4
>without it ?
Certainly you can run php without the ini file, but then everything goes to
default. If you want to set your own parameters for php, then you need the
.ini file. For example, if you want to load the interbase dll when php runs,
then you need to use the 'extension=' line in the ini file. You can, if you
want, load it later in code, but the ini file will make sure it gets loaded
right at the top. Without the ini file, you have no other choice than to do
it all in code.
>And into the httpd.cong file of Apache what is the utility of adding
>the row:
>LoadModule php4_module c:/Webshare/Scripts/php/sapi/php4apache.dll
There is no reason to add the loadmodule line (that I know of) if you are
using the scriptalias wording. It's an 'either/or' thing. As for myself, I'm
using the loadmodule method rather than the scriptalias method. My php.ini
sits in the windows directory, and is used properly by php. I run the
extension directory from under the php directory, and I have an alias (not a
scriptalias) set up in httpd.conf that tells apache where the php scripts
are. Everything seems to be working as it should.
>if php4 is loaded automatically by Apache from c: ?
Apache only loads php if it is told to do so. Either 'loadmodule', or
scriptalias. The way I understand it is that if you use the loadmodule line,
php is loaded when apache starts up. The other way, I it loads when it's
needed (guesswork, really, on my part).
>I solved my problem after following some advices only reinstalling
>PHP on drive c:
>I installed PHP into:
>
>c:\Webshare\Scripts\php
>
>I think that there is a bug. PHP4.0.4EasyWindows works fine only if
Sounds to me like easywindows is more trouble than it's worth.
>Thank you for being been a nice interlocutor and for its positive
>effect for my problem solving.
My pleasure. Truth is, I'm pretty new to php myself, and I ran into problems
getting it set up too - doing it on my own and trying to get it running a
little differently than the docs suggested. I think I understand it a bit
better now, and I've got it set up so that I can run it under either Apache
or PWS without having to do anything other than bring up the right server.
I wish I'd discovered this mailing list a bit sooner myself.
Alan
>Alan Popow wrote:
>
>> On Sun, 13 May 2001 22:54:42 +0200, you wrote:
>>
>> I assume you set up an alias (scriptalias probably) in your httpd.conf file.
>> Have you tried running the test.php by using the url:
>>
>> http://localhost/php/test.php
>>
>> Or, if your alias is /php4/, then:
>>
>> http://localhost/php4/test.php
>>
>> If that doesn't work, then I can't really see what you might be doing wrong.
>> If you like, send my your httpd.conf and your php.ini and I'll take a look
>> at them (no guarantees, though).
>>
>> Alan
>>
>> >Hi Alan
>> >Thank you, but i have not yet resolved the problem, even if i reduced it.
>> >So, i follewed what you said to me about doc_root. Furthermore i became
>> >aware of one my mistake: i put inside the file httpd.conf of Apache the row
>> >
>> >Port 3000
>> >
>> >that is wrong. This is right
>> >
>> >Port 80
>> >
>> >So Apache works fine.
>> >I did the change inside the file php.ini that is placed into C:\Windows.
>> >So I have:
>> >doc_root=D:\Inetpub\Scripts\Php;
>> >
>> >and Document_root of Apache is:
>> >D:\programs\Apache Groups\Apache
>> >If i call http://localhost/ then i see the home page,
>> >if i call http://localhost/test.php then the brouser goes into a waiting
>> >state. I read in the low bar:
>> >Connect: host localhost contacted.Waiting for replay.
>> >The file test.php, coming with PHP, i put into
>> >D:\Inetpub\Scripts and also into D:\Inetpub\Scripts\PHP. If i do CTRL+ALT+CANC i
>> >see PHP
>> >in the list of processes PHP so i deduce thai PHPm is running, but the
>> >brouser stays waiting.
>> >Thank you for your kindness, but i still need help for solving this problem.
>> >Thank you in advance.
>> >
>> >
>> >Alan Popow wrote:
>> >
>> >> On Sun, 13 May 2001 02:03:45 +0200, you wrote:
>> >>
>> >> I haven't tried running easywindows installer, so I'm just winging it here
>> >> ignoring whatever the installer might be changing from defaults (though I
>> >> doubt it changes the httpd.conf file defaults).
>> >>
>> >> Remember that apache thinks by default that the document root is at
>> >> ....../apache/htdocs, and if you are using the normal iis setup, then your
>> >> index.html is likely not there. In the httpd.conf file, make sure that the
>> >> document root is pointing to the right place.
>> >>
>> >> Then, assuming you added the appropriate lines to Apache's httpd.conf file,
>> >> open up your php.ini and make sure that the doc_root path points to where
>> >> your scripts are.
>> >>
>> >> ie: doc_root = "d:\inetpub\scripts\php" (if that's where they are - in other
>> >> words, where is test.php located).
>> >>
>> >> Alan
>> >>
>> >> >Hello everyone
>> >> >I am trying to install PHP4 with Apache 1.3.19 following the procedure
>> >> >that I see
>> >> > in http://php.weblogs.com/easywindows using the
>> >> > PHP4.0.4easywindows Installer. There is also a mistake,
>> >> > "C:/inetpub/scripts/php/" is wrong, "D:/inetpub/scripts/php/" is right
>> >> >.
>> >> >However, when I run Apache and call http://localhost/ i don't see the
>> >> >home page index.html,
>> >> >furthermore if I call test.php with http://localhost/test.php
>> >> >i don't see any page. In both cases I have a file not found messagge.
>> >> >Can someone explain this behavior. I would like to use PHP with
>> >> >Apache on Win98. How do i do ? Can someone help me?
>> >> >thank you in advance
>> >>
>> >> --
>> >> 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 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 PROTECTED]
I am creating tables in Mysql on Windows.
I like to capitalize the first letter of my table names.
When I use phpMyAdmin to create these tables, the capitalization of the
first letter is lost (everything is lower case).
I am using MySQL 3.23.28-gamma
Does anyone else have this issue and is there any way to enforce case
sensitivity in Table names?
Regards,
Paul Meagher
Hi,
I would like to know what is wrong with the code below.
The following code will be included on every page with the include
command.
The variable $language does not seem to be registered at all. it should
be registered
again on every page. Why this? On the php.ini register_globals is "off"
and session.auto_start is "0".
Any help would be gratefully appreciated. Thanks and have a nice day,
christian
-------------------------------- code --------------------------------
session_name("Apache");
if (apache_note("Cookie")) {
session_id(apache_note("Cookie"));
}
session_start();
if (session_is_registered("language")) {
$language = ($HTTP_GET_VARS["language"])?
$HTTP_GET_VARS["language"]:
$HTTP_SESSION_VARS["language"];
} else {
session_register("language");
$language = $HTTP_GET_VARS["language"]?
$HTTP_GET_VARS["language"]:
"d";
}
$HTTP_SESSION_VARS["language"] = $language;
-------------------------------- code --------------------------------
Hi all,
I have the following configuration:
winnt + apache + php4.0.4 called let's say server1.domain.com and one with
winnt + MS SQL Server 7.0 called server2.domain.com and a third machine with
win200 + iis + php3.0.15 + MS SQL Server 7.0 called server3.domain.com on
server3 the SQL Server is called server3
I have a script in server1 trying to access the sql server in server2 using
this:
$conn_id = mssql_connect("server2.domain.com","login","password") or
die("Erro de Conexão!");
and i get the following message:
Warning:MS SQL: Unable to connect to server: server2.domain.com
I though the login and/or password were wrong, but the administrator of
server1 and server2 said it is right.
When the script were on server3 things were going right and i used:
$conn_id = mssql_connect("server3","login","password") or die("Erro de
Conexão!");
Is this clear?
In Short, i want to connect to a sql server on a remote machine, can anyone
give me some help?
Carlos André Marques Moreira
[EMAIL PROTECTED]
Bolsista CNPq / RHAE
SENAI-CE/CETAE
2001 Ano Internacional do Voluntário
[...]
>Warning:MS SQL: Unable to connect to server: server2.domain.com
Just grabbing in the air (since there are few hints about the
problem): but are you using named pipes or TCP/IP? Are you
allowed to communicate over the network with the protocol
you are using?
Well, i just don't know.
While programming, scripts were on server3, there i have iis + sql 7. There
i just used mssql_connect("server3","login","password") where server3 is the
name of the sql server on server3 machine, and server3 is the connection
parameter associated with multiprotocol shown by the SQL Server Network
utility.
When connecting to a remote machine i thought i would only put
server2.domain.com + login + password
How could i make a connection using tcp/ip or named pipes? Which one is
better?
For TCP/IP it is just server2.domain.com:PORT ? I'll ask what's the port
being used.
With the SQL Server Enterprise Manager i could make a connection from
server3 to server2 just by using server2.domain.com and then providing the
login + password i used on the mssql_connect function
Thanks.
Carlos André Marques Moreira
[EMAIL PROTECTED]
Bolsista CNPq / RHAE
SENAI-CE/CETAE
2001 Ano Internacional do Voluntário
-----Original Message-----
From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]]
Sent: segunda-feira, 14 de maio de 2001 16:46
To: Carlos Andre Marques Moreira; '[EMAIL PROTECTED]'
Subject: RE: [PHP-WIN] mssql_connect
[...]
>Warning:MS SQL: Unable to connect to server: server2.domain.com
Just grabbing in the air (since there are few hints about the
problem): but are you using named pipes or TCP/IP? Are you
allowed to communicate over the network with the protocol
you are using?
>How could i make a connection using tcp/ip or named pipes?
Are you using ODBC?
>Which one is better?
It depends on how you define "best"...
How do I test my .php files in windows2000?
I run it in explorer and it gives me a blank screen. I try to test it in DW4
and it gives me a blank screen.
The only way I can do it now is by uploading to my server and testing it
online.
I use Dreamweaver 4 for my coding.
Also, where can I find good newbie tutorials? I'm really interested in
getting some online databases going and have VB/Delphi/C experience.
cheers...
- Geoff
Hi,
> The only way I can do it now is by uploading to my server and testing it
> online.
Well you use IIS which is part of win2k or get Apache or Xitami. Then you'll
have to get the PHP binaries and there you go.
>
> I use Dreamweaver 4 for my coding.
There are various editors for php.
http://www.soysal.com/PHPEd
www.ultraedit.com
or just go to:
http://www.php.net/links.php here you'll find useful links.
hope it helps
Johannes
Geoff,
I am not sure why it works, but I can click on a .php file in Windows
Explorer and it is parsed and displayed in Internet Explorer almost like any
other HTML file.
In general, though, I edit and modify all my files in a directory like
"C:\home\httpd\html" on my windows box so that any directory references in
the code will work with a "/home/httpd/html" path on a target Linux server.
I use Apache for Win 32. www.apache.org and set it up to use these same
directoies.
The more recent versions of Apache for Window work real nice.
As far as database stuff goes, I use MySQL almost exclusively with PHP.
I have it set up with phpMyAdmin under Apache and MyODBC with Microsoft
Access for a more user friendly means of accessing the data.
I have used Microsoft Access and SQL Server with PHP but MySQL works very
well and is more portable and free.
As far as, tutorials, I found that looking at sample code from places like
www.hotscripts.com and reviewing the documentation to be the most helpful.
PHP is straight forward enough that you do not have to get bulked up with
books before you can start coding.
I only own one PHP book, which I have only read portions of.
With PHP just dive in with some of these free downloads installed and some
sample code.
I have found it to be a much more productive environment than ASP with VB
and VC++ or other options out there.
Sincerely, Jerry
----- Original Message -----
From: "Geoff" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 14, 2001 3:18 PM
Subject: [PHP-WIN] Testing php files on windows?
> How do I test my .php files in windows2000?
>
> I run it in explorer and it gives me a blank screen. I try to test it in
DW4
> and it gives me a blank screen.
>
> The only way I can do it now is by uploading to my server and testing it
> online.
>
> I use Dreamweaver 4 for my coding.
>
> Also, where can I find good newbie tutorials? I'm really interested in
> getting some online databases going and have VB/Delphi/C experience.
>
> cheers...
>
> - Geoff
>
>
>
> --
> 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 PROTECTED]
How do I test my .php files in windows2000?
I run it in explorer and it gives me a blank screen. I try to test it in DW4
and it gives me a blank screen.
The only way I can do it now is by uploading to my server and testing it
online.
I use Dreamweaver 4 for my coding.
Also, where can I find good newbie tutorials? I'm really interested in
getting some online databases going and have VB/Delphi/C experience.
cheers...
- Geoff
Can Someone help me?
I need some easy to understand php-script
one shall put data in a mySQL database
another shall delete posts
and the third shall read from the database
Thanks:
REG.
Henning
i normaly use:
header("Location: http://www.yahoo.com");
is that what you want ?
""Germán A"" <[EMAIL PROTECTED]> wrote in message
9dogpk$l7k$[EMAIL PROTECTED]">news:9dogpk$l7k$[EMAIL PROTECTED]...
> How to jump to other URL with php
>
> With Javascript i'm use location.href="target.html"
>
> please help me....
>
>
>
> --
> 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 PROTECTED]
>
How can I read the contents of an *.ini file?
Is there an example kicking around that I did not see?
Thanks,
John
--
John Taylor-Johnston
Langues Modernes
poste 289
On Mon, 14 May 2001 18:30:48 -0400, you wrote:
A *.ini file is just a common garden variety text file. Read it however you
read any other text file.
Alan
>How can I read the contents of an *.ini file?
>Is there an example kicking around that I did not see?
>
>Thanks,
>
>John
>
>--
>John Taylor-Johnston
>Langues Modernes
>poste 289
There is no procedure in place, no one has created a module to ... to read ...
say ...
[StoreData]
Name=Ben Hurr
Not that I'm going to go Perling just for this, but ...
??
John
Alan Popow a écrit :
> On Mon, 14 May 2001 18:30:48 -0400, you wrote:
>
> A *.ini file is just a common garden variety text file. Read it however you
> read any other text file.
>
> Alan
>
> >How can I read the contents of an *.ini file?
> >Is there an example kicking around that I did not see?
> >
> >Thanks,
> >
> >John
> >
> >--
> >John Taylor-Johnston
> >Langues Modernes
> >poste 289
>
> --
> 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 PROTECTED]
--
John Taylor-Johnston
Langues Modernes
poste 289
I was wondering if somone could give me a quick explanation on the
difference between the loadmodule and the scriptalias when you set up php
with Apache.
As far i know i have both included in my configuration file..
Thanks alot
Lars