[PHP-DB] Re: Cut down threads please!

2006-03-13 Thread David Robley
JeRRy wrote: > 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 peop

RE: [PHP-DB] Date question

2006-03-13 Thread Bastien Koert
select * from table where date_format(date_field, '%Y-%m') = '2006-02' bastien From: "Gerry Danen" <[EMAIL PROTECTED]> To: php-db@lists.php.net CC: [EMAIL PROTECTED] Subject: [PHP-DB] Date question Date: Sun, 12 Mar 2006 20:44:13 -0700 While I am rebuilding my crashed laptop (the machine tha

RE: [PHP-DB] Database abuse help needed

2006-03-13 Thread Finner, Doug
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. = Been off the list for a couple of days and just stumbled across this thread. Our company uses some kind of 'nicey-ni

Re: [PHP-DB] Database abuse help needed

2006-03-13 Thread Ludvig Ericson
Another fine thing about this is the fact that you can use unicode characters as an alternative which the regular expression engine probably wont match, unless it's somehow tweaked. This is the same theory as in when you are doing phising, for say ebay.com and replace the a with one of them non-ASC

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

2006-03-13 Thread JeRRy
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

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

2006-03-13 Thread Bastien Koert
try phpmailer from http://phpmailer.sourceforge.net From: JeRRy <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: Re: [PHP-DB] Plain-text or HTML? Date: Tue, 14 Mar 2006 10:25:18 +1100 (EST) I have created several successful HTML and text based emails.. Its a secret called multipa

[PHP-DB] Re: Date question

2006-03-13 Thread Gerry Danen
Thanks for all the help, guys. I'm back up, but a lot of my cool tricks are gone. Gotta get a better backup plan... Gerry On 3/12/06, Gerry Danen <[EMAIL PROTECTED]> wrote: > > While I am rebuilding my crashed laptop (the machine that had all my > intelligence), I started thinking about a select

Re: [PHP-DB] 年初劳动争议风险规避及劳动合同管理

2006-03-13 Thread Ludvig Ericson
Post in english or not at all. On 3/15/06, 热线报名中! <[EMAIL PROTECTED]> wrote: > --- > 退/[EMAIL PROTECTED]"退订"内容写明您想"退订的邮箱") > > 如有打扰,请您原谅,谢谢! > �y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y�y >

[PHP-DB] Text file (rw) question...

2006-03-13 Thread Rob W.
I'm trying to figure out how to read specific data from a text file that is already written. Example MaxUser=3D32 PortBase=3D8000 I want to be able to have php read them specific pieces of info so I can put them in to forms and update them via php. Any help would be appreciated.