At 5:39 PM -0500 2/26/08, Rick Pasotto wrote:
I've had nothing to add although I've been somewhat annoyed by the
excessive quoting.
--
"The most important thing in life is not simply to capitalize on your
gains. Any fool can do that. The important thing is to profit from your
losses. That requ
At 5:10 PM -0500 2/26/08, Andrés Robinet wrote:
let's play soccer tomorrow
Oh No, that's not the way you guys say it. You say it like:
Let's play OOC tomorrow.
So we can make a GOOALLL!!!
:-)
tedd
--
---
http://sperling.com http://ancients
On Tue, Feb 26, 2008 at 6:01 PM, tedd <[EMAIL PROTECTED]> wrote:
> At 5:10 PM -0500 2/26/08, Andrés Robinet wrote:
> >let's play soccer tomorrow
>
> Oh No, that's not the way you guys say it. You say it like:
>
> Let's play OOC tomorrow.
I believe the word is "fu
Thank you, Dan B., Tedd, Dan H., and Jason:
I don't mind subcontracting and have already stated to my client that this
could possibly happen. I definitely want a quality product. I will work
hard within a reasonable timeframe and if I'm not satisfied with my work,
I'll call someone. One concern
> -Original Message-
> From: Daniel Brown [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 26, 2008 6:22 PM
> To: tedd
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Question about PHP Licence and it's future!
>
> On Tue, Feb 26, 2008 at 6:01 PM, tedd <[EMAIL PROTECTED]> wrote:
>
> Date: Tue, 26 Feb 2008 17:39:13 -0500
> From: [EMAIL PROTECTED]
> To: php-general@lists.php.net
> Subject: Re: [PHP] checking for and enforcing https
>
> On Tue, Feb 26, 2008 at 04:46:38PM -0500, Daniel Brown wrote:
>>
>> Of course, getting into th
At 7:24 PM -0500 2/26/08, Kista Tucker wrote:
Thank you, Dan B., Tedd, Dan H., and Jason:
I don't mind subcontracting and have already stated to my client that this
could possibly happen. I definitely want a quality product. I will work
hard within a reasonable timeframe and if I'm not satisfi
Ok gang:
What's wrong with the following code?
It sends the email OK, but nothing is styled.
Where did I go wrong?
Thanks,
tedd
--- code
Title: A title of something
Presenter: By someone
tedd
EOT;
return $message;
}
function send_mail($to, $body, $subject, $fromaddress, $fromname,
$a
> -Original Message-
> From: tedd [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 26, 2008 8:33 PM
> To: php-general@lists.php.net
> Subject: [PHP] email with style (again)
>
> Ok gang:
>
> What's wrong with the following code?
>
> It sends the email OK, but nothing is styled.
>
> W
Hello,
on 02/26/2008 11:53 AM tedd said the following:
>>> $message = <<>> Title: This is a title of the Event.
>>> Time: This the time of the Event.
>>>
>>> Please show up on time.
>>> EOT
>>>
>>> mail('[EMAIL PROTECTED]' , 'An Event' , $message);
>>>
>>> If so, how do you style it?
>>>
>>> If no
On Tue, 2008-02-26 at 22:52 -0300, Manuel Lemos wrote:
> messages. I use this popular MIME message composing class. Try the
> test_simple_html_mail_message example script for instance.
>
> http://www.phpclasses.org/mimemessage
>
>
Hehe, I was holding my breath for Manuel to come on to this thr
Hello all,
I am new to this news group, and figured this was the fastest way to get a
good, helpful answer. Here is my problem:
I have an array that I set up with numbers 00 thru 99. Now, I have some
timestamps that look somewhat like this:
[00:01:70]
[00:06:50]
[00:12:07]
[00:15:04]
[00:19
On Wed, 2008-02-27 at 00:36 -0500, Keikonium wrote:
> Hello all,
>
> I am new to this news group, and figured this was the fastest way to get a
> good, helpful answer. Here is my problem:
>
> I have an array that I set up with numbers 00 thru 99. Now, I have some
> timestamps that look somewha
Show me an example of actual text where you want to update the format.
Cheers,
Rob.
On Wed, 2008-02-27 at 01:42 -0500, Keikonium wrote:
> I am a bit confused by your code, Rob. The timestamps will always change
> (and have text after them) and that is what I am trying to take into
> account. P
YE! That works perfectly ^_^. Thank you very much for helping out a PHP
noob lol.
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
On Wed, 2008-02-27 at 01:53 -0500, Keikonium wrote:
Here is an example of the text I want to update:
[01:19:23]And the city lit
Here is an example of the text I want to update:
[01:19:23]And the city lit up the night
[01:21:04]With the green glow of the Camlin Hotel
[01:37:49][01:26:82]Ghosts are in the radio,
[01:42:13][01:31:53]They sing along, they sing along
[02:02:14]It's on and the ghosts in the radio
[02:05:80]Ar
hello
is crc32() an acceptable way of managing whether a JPEG file exists
(in a database or similar collection)?
i mean doing a crc32() on the binary data of the JPEG file, and then
check the database if there is already another entry with the same
CRC.
the database has relatively few images (so
On Wed, 2008-02-27 at 01:53 -0500, Keikonium wrote:
> Here is an example of the text I want to update:
>
> [01:19:23]And the city lit up the night
> [01:21:04]With the green glow of the Camlin Hotel
>
> [01:37:49][01:26:82]Ghosts are in the radio,
> [01:42:13][01:31:53]They sing along, they sing
I am a bit confused by your code, Rob. The timestamps will always change
(and have text after them) and that is what I am trying to take into
account. Perhaps having my entire code might be of more use:
Lyrics Editor
$letters = array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l"
Keikonium wrote:
I am a bit confused by your code, Rob.
$newTimestamp = $oldTimestamp;
$newTimestamp[5] = '.';
means make the 6th character (remember php is 0 based so the first
character is index 0) a '.'.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing L
I would rather use md5_file() for file uniqueness.
Aleksander
Olav Mřrkrid wrote:
hello
is crc32() an acceptable way of managing whether a JPEG file exists
(in a database or similar collection)?
i mean doing a crc32() on the binary data of the JPEG file, and then
check the database if there i
101 - 121 of 121 matches
Mail list logo