|
First
|
Prev |
Next
|
Last
Pages: 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
Associative Arrays Hi, How to create an associative array of this kind in PHP? return array( 12345 => array( 'mail' => 'asdf(a)asdf.com', 'companyName' => 'Asdf Inc.', ), 54321 => array( 'mail' => 'asdf(a)asdf.net', 'companyName' => 'Asdfu Corp.', ), ); Thanks ... 21 Jun 2008 12:46
exif_imagetype and constant confusion Stupid question time! I can't find my answer anywhere, sorry about this... The nature of the return value of exif_imagetype() is baffling me. The php manual uses one simple example like this: <code> <?php if (exif_imagetype('image.gif') != IMAGETYPE_GIF) { echo 'The picture is not a gif'; } ?> ... 20 Jun 2008 11:13
Military Service WAS [PHP] Capitalization ofvariable At 2:59 PM -0400 6/19/08, Daniel Brown wrote: On Thu, Jun 19, 2008 at 2:49 PM, Per Jessen <per(a)computer.org> wrote: Call me .. uh no, I'm getting sick ... you guys are so completely and utterly off-topic - please take it off-line. No offense meant at all, Per, but I actually think the thread i... 23 Jun 2008 14:48
[PHP] mail problem (newlines becomes =0A) Forwarded. Accidentally clicked "reply" directly to Nitsan. Sorry about that. :-\ On Thu, Jun 19, 2008 at 2:47 AM, Nitsan Bin-Nun <nitsanbn(a)gmail.com> wrote: Umm just for general knowledge, whats the difference between HEREDOC to simple "<value>" assignment? As far as i know they both do the sa... 19 Jun 2008 11:39
Military Service WAS [PHP] Capitalization of variable On Thu, Jun 19, 2008 at 11:25 AM, Jay Blanchard <jblanchard(a)pocket.com> wrote: [snip] I wonder how many of us on the list served. It's got to be more than just you and I, Tedd, wouldn't you think? [/snip] U.S. Air Force United States Coast Guard ARS Helicopter Rescue Swimmer (HH-60)... 27 Jun 2008 14:13
Military Service WAS [PHP] Capitalization of variable [snip] I wonder how many of us on the list served. It's got to be more than just you and I, Tedd, wouldn't you think? [/snip] U.S. Air Force ... 22 Jun 2008 05:05
[PHP] survey request Dear member, in cooperation with the software engineering research group at Free University of Berlin (Freie Universität Berlin), we are currently conducting an empirical survey on time consumption of participants in Open Source/Free Software projects. In this survey we want to find out how much time is c... 19 Jun 2008 11:39
Please stop me from tearing my hair out.] On Thu, 2008-06-19 at 12:33 +0100, Richard Heyes wrote: Fowarded message. email message attachment (Re: [PHP] Please stop me from tearing my hair out..eml) -------- Forwarded Message -------- From: Byron <klingemeister(a)gmail.com> To: richardh(a)phpguru.org Subject: Re: [PHP] Please stop m... 19 Jun 2008 14:45
SOAP Client - Cannot use object of type stdClass as array Hi, I have a web service: http://new.vehicletransportusa.com/v2/services/URS.QuoteServices.wsdl I wrote a simple client to connect to it and get a quote, however I am running into a snag. I get the below error when trying to run it. I've tried it as an array, as an object, nothing seems to work. I have al... 19 Jun 2008 10:37
Discussion of method -- config files Hi gang: More of a question of method rather than of "right" or "wrong" -- of the two methods mentioned here, which way would be "better" and why? 1. Setting $GLOBALS one time as shown here. At 12:23 AM -0400 6/19/08, Robert Cummings wrote: And the variables are defined in config.php -------------- ... 20 Jun 2008 15:21 |