- Original Message -
From:
To: "'Jim Giner'" ;
Sent: Tuesday, August 02, 2011 6:01 PM
Subject: RE: [PHP] Re: testing
I was thinking the same thing I have none myself.
Your response did show up in my newsgroup. But that's the first since the
26th.
--
PHP General Mailing List
> -Original Message-
> From: Jim Giner [mailto:jim.gi...@albanyhandball.com]
> Sent: Tuesday, August 02, 2011 5:25 PM
> To: php-general@lists.php.net
> Subject: [PHP] Re: testing
>
>
> ""Jim Giner"" wrote in message
> news:6d.60.30104.5b968...@pb1.pair.com...
> > Don't seem to be getting
""Jim Giner"" wrote in message
news:6d.60.30104.5b968...@pb1.pair.com...
> Don't seem to be getting any feeds thru the newsgroup mirror(?).
>
Ok - this showed up in my OE newsgroup, but OE still shows 36 more messages
in php.general that I haven't/can't seem to retrieve. Is something wrong
wi
Don't seem to be getting any feeds thru the newsgroup mirror(?).
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
BTW,why my previous post was rejected by the mail server as spam?
all right,Richard.i pretty agree with you and always think that NOT 'many'
but ALL languages should have Variety Scope.
And i do not want access the ALL variety in any function/page,as you said,
that's poor design.
I just feel a bit surprise that the function can not access the variety
which loca
Jônatas Zechim wrote:
Hi..
You need to use $_FILES (
http://php.net/manual/pt_BR/reserved.variables.files.php)
Regards,
Jônatas Zechim
Thanks guys.
Donovan
--
D Brooke
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Tue, 2011-08-02 at 10:04 -0500, Donovan Brooke wrote:
> Hello!,
>
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
>
> ---form--
>
>
>
>
>
>
> ---endform--
>
> --index.php--
>
> --/index.php--
>
>
>
>
> The result I
On 2 August 2011 16:11, Richard Quadling wrote:
> On 2 August 2011 16:04, Donovan Brooke wrote:
>> Hello!,
>>
>> I must not be understanding something as I would expect 'f_file'
>> to show up in the print_r below.:
>>
>> ---form--
>>
>>
>>
>>
>>
>>
>> ---endform--
>>
>> --index.php--
>>
On 2 August 2011 16:04, Donovan Brooke wrote:
> Hello!,
>
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
>
> ---form--
>
>
>
>
>
>
> ---endform--
>
> --index.php--
>
> --/index.php--
>
>
>
>
> The result I get is:
>
>
On 08/02/2011 10:04 AM, Donovan Brooke wrote:
> Hello!,
>
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
>
> ---form--
>
>
>
>
>
>
> ---endform--
>
> --index.php--
>
> --/index.php--
>
>
>
>
> The result I get is:
> -
Le 02/08/2011 17:04, Donovan Brooke a écrit :
Hello!,
I must not be understanding something as I would expect 'f_file'
to show up in the print_r below.:
--index.php--
--/index.php--
try *:
*
;)
Hi..
You need to use $_FILES (
http://php.net/manual/pt_BR/reserved.variables.files.php)
Regards,
Jônatas Zechim
PHP & jQuery specialist
http://zechim.com
mob +55 11 7053 2239
skype ID zechim
On 2 August 2011 12:04, Donovan Brooke wrote:
> Hello!,
>
> I must not be understanding something a
On Tue, Aug 2, 2011 at 10:24, Richard Quadling wrote:
>
> For many many languages, scope is essential. PHP has had scope since
> day 1 (OK, I'm pretty sure PHP has had scope since day 1).
Depending on which generation/incarnation of PHP you mean, you're
correct. Forms Interpreter (PHP/FI and
Hello!,
I must not be understanding something as I would expect 'f_file'
to show up in the print_r below.:
---form--
---endform--
--index.php--
--/index.php--
The result I get is:
Array
(
[f_ap] => upload
[f_action] => doit
)
---
Can someone enli
On 2 August 2011 13:45, Sharl.Jimh.Tsin wrote:
> 在 2011-08-02二的 13:33 +0100,Richard Quadling写道:
>
>> It is to do with variable scope.
>>
>> http://uk.php.net/manual/en/language.variables.scope.php /
>> http://uk.php.net/manual/zh/language.variables.scope.php
>>
>
> Thanks for your useful URL.Accor
在 2011-08-02二的 13:33 +0100,Richard Quadling写道:
> It is to do with variable scope.
>
> http://uk.php.net/manual/en/language.variables.scope.php /
> http://uk.php.net/manual/zh/language.variables.scope.php
>
Thanks for your useful URL.According to the doc,i must make the var
global by using "$GLO
On 2 August 2011 13:24, Sharl.Jimh.Tsin wrote:
> 在 2011-08-02二的 22:29 +1200,Simon J Welsh写道:
>
>> You're using $motoCols in your function, but have not defined it or passed
>> it as an argument.
>> ---
>> Simon Welsh
>> Admin of http://simon.geek.nz/
>>
>
> YES,thanks for taking me out.and i just
On 2 August 2011 06:28, Ren wrote:
> For a long time I wanted keyword parameters in PHP. But thanks to
> newer features like traits and reflection classes I have come up with
> something that looks pretty close.
>
> trait KeywordConstructor {
> public function __construct($members) {
>
在 2011-08-02二的 22:29 +1200,Simon J Welsh写道:
> You're using $motoCols in your function, but have not defined it or passed it
> as an argument.
> ---
> Simon Welsh
> Admin of http://simon.geek.nz/
>
YES,thanks for taking me out.and i just have a question that the variety
$motoCols has been define
On 2/08/2011, at 10:24 PM, Sharl.Jimh.Tsin wrote:
> hi,everyone
> it is a very strange problem,At first,i put my code into the method
> inner,it works.see below:
>
> [snip]
>
> As you can see,it seems to be impossible.Can someone tell me WHY?
>
> --
> Best regards,
> Sharl.Jimh.Tsin (Fro
hi,everyone
it is a very strange problem,At first,i put my code into the method
inner,it works.see below:
*** start
$str = "SQL HERE";
if (1 == 1) {
$array = preg_split("~[^\"],~", $body);
for ($index1 = 0; $index1 < count($motoCols); $index1++) {
Hi
PHP 5.3.7 RC4 is now included in a the Wamp package EasyPHP 5.3.7 RC4.
Enjoy!
Website : www.easyphp.org
Screenshots : www.easyphp.org/screenshots.php
Facebook page : www.facebook.com/easywamp
Twitter : www.twitter.com/easyphp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
23 matches
Mail list logo