[PHP] GSOC Idea, RPC Server

2009-03-18 Thread Cesar D. Rodas
quest, and execute it and returns its return. - The client: a PHP script that will exec an RPC, That is my idea so far, please I'd like to read feedbacks. -- Cesar D. Rodas http://cesar.la/ Phone: +595-961-974165 Samuel Beckett - "Birth was the death of him." -- PHP General Mailing

[PHP] Facebook PHP compiler

2010-02-02 Thread Cesar D. Rodas
Hello, Have you guys checked this PHP to C++ converter from the Facebook People? http://developers.facebook.com/news.php?blog=1&story=358 Regards, -- Cesar D. Rodas cro...@php.net http://crodas.org/ -- http://cesar.la/ Phone: +595-961-974165 -- PHP General Mailing List (http://www.php

[PHP] References to a variable and scope

2007-12-04 Thread Cesar D. Rodas
try to explain better in the following pseudo php code. function foo($a) { $GLOBALS['references']['a'] = /*references to $a */ } function bar() { echo $GLOBALS['references']['a']; } $var="hello" foo($var); $var = "hi"; bar(

Re: [PHP] References to a variable and scope

2007-12-04 Thread Cesar D. Rodas
On 04/12/2007, Cesar D. Rodas <[EMAIL PROTECTED]> wrote: > > Robert, > > On 04/12/2007, Robert Cummings <[EMAIL PROTECTED]> wrote: > > > > On Tue, 2007-12-04 at 16:58 -0400, Cesar D. Rodas wrote: > > > Hello, > > > > > > I know that

Re: [PHP] howto get .tar.gz content's filenames

2007-12-04 Thread Cesar D. Rodas
gt; [mobile] (570-) 766-8107 > > If at first you don't succeed, stick to what you know best so that you > can make enough money to pay someone else to do it for you. > > -- > PHP General Mailing List (http://www.php.net/ ) > To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP] // ?>

2007-12-04 Thread Cesar D. Rodas
That is because the PHP parser stops the comment on the end of a php tag ("?>") or new line, that is not a bug. Kevin > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Best Regards Cesar D. Rodas

Re: [PHP] howto get .tar.gz content's filenames

2007-12-05 Thread Cesar D. Rodas
On 05/12/2007, Per Jessen <[EMAIL PROTECTED]> wrote: > > Cesar D. Rodas wrote: > > > Call exec is not good, because you are executing other program, > > instead of that you should use some PHP program, take a look here > > > > http://www.phpclasses.org/se

Re: [PHP] nested objects

2007-12-07 Thread Cesar D. Rodas
No problem, Just ask your doubts, we're here to help and get help :-) On 07/12/2007, Victor Matherly <[EMAIL PROTECTED]> wrote: > > Thanks that fixed it. That was so simple no wonder I was banging my head > on the wall :-). > > > > > ----- Original Message ---

[PHP] nested objects

2007-12-07 Thread Cesar D. Rodas
t; > > }// end construct > > function setContent($content){ > $this->cell_content = $content; > > }//end setContent function > > function setName($name){ > $this->cell_name = $name; > > }//end setContent function > > > function getContent(){ > return $this->cell_content; > > }//end setContent function > > } //end TableCell class > > > > > > > ?> Best regards Victor J. Matherly > Technical Services > Wave Communications, Inc > http://www.wave-communications.com > > -- > PHP General Mailing List ( http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165

Re: [PHP] Incorporating a PHP/MySQL based search

2007-12-08 Thread Cesar D. Rodas
capabilities. > > Cheers all, > > - sf > -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] A SESSION Problem

2007-12-11 Thread Cesar D. Rodas
e, the index couldn't be a number or start with a number. This i learn by experience.. :-) i don't know where this point is documented. + $_SESSION[1] = wrong + $_SESSION["1a"] = wrong -- > --- > http://sperling.com http://ancientstones.com http://earthston

Re: [PHP] Session timeout

2007-12-13 Thread Cesar D. Rodas
e cost of online support > > ** NOW OFFERING FREE ACCOUNTS TO CHARITIES AND NON-PROFITS ** > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165

Re: [PHP] nested array...

2007-12-17 Thread Cesar D. Rodas
2 [name]=>name2 [etc]=>etc2) > [3]=>Array([id]=>3 [name]=>name3 [etc]=>etc3) > ) > > if I want to check whether id=5 is in that $nestedarray, how to do > that?!?! > > i'd really appreciate the help.. > > thanks in advance.. > -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165

RE: [PHP] Which file called the function?

2007-12-21 Thread Cesar D. Rodas
the debug_backtrace array, is there any way that myFunc() would > display "one.php" and "two.php" respectively? > > thnx, > Christoph > -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165

[PHP] Threads PHP

2008-05-16 Thread Cesar D. Rodas
Hello, Is there a way to have threads in PHP? -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165