Re: [PHP] Threading code

2001-04-09 Thread Richard Scott Crawford
Phorum is indeed a good product. And when you've had enough fun playing around with Phorum, you ought to get involved in the process of rebuilding Phorum to fit into an entirely new database schema. Ugh. Original Message On 4/9/01, 11:12:39 AM, "Matt Friedman" [EMAIL PROTECTED] wrote

Re: [PHP] Threading code

2001-04-09 Thread Richard Scott Crawford
Our DBA idn't like the way that Phorum creates new tables willy-nilly for each new forum that is created, so we have a new schema in place that utilizes a few tables that are updated with each new message. We don't, right now, have any plans to update the search engine. FWIW, we're building

Re: [PHP] Sending pretty email

2001-03-10 Thread Richard Scott Crawford
The first thing to do is to take two aspirin and lie down until the temptation to do this passes. It may be cool, but those of us who use Eudora or Pine for our e-mail (because it actually works the way we want it to instead of making us work the way it wants us to like Outlook does) don't

[PHP] Date Formatting

2001-02-06 Thread Richard Scott Crawford
Cold Fusion has a wonderful function called CreateODBCDate(), which takes as an argument any date in just about any format and returns a standard ODBC date format that you can plug into a database without worrying about conversion. Does PHP have a similar function? I've looked for one but