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,
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++) {
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
在 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 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) {
>
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
在 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: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
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 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
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
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 *:
*
;)
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:
> -
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 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 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
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
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
BTW,why my previous post was rejected by the mail server as spam?
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
""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
> -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
- 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
23 matches
Mail list logo