php-general Digest 13 Dec 2010 19:59:11 -0000 Issue 7085

2010-12-13 Thread php-general-digest-help
: syntax error, unexpected T_IF Can someone point me in the right direction? Thank you -- Gary __ Information from ESET Smart Security, version of virus signature database 5699 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com ---End Message

Re: [PHP] Scalable Vector Graphics with PHP

2010-12-13 Thread Nathan Rixham
disclaimer: a different nathan You may also be interested in protovis, and raphael, both of which are js libraries which make, or export, svg graphics :) Best, Nathan sudarshana sampath wrote: Nathan, Thank you very much for your response, we are going to visualize network management

[PHP] empty() in email message

2010-12-13 Thread Gary
someone point me in the right direction? Thank you -- Gary __ Information from ESET Smart Security, version of virus signature database 5699 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net

Re: [PHP] empty() in email message

2010-12-13 Thread Bastien Koert
'} But I am getting the error Parse error: syntax error, unexpected T_IF Can someone point me in the right direction? Thank you -- Gary __ Information from ESET Smart Security, version of virus signature database 5699 (20101213) __ The message was checked by ESET

Re: [PHP] empty() in email message

2010-12-13 Thread a...@ashleysheridan.co.uk
Parse error: syntax error, unexpected T_IF Can someone point me in the right direction? Thank you -- Gary __ Information from ESET Smart Security, version of virus signature database 5699 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: [PHP] empty() in email message

2010-12-13 Thread Paul M Foster
On Mon, Dec 13, 2010 at 12:47:49PM -0500, Gary wrote: I have an email message $msg = 'Name: $fname ' . ' $lname\n' . Phone: $phone\n . Email: $email\n and it works fine, however in this message there are about 30 variables that are being called...as such . Order: beefschnitzel

Re: [PHP] empty() in email message

2010-12-13 Thread Daniel P. Brown
On Mon, Dec 13, 2010 at 12:47, Gary gp...@paulgdesigns.com wrote: I have an email message $msg =  'Name: $fname ' . ' $lname\n' . Phone: $phone\n . Email: $email\n and it works fine, however in this message there are about 30 variables that are being called...as such . Order:

Re: [PHP] array_multisort into Natural order?

2010-12-13 Thread Jim Lucas
On 12/13/2010 11:59 AM, George Langley wrote: Hi all. Can use natsort($array1) to sort a single array of filenames into a natural alphanumeric order - 1.php, 2.php, 5.php, 10.php, 20.php, etc. But using array_multisort($array1, $array2, $array3) doesn't offer a natsort option, so I end up

Re: [PHP] array_multisort into Natural order?

2010-12-13 Thread George Langley
Hi there! Correct me if I'm wrong but merge() just makes one array of all items. array_multisort() keeps each array separate, while applying the same re-ordering to all three arrays. This allows you to use the same position number to get the required elements from each array, especially where

RE: [PHP] Use PHP the way God intended...

2010-12-13 Thread Daevid Vincent
-Original Message- From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Friday, December 10, 2010 6:54 AM To: Daevid Vincent Cc: php-general@lists.php.net Subject: Re: [PHP] ORM doctrine On 10-12-09 10:41 PM, Daevid Vincent wrote: Use PHP the way God intended it to be

Re: [PHP] empty() in email message

2010-12-13 Thread Andre Polykanine
of virus signature database 5699 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe

RE: [PHP] empty() in email message

2010-12-13 Thread Daevid Vincent
- Original message - From: Gary gp...@paulgdesigns.com To: php-general@lists.php.net php-general@lists.php.net Date: Monday, December 13, 2010, 7:47:49 PM Subject: [PHP] empty() in email message I have an email message $msg = 'Name: $fname ' . ' $lname\n' . Phone: $phone\n .

Re: [PHP] Scalable Vector Graphics with PHP

2010-12-13 Thread sudarshana sampath
Nathan Nobbe, Thank you very much for your response, Protovis is looking interesting... graphviz also a good one. http://pear.php.net/package-info.php?package=Image_Graphviz On Mon, Dec 13, 2010 at 2:39 PM, Nathan Rixham nrix...@gmail.com wrote: disclaimer: a different nathan You may also

Re: [PHP] empty() in email message

2010-12-13 Thread Gary
ESET Smart Security, version of virus signature database 5699 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Less complication is better

Re: [PHP] empty() in email message

2010-12-13 Thread Gary
Smart Security, version of virus signature database 5700 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Use PHP the way God intended...

2010-12-13 Thread Robert Cummings
On 10-12-13 07:28 PM, Daevid Vincent wrote: -Original Message- From: Robert Cummings [mailto:rob...@interjinn.com] Sent: Friday, December 10, 2010 6:54 AM To: Daevid Vincent Cc: php-general@lists.php.net Subject: Re: [PHP] ORM doctrine On 10-12-09 10:41 PM, Daevid Vincent wrote: Use

Re: [PHP] empty() in email message

2010-12-13 Thread Gary
, version of virus signature database 5700 (20101213) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Use PHP the way God intended...

2010-12-13 Thread Paul M Foster
On Mon, Dec 13, 2010 at 11:04:52PM -0500, Robert Cummings wrote: On 10-12-13 07:28 PM, Daevid Vincent wrote: [snip] I believe it was in the Old PHPestament, The Book of Rasmus chapter 42 verse 69... 66 ... 67 And behold as he opened the 5th point 2nd seal 68 and the Lord said

Re: [PHP] empty() in email message

2010-12-13 Thread Gary
Can someone point me in the right direction? Thank you -- Gary Andre That looks good, I will give that a try in the morning, thank you for your help. Gary __ Information from ESET Smart Security, version of virus signature database 5700 (20101213) __ The message

Re: [PHP] empty() in email message

2010-12-13 Thread Gary
(20101213) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Use PHP the way God intended...

2010-12-13 Thread David Harkness
On Mon, Dec 13, 2010 at 8:48 PM, Paul M Foster pa...@quillandmouse.comwrote: Nah, if he'd read it backwards, you'd be able to hear MePHPistoPHPeles say, Rasmus is the Penguin. (Yes, you have to be dang old to get that obscure reference. ;-) Pshaw, not *that* old! I get the reference, and