Hello to all,
may anybody give me a tip where to find a documentation for 4.0.6?
Perhaps I'm a little bit blind, but I don't find it.
Unfortunatedly I have to develop an application on this release.
Thanks for your help
Sabine
--
PHP General Mailing List (http://www.php.net/)
To u
the var seems to be empty, too. Why?
I don't want to make use of the register_globals on, so think I should
prefer the HTTP_SESSION_VARS-part.
But what do I get wrong?
It would be very, very nice of you to explain it to me or to give me a
tip where to read more to approach my understanding.
Thank you in advance
Sabine
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nice of you to give me some tips. I don't want to ask
my customer silly questions.
Thanks in advance
Sabine
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Bruce,
the error_reporting level in your php.ini is set to 81, that means only
a few sorts of errors will be shown on your site. Even parse-errors are
hidden.
But you can set it to a different level in your script.
Have a look at error_reporting in the manual.
Best regards
Sabine
Bruce
Uups, forgot to send my answer to Bret to the list too.
Sabine
--- Begin Message ---
Hello Bret,
I think Terences solution is good, if you have a lot of concurrency on
your documents.
But if the concurrency is less and it is unlikely that 2 people edit the
same document at the same time
27;%d.%m.%Y %H:%M:%s'
);
$logger = &LOG::factory('file', './../files/logtest.txt', 'wat dat?');
$logger->open();
$res = $logger->getMask();
-->Fatal error: Call to undefined function: getmask() in
/myscriptpath/logger.php on line 48
Thank you very much in advance
Sabine
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jochem Maas schrieb:
Sabine wrote:
But pity for female germans asking stupid questions and mingling
english with german? ;-)
of course :-)
you might as well know that soon John Nichel will take over the world
and outlaw political correctness. this means we can soon start to take a
= true;
}
}
}
I think $arr1 is only a temp-var, so the assignment won't reflect on
$_SESSION['arr1'] . Is that right?
Surely I can do it with a for-loop, but those arrays are a bit complex
and a foreach would be much easier to read.
Thanks in advance for your ans
Thanks a lot for your fast answers,
I'll do it like -TG and Jordan in his last post suggested!
Sabine
Original-Nachricht
Betreff:[PHP] Assign values in foreach-loop
Datum: Wed, 07 Sep 2005 19:14:40 +0200
Von:Sabine <[EMAIL PROTECTED]>
Antwort an:
Thanks, Gustav for your answer.
I already solved my problem (see below) with help of other members of
the list.
Gustav Wiberg schrieb:
- Original Message - From: "Sabine" <[EMAIL PROTECTED]>
To: "PHP general"
Sent: Wednesday, September 07, 2005 7:14 PM
Su
e a statusbar (eventually
with pear's Html_Progress) or something like that so he knows the script
is still working.
Has anybody of you an idea, a tip for me how to do it?
I don't see how I can do it within the construct above.
Is there an alternative to it?
Thanks in advance for yo
Thank you very much for your answer, Rory,
but I fear I don't understand the most important parts of it.
It would be very nice of you if you could give me a further hint, more
explanation.
Rory Browne schrieb:
On 9/23/05, Sabine <[EMAIL PROTECTED]> wrote:
Hello to all,
I hav
after it.
Best regards
Sabine
P.S.: I played around with PEARs HTML_Progress. It's really worth
trying. The user doc on Laurent Lavilles page provides a lot of
explanation and examples. (http://pear.laurent-laville.org/HTML_Progress/).
Gustav Wiberg schrieb:
- Original Message
't be necessary to do a selfreferencing script.
Have a nice sunday
Sabine
Gustav Wiberg schrieb:
- Original Message - From: "Silvio Porcellana" <[EMAIL PROTECTED]>
To: "PHP general"
Sent: Sunday, September 25, 2005 12:13 AM
Subject: Re: [PHP] selfreferencin
sufficient for
the task.
I have to check out the circumstances of the productive machine.
But I will surely have a closer look on the AJAX approach later.
Thanks again and have a nice sunday
Sabine
Silvio Porcellana schrieb:
Sabine wrote:
Thanks for your answer, Gustav,
now I see I didn
-Version is 4.3.11
Does anybody else have an idea?
Thank you in advance
Sabine
A simple testcase:
method="post">
type="checkbox" value="1" title="chose color" />for="id1">red
type
u can use your numeric keys in script 1.
I tried with other Superglobals like $_POST and $_COOKIE and they seem
to accept numeric variable names.
So, is that a php bug?
But as the docu says "A valid variable name starts with a letter or
underscore", I think you can not complain about i
Hello Tedd,
tedd schrieb:
At 2:09 PM +0200 8/16/08, Sabine Richter wrote:
Hello Tedd,
it seems to be a naming problem. You may not use a numeric value for a
variable name to store in $_SESSION.
By assigning it to $_SESSION, you get a
Notice: Unknown: Skipping numeric key 1 in Unknown on
Hi Tedd,
tedd schrieb:
At 2:45 PM +0200 8/16/08, Sabine Richter wrote:
Yes, our mails overlaped each other (Do you say that in english? My
english is not the best.)
Sabine:
Your English is fine -- much better than my de for certain.
Thanks :-)
By the way: I tried your initial code and I
tedd schrieb:
Sabine:
I understand the problem now.
But to get to my basic question to you, namely using this link:
http://www.webbytedd.com/b2/session-test1/index.php
-- does SESSION[20] and SESSION[test2] show anything in the second step
(Step 2) or are the results blank?
Oh, ok
20 matches
Mail list logo