Re: [PHP] SESSION problem

2008-08-16 Thread Sabine Richter
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 it. Cheers Sabine tedd schrieb: Hi gang

Re: [PHP] SESSION problem

2008-08-16 Thread Sabine Richter
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

Re: [PHP] SESSION problem

2008-08-16 Thread Sabine Richter
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

Re: [PHP] SESSION problem

2008-08-16 Thread Sabine Richter
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

[PHP] Post-Vars doubled / corrupted

2005-12-15 Thread Sabine
-Version is 4.3.11 Does anybody else have an idea? Thank you in advance Sabine A simple testcase: ?php echo Post:; var_dump($_POST); ? html body form id=formular action=?=$_SERVER['PHP_SELF'] ? method=post ul id=colors liinput class=buttons name=colors[] id

Re: [PHP] selfreferencing script with output

2005-09-25 Thread Sabine
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 php-general@lists.php.net Sent: Sunday, September 25, 2005 12:13 AM Subject: Re: [PHP] selfreferencing script

Re: [PHP] selfreferencing script with output

2005-09-25 Thread Sabine
will be 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't

Re: [PHP] selfreferencing script with output

2005-09-24 Thread Sabine
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 have 2 scripts

Re: [PHP] selfreferencing script with output

2005-09-24 Thread Sabine
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 - From

[PHP] selfreferencing script with output

2005-09-23 Thread Sabine
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 your answers Sabine -- PHP General Mailing List

[PHP] Assign values in foreach-loop

2005-09-07 Thread Sabine
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 answers Sabine -- PHP General Mailing List (http://www.php.net

[PHP] Assign values in foreach-loop: Problem solved

2005-09-07 Thread Sabine
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: [EMAIL

Re: [PHP] Assign values in foreach-loop

2005-09-07 Thread Sabine
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 php-general@lists.php.net Sent: Wednesday, September 07, 2005 7:14 PM Subject

Re: [PHP] [really O T] Re: [PHP] Catching all errors and redirecting O T

2005-08-25 Thread Sabine
Jochem Maas schrieb: Sabine wrote: But pity for female germans asking stupid questions and mingling english with german? ;-) of course :-) humour not-aimed-at=idiots, sheep you might as well know that soon John Nichel will take over the world and outlaw political correctness. this means

[PHP] Problem mit PEAR-Package Log

2005-08-19 Thread Sabine
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

[Fwd: Re: [PHP] DB access and sessions]

2005-08-18 Thread Sabine
Uups, forgot to send my answer to Bret to the list too. Sabine ---BeginMessage--- 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, I'll

[PHP] Session-problem? Simple counter won't work

2005-08-09 Thread Sabine
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

Re: [PHP] re: blank page with PHP

2005-08-09 Thread Sabine
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

[PHP] lack of understanding of sessions

2005-08-08 Thread Sabine
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

[PHP] PHP 4.0.6 documentation

2005-08-05 Thread Sabine
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 unsubscribe