First  |  Prev |  Next  |  Last
Pages: 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
class as default property
Hey all, I had a quick question. How come I can do this: <?php class Foo { } class Bar { public $f = 'SomeFoo'; } ?> But this does not work: <?php class Foo { } class Bar { public $f = new Foo(); } ?> *(Parse error: syntax error, unexpected T_NEW in test.php on line 8)* ** Thanks! (I'm runn... 23 Jun 2008 16:52
escape character in query string
%20 -----Original Message----- From: joaquinbordado [mailto:ryangacusana(a)gmail.com] Sent: Monday, June 23, 2008 3:35 AM To: php-general(a)lists.php.net Subject: [SPAM] [PHP] escape character in query string Importance: Low would someone happen to know the escape character for query string? here is my que... 26 Jun 2008 08:26
Variables in forms
I am writing a form right now. I would like to make the checkbox an array variable. The first part of the array is the component reference, the second part is the package reference. What name would you assign to it that I could use in processing the form in the PHP script this posts to? Ron <tr> <td ... 23 Jun 2008 13:46
[PHP] escape character in query string
would someone happen to know the escape character for query string? here is my querysting my.php?message=Hello%PHP%0AHow%was%your%day? the output should be Hello PHP How was your day? -- View this message in context: http://www.nabble.com/escape-character-in-query-string-tp18061596p18061596.ht... 22 Jun 2008 23:27
5.3 Timeline and Features(true anon functions? shorterarray syntax?)
Weston C wrote: Just curious if anyone knows the rough timeline for PHP 5.3. Also curious if anyone knows whether anon functions/closures or a shorter JSON-ish array syntax are being considered for inclusion. I know there were two patches announced in December/January: Ask the -internals list - that'... 22 Jun 2008 21:25
Fwd: [PHP] How to make a "Auto View" and a "Download" Link for PDF?
Oops ---------- Forwarded message ---------- From: Nitsan Bin-Nun <nitsanbn(a)gmail.com> Date: 21 Jun 2008 19:23 Subject: Re: [PHP] How to make a "Auto View" and a "Download" Link for PDF? To: Michelle Konzack <linux4michelle(a)tamay-dogan.net> I am not 100 percent sure that i have understood your idea, but if i... 22 Jun 2008 16:18
Communicated-Key/Token for SOAP Authentication
Hi all, I'm working on a relatively straight forward Web API that'll have a SOAP presence. The most secure way of going about doing authentication would be undoubtedly client-certificate authentication. I have been able to implement such a service straight forward as there is plenty of documentation out there ... 22 Jun 2008 14:15
5.3 Timeline and Features(true anon functions? shorter array syntax?)
Just curious if anyone knows the rough timeline for PHP 5.3. Also curious if anyone knows whether anon functions/closures or a shorter JSON-ish array syntax are being considered for inclusion. I know there were two patches announced in December/January: http://marc.info/?l=php-internals&m=119833623532713&w=2 h... 21 Jun 2008 22:59
Another canvas example
Hi, Latest in my new series of "look at me, aren't I cool" canvas examples is here: http://www.phpguru.org/pie/pie.html Works in IE7 too. And Opera. Ooh. -- Richard Heyes Employ me: http://www.phpguru.org/cv ... 24 Jun 2008 11:18
How to make a "Auto View" and a "Download" Link for PDF?
************************************************************************ * Do not Cc: me, because I READ THIS LIST, if I write here * * Keine Cc: am mich, ich LESE DIESE LISTE wenn ich hier schreibe * ************************************************************************ Hello, I generate P... 21 Jun 2008 21:58
First  |  Prev |  Next  |  Last
Pages: 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154