Thanks tedd.
On Aug 14, 2010, at 7:45 AM, tedd wrote:
At 1:08 AM -0500 8/14/10, Karl DeSaulniers wrote:
Hello all,
I was wondering, can you reference php in a url string like you
can javascript.
EG:
"javascript:someFunction()"
Can you do something similar in php like
"php:someFunction()"
At 1:08 AM -0500 8/14/10, Karl DeSaulniers wrote:
Hello all,
I was wondering, can you reference php in a url string like you can
javascript.
EG:
"javascript:someFunction()"
Can you do something similar in php like
"php:someFunction()"
I am thinking that you can not do this, but was wondering
On Aug 14, 2010, at 5:19 AM, Ashley Sheridan wrote:
On Sat, 2010-08-14 at 01:57 -0500, Karl DeSaulniers wrote:
That is what I thought.
Thank you for confirming.
Karl
On Aug 14, 2010, at 1:54 AM, Peter Lind wrote:
> On 14 August 2010 08:08, Karl DeSaulniers
> wrote:
>> Hello all,
>> I was
On Sat, 2010-08-14 at 01:57 -0500, Karl DeSaulniers wrote:
> That is what I thought.
> Thank you for confirming.
>
> Karl
>
>
> On Aug 14, 2010, at 1:54 AM, Peter Lind wrote:
>
> > On 14 August 2010 08:08, Karl DeSaulniers
> > wrote:
> >> Hello all,
> >> I was wondering, can you reference p
from Ukraine,
Andre
Skype: Francophile
Twitter: http://twitter.com/m_elensule
Facebook: http://facebook.com/menelion
- Original message -
From: Karl DeSaulniers
To: php-general
Date: Saturday, August 14, 2010, 9:08:20 AM
Subject: [PHP] PHP Reference
Hello all,
I was wondering, can you
:08:20 AM
Subject: [PHP] PHP Reference
Hello all,
I was wondering, can you reference php in a url string like you can
javascript.
EG:
"javascript:someFunction()"
Can you do something similar in php like
"php:someFunction()"
I am thinking that you can not do this, but wa
That is what I thought.
Thank you for confirming.
Karl
On Aug 14, 2010, at 1:54 AM, Peter Lind wrote:
On 14 August 2010 08:08, Karl DeSaulniers
wrote:
Hello all,
I was wondering, can you reference php in a url string like you can
javascript.
EG:
"javascript:someFunction()"
Can you do some
On 14 August 2010 08:08, Karl DeSaulniers wrote:
> Hello all,
> I was wondering, can you reference php in a url string like you can
> javascript.
> EG:
> "javascript:someFunction()"
>
> Can you do something similar in php like
>
> "php:someFunction()"
>
> I am thinking that you can not do this, bu
Hello all,
I was wondering, can you reference php in a url string like you can
javascript.
EG:
"javascript:someFunction()"
Can you do something similar in php like
"php:someFunction()"
I am thinking that you can not do this, but was wondering if there
was something like that.
Thanks,
Ka
"Daniel Brown" <[EMAIL PROTECTED]> wrote:
On Fri, May 16, 2008 at 5:24 PM, Daniel Kressler <[EMAIL PROTECTED]>
wrote:
Hi!
I want to know, if it's allowed to write an own online reference for PHP,
with own examples and so on?
Hello, fellow Daniel. ;-P
Absolutely! In fact, you're enco
On Fri, May 16, 2008 at 5:24 PM, Daniel Kressler <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I want to know, if it's allowed to write an own online reference for PHP,
> with own examples and so on?
Hello, fellow Daniel. ;-P
Absolutely! In fact, you're encouraged to write references and
example
Hi!
I want to know, if it's allowed to write an own online reference for PHP,
with own examples and so on?
I'm looking forward to hearing from you.
Greetings from Germany
Daniel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi, i'm running into some weird behavior with php references. i
distilled it down to some test code below:
'dean' );
$var1['arrayref'] = & $array;
$var2 = $var1;
echo "var1:\n";
print_r( $var1 );
echo "var2:\n";
print_r( $var2 );
$var1['arrayref'] = NULL;
echo "var1:\n";
print_r( $v
13 matches
Mail list logo