Re: [PHP] checking for and enforcing https

2008-02-26 Thread tedd
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

RE: [PHP] Question about PHP Licence and it's future!

2008-02-26 Thread tedd
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

Re: [PHP] Question about PHP Licence and it's future!

2008-02-26 Thread Daniel Brown
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

Re: [PHP] Shopping Carts

2008-02-26 Thread Kista Tucker
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

RE: [PHP] Question about PHP Licence and it's future!

2008-02-26 Thread Andrés Robinet
> -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: >

RE: [PHP] checking for and enforcing https

2008-02-26 Thread Bastien Koert
> 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

Re: [PHP] Shopping Carts

2008-02-26 Thread tedd
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

[PHP] email with style (again)

2008-02-26 Thread tedd
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

RE: [PHP] email with style (again)

2008-02-26 Thread Andrés Robinet
> -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

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Manuel Lemos
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

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
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

[PHP] Checking an array against user input?

2008-02-26 Thread Keikonium
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

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Robert Cummings
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

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Robert Cummings
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

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Keikonium
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

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Keikonium
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

[PHP] crc check for JPEG file exists

2008-02-26 Thread Olav Mørkrid
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

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Robert Cummings
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

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Keikonium
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"

Re: [PHP] Checking an array against user input?

2008-02-26 Thread Chris
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

Re: [PHP] crc check for JPEG file exists

2008-02-26 Thread Aleksandar Vojnovic
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

<    1   2