Re: [PHP-DB] Plain-text or HTML?

2006-03-12 Thread Julien Bonastre
I have created several successful HTML and text based emails.. Its a secret called multipart MIME. The essence of email really. Just as an attachment is "embedded" into the same file as the images, html part and textual part. All you have to do is using 2 seperate boundaries, write out a te

[PHP-DB] Plain-text or HTML?

2006-03-12 Thread JeRRy
Hello all, People on this list, is your email client plain-text or HTML supported? I think most email clients come with HTML support, but over the time I have done HTML emails they flop out and not display correctly. Is there a reason for this? Is there a way to send out HTML emails

[PHP-DB] Plain-text or HTML?

2006-03-12 Thread JeRRy
Hello all, People on this list, is your email client plain-text or HTML supported? I think most email clients come with HTML support, but over the time I have done HTML emails they flop out and not display correctly. Is there a reason for this? Is there a way to send out HTML emails

RE: [PHP-DB] Passwords

2006-03-12 Thread JeRRy
>>Sure, mysql.com and seasrch for crypt. Not sure why this is asked on a PHP list since it has nothing to do with PHP.> b) every language has a >>crypt function>Then I guess it's okay to have crypt questions/answers on >>"every >language" >list. >Then I guess i

Re: [PHP-DB] Date question

2006-03-12 Thread Chris
Gerry Danen wrote: While I am rebuilding my crashed laptop (the machine that had all my intelligence), I started thinking about a select statement I need. I have log info in a table and want to extract it on a monthly basis. The date field is in -mm-dd format. What's a good way to select tho

Re: [PHP-DB] Date question

2006-03-12 Thread LJ Regalado
For example, you have table `logs` with `datelog` field and you want to select dates that match 2006-02. You can try this select statement: SELECT * FROM `logs` WHERE MONTH(datelog)='02' and YEAR(datelog)='2006' Hope that helps. LJ Regalado

[PHP-DB] Cut down threads please!

2006-03-12 Thread JeRRy
Hi, This is a "Discussion Board", previous threads/posts are logged, recorded, saved to the WWW. I see no point to continue threads over and over and over again. Why not cut the threads down to a few lines that are important to the reply your making? If people need to know more about it

[PHP-DB] Date question

2006-03-12 Thread Gerry Danen
While I am rebuilding my crashed laptop (the machine that had all my intelligence), I started thinking about a select statement I need. I have log info in a table and want to extract it on a monthly basis. The date field is in -mm-dd format. What's a good way to select those dates that match 2

Re: [PHP-DB] Ye old $_SESSION variables :)

2006-03-12 Thread Chris
Ron Piggott (PHP) wrote: I am wondering if causes the session_id(); to change or be reset. Some how my $_SESSION[''] variables are "dumping" when I use the POST command above. More importantly I am not sure what to do about it. Any ideas? Ron I have no idea what "dumping" means.

RE: [PHP-DB] Excel to CSV

2006-03-12 Thread Nur_Adman
Thank you so much for all your responses. Yeah, finally I decided to use excel reader. It solved my problem. -Original Message- From: Micah Stevens [mailto:[EMAIL PROTECTED] Sent: Sunday, March 12, 2006 2:33 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] Excel to CSV I

[PHP-DB] Re: Ye old $_SESSION variables :)

2006-03-12 Thread Ron Piggott (PHP)
I may be wrong --- I am now wondering if some how I am giving a command elsewhere in the script that is causing the $_session[''] variables to dump. If anyone is really good at using these could you e-mail me directly so I could get further help? Ron On Sun, 2006-03-12 at 15:17 -0500, Ron Piggot

[PHP-DB] Ye old $_SESSION variables :)

2006-03-12 Thread Ron Piggott (PHP)
I am wondering if http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Database abuse help needed

2006-03-12 Thread Ludvig Ericson
No, I agree, for this matter you can never create a regular expression well written enough to match all or even most of the lingo we use. I've been thinking about that though, you could theoretically make the computer create sound-comparision between two words, like the soundex() function was made

Re: [PHP-DB] Database abuse help needed

2006-03-12 Thread Julien Bonastre
Oh quite right, quite right I will never put my word down in stone and say that a particular rule/pattern or for that matter, anything I say, can be held to 100% certainty Who can? Ha You are quite right Ludvig, we can only work with what we are given. I merely attempt to "imagine" all the