Try to configure the PHP.INI file with a handy program like PHPconfig from
AnalogX http://www.analogx.com, you find it underneath - software - network
utilities-
most likely you have set extra .dll's enabled with which the PHP version on
your machine does not work.
I run Windows 98 1st edition and
Hi NG.
I just wanted to know if anyone could tell me how and where i can set
autocommit = 0 for my mysqld-max. I want this setting for all queries, how
and where do I do this?
Can I set it for the whole server so nothing happens with
(update,delete,insert) unless I use begin and commit?
Please h
This doesn't seem to have gone through, so here it is again.
Shane
- Original Message -
From: "Shane Caraveo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, March 17, 2002 9:01 PM
Subject: FastCGI ISAPI/NSAPI Update
> An update with several important f
try making this change::(i think the error was being generated my the use of
the cancatenation operator with and empty variable.
$myLine = " ";
while(!feof($myFile)) {
$myLine.=fgets($myFile,255);
}
fclose($myFile);
>From: "Leo Sten" <[EMAIL PROTECTED]>
>To: "Dan Zarrella" <[EMAIL PROTECTE
You should check your error logs after getting the server not found error.
There will frequently be PHP error messages stored in there that might help
discern the problem. You can also set "checkpoints" in your code that write
out "Passed this part, passed this part, etc" to a temporary debugging
ok register globals is on, i can't see anything else of the top of my head,
can you paste the line that php is giving and error and the error message in
one or two of the scripts so that i can see what is throwing the error.
>From: "Leo Sten" <[EMAIL PROTECTED]>
>To: "Dan Zarrella" <[EMAIL PRO
create a file that says only this:
//start
//end
then copy and paste the first section.
_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
PHP Windows Mailing List (http://www.php.net/)
To
have you checked things like register_globals since the default settings
have changed in the new version of php, paste your settings please -dan
_
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--
PHP Windo
I've seen this a few times, mostly having to do with arrays and thier
indexes, namely associative arrays. $foo[bar]; is enough to cause that
error, it should be $foo['bar']; try that. -dan
_
Chat with friends online, try MSN Messen
Hello!
I have just installed php4 on my server, I'm running IIS on windows 2000.
When I run some scripts that I know work on other servers I get the error:
"Warning: Use of undefined constant" and then the constant name etc.
Please help me!
Best Regards/
Leo Sten
--
PHP Windows Mailing List (
At 03:58 PM 3/18/2002 +0100, Martin wrote:
>Hmm I have registred the Session $Namn
>by the following snippet:
>
><< File1 >>
>session_register("Namn");
>$Namn = "sweden";
>echo"ett litet test med sessioner";
>?>
Should there be a session_start() here? You have session.auto_start set to
0 in you
Hmm I have registred the Session $Namn
by the following snippet:
<< File1 >>
And when I goes to:
<< File2 >>
Nothings happening...
My Session in php.ini looks like this:
[Session]
; Handler used to store/retrieve data.
session.save_handler = files
; Argument passed to save_handler. In the
php-windows Digest 18 Mar 2002 11:55:05 - Issue 1052
Topics (messages 12668 through 12670):
Re: How do you install PHP on Win98 with PWS?
12668 by: Keith Hughes
Error after installation
12669 by: Erik Pepping
Sessions
12670 by: Alberto. Sartori
Administrivia:
To
Hi guys, as you know the php session are stored in a little file on the server. But
like ASP, is there a way to store them in the memory of the server? Thanks to all
Best regards, Alb
Alberto Sartori - Developer
Hard Programming Dep.
--
PHP Windows Mailing List (http://www.php.net/)
To unsu
14 matches
Mail list logo