Re: NT to Solaris

2000-12-13 Thread Jay Brushett
Unix systems use the / instead of the \. That may be your problem. CF doesn't convert automatically as far as I know. Hopefully in version 5. Jay At 12:50 PM 12/13/2000 -0500, you wrote: I'm in the process of moving an application from CF on NT to CF on Solaris. Im running into a problem with

RE: division

2000-12-13 Thread Cornillon, Matthieu
Rick, The division operator in your first line of code is the wrong slash. I'm not sure why, but CF apparently turns that whole thing into "1". Strange. I reproduced the same problem on my end. Flipping that slash fixes it. Matthieu -Original Message- From: [EMAIL PROTECTED]

Re: NT to Solaris

2000-12-13 Thread Jay Brushett
Unix systems use the / instead of the \. That may be your problem. CF doesn't convert automatically as far as I know. Hopefully in version 5. Jay At 12:50 PM 12/13/2000 -0500, you wrote: I'm in the process of moving an application from CF on NT to CF on Solaris. Im running into a problem with

RE: cflock vs. cftransaction

2000-12-13 Thread Christopher Olive, CIO
the problem with that is that mySQL doesn't support transactions. chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 1:29 PM To: CF-Talk Subject: Re:

RE: query between 2 database types

2000-12-13 Thread Dave Watts
I recently started using a program that runs off a oracle database, and my website runs off SQL server 7.0 how can I run a query so that within one query I can pull data from both databases? You can't really do that from CF. There are ways to get what you want. One way is to run the two

RE: Another debate

2000-12-13 Thread Hal Helms
I think this may be a Freudian slip: he really does mean "mute" -- as in "I don't want to talk about it; my mind's already made up." Hal Helms == See www.ColdFusionTraining.com for info on "Best Practices with ColdFusion Fusebox" training, Jan 22-25 == -Original Message- From:

RE: Another debate

2000-12-13 Thread Katie Bessiere
robust! (sorry, had to add it) -Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 1:26 PM To: CF-Talk Subject: RE: Another debate wow, glad i don't have to deal with e-mails like that i think a better question would be, even if cf was

RE: Another debate

2000-12-13 Thread Stephen R. Cassady
First off, let me say that I love (love love love) CF, and it's my baby of choice for development (see: http://www.tallylist.com and http://www.spankmag.com). But, here, you really don't have a choice. You can either sit in the mud, complain, and sabotage the change - or you can work with the

cfcrypt

2000-12-13 Thread Joseph Thompson
I have the copy of cfencode.exe that came with CF 4.5, but I would like a copy of the "original" cfcrypt.exe if that is possible? Any one know where I can get one? ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: cflock vs. cftransaction

2000-12-13 Thread Todd Ashworth
Yes, but like he said .. transactions aren't supported my MySQL. Todd Ashworth - Original Message - From: "Greg Wolfinger" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 1:29 PM Subject: Re: cflock vs. cftransaction | cftransaction is supposed to

LDAP constraints

2000-12-13 Thread Jason Egan
I'm using LDAP for a login process. like a query where I can restrict with a where clause, I would like to do the same thing with LDAP. so that only one record is returned where the un and pw match exactly. I've tried using the filter attribute, but I either get one or the other, or both.

RE: ODBC Error 37000

2000-12-13 Thread Lomvardias, Christopher
Al, Go into SQLServer Enterprise Manager. Click on the entry for the database, select Database Properties, go to the Options Tab and deselect the Single User option. Chris -- Chris Lomvardias [EMAIL PROTECTED] Syscom, Inc. 400 E.

RE: division

2000-12-13 Thread Rick Lamb
Ok. I'm a dumb @#$!. I just needed to point my slash the right way, /, not \. HeHe! So when you guys get this in 2 hours or so, excuse my thickness. Rick -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 11:02 AM To: CF-Talk Subject:

Re: Another debate

2000-12-13 Thread Jennifer
At 10:14 AM 12/13/00 -0700, you wrote: The new boss has arrived in my department and of course he wants everyone to switch from the awesome and all mighty cold fusion to PHP. We do need some other strengths in our department for those clients who don't want us to host their application or

Re: Another debate

2000-12-13 Thread David E. Crawford
Let's just hope that Mr. Boss isn't also reading this list. Bottom line is that this is a tough situation. I had it happen to me where my boss told me to dump CF in favor of ASP. I didn't fight it, but I also wasn't there that much longer either. Dave

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Patricia Lee
Use CFTRY CFCATCH to catch the barf -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 1:33 PM To: CF-Talk Subject: Preventing zero-length file uploads to CFFILE Hi all, I stumbled on an odd situatiuon, but need to fix it. IF you

Re: division

2000-12-13 Thread stas
Try this: cfset temp = getdealers.recordcount * 0.01 cfset variables.totalpages = ceiling(temp) "/" strips the decimal part stas - Original Message - From: "Rick Lamb" [EMAIL PROTECTED] This was suppose to be easy... I'm trying to divide a recordcount by 100 and then round up.

Re: Just a stray thought

2000-12-13 Thread Eric Dawson
2) 5 million per day equals 60 per second, transactional integrity has to be TIGHT! equals WAY more than 60 per second. Eric From: "Gregory Harris" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Just a stray thought Date: Wed, 13 Dec 2000 08:36:16 -0800

RE: query between 2 database types

2000-12-13 Thread Rick Lamb
Gona have to wait for CF 5.0. It has the ability to query a query which will allow this. Rick -Original Message- From: Eli Shechter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 12:26 PM To: CF-Talk Subject: query between 2 database types Hi I recently started using a

Re: Another debate

2000-12-13 Thread Jamie Keane
Above all-out evangelisation, the only thing that could stand up against the IT boss in question is solid facts. Present speed test results, testimonials, and other basically-factual data. Ask him why is it, exactly, that he considers CF a security risk and PHP not one. If the boss is at least

Exporting data to word (RTF, actually)

2000-12-13 Thread David Shadovitz
Some of you may be exporting data to Word (RTF, actually) as per http://tech.irt.org/articles/js154/index.htm. I use this method to create a "printable page" with a header and footer on each page. I wanted to pass along something I learned today about that. I had a CFML variable which

RE: Another debate PHP v CF

2000-12-13 Thread Stephen R. Cassady
[ First off, let me say that I love (love love love) CF, and it's my baby of choice for development (see: http://www.tallylist.com and http://www.spankmag.com). But, here, you really don't have a choice. You can either sit in the mud, complain, and sabotage the change - or you can work with the

Survey Software

2000-12-13 Thread Kelly Matthews
Can i get some suggestoins on survey software. I was considering this one: http://www.activefeedback.com/af/products/se2enterprise/ has anyone used it? If so do you like it? If not any other pre written survey software out there? I would like something for DUMB users where they can fill out a

queries vs arrays

2000-12-13 Thread Kevin Willyerd
In Ben Fortas he says "ColdFusion queries are essentially arrays with named collumns. You may therefore use any of the array functions with queries" Does this mean ther is a way to address queries in the form Query [row] [collumname]? I have tried and can not get it to work. Kevin

Enterprise Manager Win 2000

2000-12-13 Thread AustralianAccommodation.com Pty. Ltd.
Has anyone experienced problems connecting to their server host using enterprise manager I was able to connect to my host sql server space without any problems under win 98 but since I have upgraded to win 2000 I am not able to connect successfully it generates error saying that it is unable

Re: Another debate PHP v CF

2000-12-13 Thread Billy Cravens
Really gotta agree with you Steve. Personally, I disagree with the way the boss is implementing things... however, I think we should all think of ourselves as "web developers" and not "ColdFusion developers" in order to make more money, be better "programmers", and all around more diverse. I've

RE: cflock vs. cftransaction

2000-12-13 Thread Evan Lavidor
CFLOCK doesn't provide the same effect as cftransaction. In MySQL you can lock your tables, though. It's a little cumbersome. It basically means that MySQl is only handling one request at a time... Here's some code that Tage Widsell posted to this listserv earlier this month: cfquery

Re: Another debate

2000-12-13 Thread Chasmo
Here's some ammo for you if the debate suddenly goes "unmoot." ZDNet recently did comparisons of various scripting languages running on Linux and Win platforms. They compared performance, breadth of the API, etc. ColdFusion won hands down, even winning ZDNet's pick over ASP on Win machines.

Re: Just a stray thought

2000-12-13 Thread Mark Ireland
When we say 'tracking' how many points between A and B do we want? At 08:36 AM 13/12/00 -0800, Gregory Harris wrote: Ok, this is meant as no shameless plug but I read on their website: UPS expects to receive 5 million tracking requests on their website per day especially on their peak days

Re: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Ryan
At 13:33 12/13/00 -0500, you wrote: Hi all, I stumbled on an odd situatiuon, but need to fix it. IF you try to UPLOAD a file with CFFILE that is 0 kb in size, CFFILE barfs. How can I restrict this? I can't read the file until it is on my web server to determine the file size. JavaScript can't do

Re: Just a stray thought

2000-12-13 Thread Gregory Harris
Just look around the UPS site http://www.ups.com, I was randomly surfing the site when I came up with this... Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Jamie Keane" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 13,

OT: owner-C of a .com-domain

2000-12-13 Thread cf-talk
Hi, how can I (easily) find out the owner-C of a .com-domain ? (actual owner). It is not listed with Networksolutions, InterNIC.net or any other bigger registrars of com-Web-Sites. Thanks. Uwe Mail: [EMAIL PROTECTED] WWW: www.sdsolutions.de ~~

CFIF and CFOUTPUT

2000-12-13 Thread Picker, Mark P
Hi All, I have a problem with including a CFOUTPUT tag in a CFIF. cfif groupsection IS "off" cfoutput /cfif Regardless of what "groupsection" is set to, the cfoutput tag is processed in the page and of then getting errors when compiling. Is there a trick to getting CF to not see the

test

2000-12-13 Thread Stephen R. Cassady
[please copy and paste archived message here. Lists hosted by TallyList automatically have this filled in.] Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

RE: Another debate

2000-12-13 Thread Troy Hiltbrand
I would definately take a look at this e-mail about the eWeek article and the eWeek article. You might want to anonymously slip the article on his desk too. A recent issue of E-Week (Oct. 30 2000 Vol. 17 #44) did a comparison of 4 programming languages for the purpose of creating dynamic sites.

Re: LDAP constraints

2000-12-13 Thread Kevin Miller
The syntax you need is: filter="((cn=jegan)(userpassword=bixby))" Reference RFC 2254 for the full syntax of LDAP filters. It can be found here: http://www.cis.ohio-state.edu/htbin/rfc/rfc2254.html Kevin [EMAIL PROTECTED] 12/13/00 11:23AM I'm using LDAP for a login process. like

RE: Another debate

2000-12-13 Thread Craig Newitt
Guys it sounds like the new man is on a mission. Sounds like it may be the head of the company that want the change and have brought him into he the hatch-it man - my 2 cents worth -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Thursday, 14 December 2000 5:28

RE: cflock vs. cftransaction

2000-12-13 Thread Walker, Matthew
no, CFLOCK is only for restricting access to a server side variable. DBs don't benefit from this. No, CFLOCK restricts access to a chunk of code. The CFLOCK you suggested should work, but won't you need to wrap READONLY CFLOCKs around every other query for the database?

HELP: List questions...

2000-12-13 Thread Gary McNeel, Jr.
I am working with ascii delimited data, trying to read them into a SQL Server table through a web browser interface. After it is all working I want to convert it to a scheduled event. The ascii is currently delimited by the pipe (|) with no enclosing quotes on the fields. CRLF defines the start

Re: Another debate PHP v CF

2000-12-13 Thread Jon Hall
The best advice I have seen. Ditto jon - Original Message - From: "Steve Pierce" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 1:56 PM Subject: RE: Another debate PHP v CF Kelly, your boss wrote: switch from ... cold fusion to PHP. The

RE: HELP: List questions...

2000-12-13 Thread Dylan Bromby
I got around this once a while ago with a similar situation. I did a global, pre-processing replace on all sequential | symbols. I inserted a character between each pipe to "pad" the data. Might not be the best way, but it worked :). -Original Message- From: Gary McNeel, Jr.

Help! CFPOP won't get mail...

2000-12-13 Thread David Cummins
Hi, An page that uses CFPOP to get mail mysteriously stopped working about a week back. It has the following error: unknown exception condition unknown error while executing a tag. I'm trying to get the whole body of all emails (no attachment path). That does not work. If I get the headers

Re: HELP: List questions...

2000-12-13 Thread Judith Campbell
At 01:44 PM 12/13/00 -0600, you wrote: I am working with ascii delimited data, trying to read them into a SQL Server table through a web browser interface. After it is all working I want to convert it to a scheduled event. There is a really cool tag in the gallery called cf_delimtoquery that

RE: query between 2 database types

2000-12-13 Thread Peter Stolz
Yes, it is possible. Create a linked server from SQL 7 to Oracle(using SQL*NET) Then you can write queries like: CFQUERY NAME="join" DATASOURCE"SQL7" SELECT * FROM SQL7Table AS A INNER JOIN OraLinkedServer.Catalog.Schema.OraTable AS B WHERE . /CFQUERY P.

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Dylan Bromby
yep, you're wrong. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 12:13 PM To: CF-Talk Subject: RE: Preventing zero-length file uploads to CFFILE i may be wrong, but any file with 0KB prolly doesn't exist! -Original Message-

Re: CF restarting constantly - MySQL problem?

2000-12-13 Thread David Cummins
Hi Steve, Yes, we are. Any fixes or workarounds? David Steve Pierce wrote: Are you using CF 4.5 with either SP1 or SP2? If so we have seen similar problems that we believe is related to a memory corruption error. - Steve Steve Pierce, HDL Direct: (734) 482-9682 mailto:[EMAIL

RE: Another debate

2000-12-13 Thread BORKMAN Lee
Well, you just have to love those "mute points". Actually, my experience is that PHP is not normally an option in the corporate IT department, due to the low cost and (perceived) support problems. Still, it all goes down well on your CV. best of luck, Lee (Bjork) Borkman http://bjork.net

Cflooping through the session collection

2000-12-13 Thread Neil H.
When an error occurs I would like to loop through the collection of session variables. However sometime the session variables have timed out so I receive the error below. What can I do check this. It seems like a chicken egg problem since the collection doesn't exists but it loops through it.

Re: Another debate

2000-12-13 Thread Peter Theobald
If it's cost he's worried about, he probably isn't aware that CF runs very well on Linux. You can even run a slightly older version of Sybase on Linux for free. At 02:36 PM 12/13/00 -0500, Peter Theobald wrote: One big difference: in PHP you will have to write database-vendor specific code. The

RE: cftry cfcatch/cfcatch/cftry (the solution)

2000-12-13 Thread Runar Petursson
Ok, you wanted a hint, here's big a hint. Obviously, the advantage to using a global CFTRY/CFCATCH is that variables are still scoped in the exception block, unlike the global exception handler. The open and close cftry (as you said) must be in the same template, the solutions is surprisingly

RE: outlook

2000-12-13 Thread Scott, Andrew
Not to mention that there is an option to notification off!!! regards Andrew Scott Senior Cold Fusion Application Developer -Original Message- From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]] Sent: 12 December 2000 23:26 To: CF-Talk Subject: RE: outlook Sorry about the OT

Re: cftry cfcatch/cfcatch/cftry

2000-12-13 Thread Ken M. Mevand
i use a custom tag. the cftry are included in very page. so the custom tag will perform what ever error handling required. cftry ... codes ... cfcatch type="any" cf_errorhandler /cfcatch /cftry -ken - Original Message - From: Neil H. [EMAIL PROTECTED] Subject: cftry

Re: Another debate

2000-12-13 Thread David Cummins
Call me Machiavellian... but I agree. This guy sounds like he's unknowingly pushing your company off a cliff. Grab the valuables and jump! You might as well get the most out of it you can, considering he's decimating your job security. Switching technologies on existing projects almost never

RE: query between 2 database types

2000-12-13 Thread Dave Watts
Gona have to wait for CF 5.0. It has the ability to query a query which will allow this. To the best of my knowledge, the ability to query a recordset already retrieved by CF (which is supposed to be introduced in CF 5) still will not allow a single query to be run against multiple

Re: Another debate

2000-12-13 Thread Chasmo
Here's some ammo for you if the debate suddenly goes "unmoot." ZDNet recently did comparisons of various scripting languages running on Linux and Win platforms. They compared performance, breadth of the API, etc. ColdFusion won hands down, even winning ZDNet's pick over ASP on Win

RE: Exporting data to word (RTF, actually)

2000-12-13 Thread Dave Watts
Some of you may be exporting data to Word (RTF, actually) as per http://tech.irt.org/articles/js154/index.htm. I use this method to create a "printable page" with a header and footer on each page. I wanted to pass along something I learned today about that. I had a CFML variable

RE: division

2000-12-13 Thread BORKMAN Lee
Honestly, I can't imagine what it might mean outside Australia, but down here it's very bad manners to "point your slash" the wrong way (and very messy). (Sorry about that) Lee (Bjork) Borkman http://bjork.net ColdFusion Tags by Bjork -Original Message- From: [EMAIL PROTECTED]

RE: Enterprise Manager Win 2000

2000-12-13 Thread Dylan Bromby
yep. increase the timeout. -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 13, 1997 2:21 PM To: CF-Talk Subject: Enterprise Manager Win 2000 Has anyone experienced problems connecting to their server host using

RE: Just a stray thought

2000-12-13 Thread Michael She
Does ToysRUs still use CF since Moving to amazon? At 11:46 AM 12/13/00 -0500, Greg Creedon you wrote: I bet the guy who worked on toysrus and who was at the ny cf users group last night would have some ideas on this! btw, a round of applause and thanks to the Dinowitz family and Greg Nahrain

Re: query between 2 database types

2000-12-13 Thread Neil H.
You could be slick and query both databases and then join the two in a new query with AddQuery and QueryNew()... Or you could make it all a big WDDX packet (that is always fun) Neil - Original Message - From: "Rick Lamb" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday,

RE: cflock vs. cftransaction

2000-12-13 Thread Bud
On 12/13/00, Evan Lavidor penned: CFLOCK doesn't provide the same effect as cftransaction. In MySQL you can lock your tables, though. It's a little cumbersome. It basically means that MySQl is only handling one request at a time... Here's some code that Tage Widsell posted to this listserv

Re: Another debate

2000-12-13 Thread Michael She
I'm a university co-op student at one of the most budget minded companies I have ever seen, and CF was THE option for web development for us. I did research on many different app server platforms and CF came out on top because: #1. CHEAP #2. Extensible into Java/COM/etc #3. Quick to build apps

RE: division

2000-12-13 Thread BORKMAN Lee
Hey, are my messages getting through to you? I have my doubts. -Original Message- From: BORKMAN Lee Honestly, I can't imagine what it might mean outside Australia, but down here it's very bad manners to "point your slash" the wrong way (and very messy). (Sorry about that) Lee

Re: Allaire ColdFusion Sample Script DoS Vulnerability

2000-12-13 Thread Todd Ashworth
For those who fall victim to this .. *smack*! ;) Todd Ashworth -Original Message- http://www.securityfocus.com/frames/?content=/vdb/%3Fid%3D2094 ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Server problem

2000-12-13 Thread ramesh d
Hi Thanx for yr mail. But u r given only discriptions of errorcodes. And i would be appreciate if any yr valuable suggestions to resolve the problem. if u know any ideas pls feel free to mail me, that might be solve my problem. And if u want to know more detail , then let me know. Thanx in

RE: Another debate

2000-12-13 Thread Steve Pierce
Uhhh, I have to take exception with this, especially with Cold Fusion. you wrote: so where's the additional cost? Upgrades are, after all, strictly optional. Nobody says you have to buy them. We have found a very serious bug in CF 4. Allaire's solution, upgrade to 4.5. Even though the bug is

CF/EJB hosting

2000-12-13 Thread Laszlo Nadai
Hi all, Anyone knows a CF/EJB hosting site with some 'real' database (MySQL, m$SQL, DB2...)? Thanks in advance, laszlo ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: Allaire ColdFusion Sample Script DoS Vulnerability

2000-12-13 Thread Steve Pierce
This exploit should not effect most sites This is not quite true. Sadly most sites have the sample files installed, which is why these things continue to be a problem. Heck AOL up until recently had the sample docs installed on one of their public sites. I know a major university that still has

RE: CFIF and CFOUTPUT

2000-12-13 Thread BORKMAN Lee
Looks like an ugly framing error. I think you might have been able to do this before CF4. The problem is that you have overlapping programming blocks: CFIF CFOUTPUT /CFIF /CFOUTPUT Now there are times when you might like to do that, but it's usually not to be encouraged. So try

Re: WAV conversion to MP3

2000-12-13 Thread Michael She
Check http://software.mp3.com/software/featured/windows/encoders/ Do you need a server side util or a stand alone one? At 04:55 PM 12/13/00 -0600, Eric Dawson you wrote: I have been playing around with tellme.com for my rivercityhockey.net hockey league web site. They have a feature where

RE: queries vs arrays

2000-12-13 Thread Joe Sheble aka Wizaerd
Yup, you can access queries like they're arrays... here's an example: CFQUERY NAME="qGraph" DATASOURCE="#DSN_Name#" USERNAME="#DSN_Username#" PASSWORD="#DSN_Password#" SELECT COUNT(FilePath) AS pathCount, FilePath FROM MasterFPPList GROUP BY FilePath /CFQUERY CFLOOP

RE: CFIF and CFOUTPUT

2000-12-13 Thread Dave Watts
I have a problem with including a CFOUTPUT tag in a CFIF. cfif groupsection IS "off" cfoutput /cfif Regardless of what "groupsection" is set to, the cfoutput tag is processed in the page and of then getting errors when compiling. Is there a trick to getting CF to not see the

RE: Help! CFPOP won't get mail...

2000-12-13 Thread Dylan Bromby
CFPOP cannot read all types of email. I have not tried CF4.5SP2; I run www.planetaccess.com on 4.0.1 Enterprise. We get a fairly large amount of traffic. My point is...we sell ALL kinds of issues with CFPOP. Had to write our own CFX POP tag to deal with it. CFPOP alone will not handle all types

RE: owner-C of a .com-domain

2000-12-13 Thread Bernd VanSkiver
http://www.networksolutions.com/cgi-bin/whois/whois Bernd VanSkiver [EMAIL PROTECTED] ICQ #: 916324 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 5:11 PM To: CF-Talk Subject: OT: owner-C of a .com-domain Hi, how can I

Re: Debates

2000-12-13 Thread Mark Smeets
Hi all, I wanted to throw something in here, probably being one of the youngest on this list I've come to learn one thing in this "industry", whether its IT or IS or Communications (Corporate or otherwise) Goverment work etc... If you close yourself off to one language/option because of "the

RE: Another debate

2000-12-13 Thread lsellers
#2. Extensible into Java/COM/etc #2 and #4 are not available in PHP, nor is formal support available Not that I really know what the hell I'm talking about as far as PHP goes, but I thought php4 had COM support(?). --min ~~ Structure

<    1   2