RE: [PHP] Exchange substitute

2002-02-12 Thread Erik H. Mathy
I'm doing a project to move my company off of microsloth exchange. I have dont qmail with courier imap, now I was looking for suggestions for the rest of exchange features, calendaring, scheduling and so on and so forth. Is there one good package? Try TWIG. I've played with an older

RE: [PHP] Merry christmas!

2001-12-24 Thread Erik H. Mathy
Same to you (and everyone else)! (hey, at least it's a benign off-topic thread. ;] ) Have a lovely day tomorrow, - Erik -Original Message- From: Emile Bosch [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 23, 2001 4:49 PM To: [EMAIL PROTECTED] Subject: [PHP] Merry christmas!

[PHP] Cincinatti Developers?

2001-11-28 Thread Erik H. Mathy
Hey All! I might have a prospective client for someone local to the Cinci area. Being up in Wisconsin I'm just not really able to fully help him out. There will be some onsite work, so I'm out. Here's what he's looking for: Skills: NT Server setup Xitami PHP4 MySQL Experience with a web

[PHP] PHP4, NT Workstation, Xitami issue...

2001-11-01 Thread Erik H. Mathy
Hey All! I hit a snag yesterday on something I've done a million times before. Perhaps one of you might be able to lend a hand. Situation: I use a Dell Latitude laptop for development. It's got pretty much everything I need for my day to day needs. NT Workstation, mysql, mssql,

RE: [PHP] Extensions problem

2001-11-01 Thread Erik H. Mathy
I have mssql extensions working with the .dll in the extensions directory of my PHP4 folder. I am trying to get curl to work but when I try to run php it says that php_curl.dll was not found, But it is in the same dir as the mssql and mssql is working great. I've never used curl, but I

RE: [PHP] Architecture : Handling timezones in a web application

2001-10-29 Thread Erik H. Mathy
we have developed an application that in use at institutions throughout the U.S and hosted centrally, Sweet! and we need to figure out how to handle timezone issues for time related data in the database. how have others handled the issue ? our thought is to associate a timezone with the

RE: [PHP] PHP Boot Camp [Announcement]

2001-09-20 Thread Erik H. Mathy
If HE is the one who did these lame-ass sites: http://www.PHPBootCamp.com http://www.l-i-e.com I don't want to learn anything from him, that's for sure Ay yi yi! Listen here, Flame Boi, why don't you just keep your comments to yourself, h? Unless I'm mistaken, there aren't many

RE: Re: [PHP] Sorry, i need HTML help

2001-08-29 Thread Erik H. Mathy
or should I say that IE NS don't agree on standards. Not to be too blunt, but what does that matter? IE owns damn near 90% of the market nowadays. Even if AOL starts uses Navigator, that isn't going to change much. Don't get me wrong. Unless specified otherwise by a client I make all my code

RE: [PHP] LAN Scripts/Functions

2001-08-28 Thread Erik H. Mathy
Now I am after Scripts and/or Functions that would be handy to use on at a LAN, or on a Website Related to LANs...here are just a few things I have thought up... el snippo! Get thy lazy behind to Freshmeat and Sourceforge. ;) http://www.freshmeat.net http://sourceforge.net/ Enjoy! - Erik

RE: [PHP] File Upload and NT...

2001-08-24 Thread Erik H. Mathy
I'm having an odd problem on a WinNT system. That's what NT is all about. ;) When I try to do my upload, I test the file to see the type of it: $image_info = GetImageSize($the_image); Out of curiousity, who don't you try using: if(is_file($the_image)) { do something... } else {

RE: [PHP] Re: PHP secure

2001-08-24 Thread Erik H. Mathy
Encode (or compile) the source. Zend's compiler costs 2400 dollars. At this cost is better to release your code on an open source license ;-) The open source license is only as effective as your ability to hire a lawyer to enforce it. ;) It also depends on: a.) How much you're charging

RE: [PHP] Urgent!!! Forum code

2001-08-22 Thread Erik H. Mathy
There are many. Get thee to Freshmeat and search for: PHP mysql forum http://www.freshmeat.net Have fun, - Erik -Original Message- From: Emiliano Marmonti [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 3:26 AM To: Lista PHP Subject: [PHP] Urgent!!! Forum code

RE: [PHP] strange error

2001-08-22 Thread Erik H. Mathy
Heya! All adive given so far is good. You might also want to check for a non-closed if { } statement. If you've got something like: - html ? if(isset($foo)) {? html 1 ? } else { ? html2 /html - You'll get an error in the last line, where the /html resides. Hope this is a

RE: [PHP] cgi timeout

2001-08-17 Thread Erik H. Mathy
I haven't had to use IIS5 yet, but you might want to check in the IIS setting for a max cgi execution time. - Erik -Original Message- From: Raymond Siow [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 4:00 PM To: [EMAIL PROTECTED] Subject: [PHP] cgi timeout Hi: I am

RE: [PHP] php upload on MAC

2001-08-14 Thread Erik H. Mathy
Hi! Mac users can't upload all of their files. all of their files? Out of curiousity, how many files do they seem to be able to send up before the script falters? What error messages or behavior does PHP show when it does falter? Just looking for alittle additional info, - Erik -- PHP

RE: [PHP] cURL tutorials ?

2001-08-14 Thread Erik H. Mathy
http://curl.haxx.se/libcurl/php/ Enjoy! - Erik -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 3:19 PM To: PHP User Group Subject: [PHP] cURL tutorials ? Hello, I am looking for tutorials for using PHP with cURL. If you

RE: [PHP] PHP_SELF

2001-07-30 Thread Erik H. Mathy
It's generally a whole lot better to do your form value checking with Javascript. It'll be faster and alot less of a waste of your server resources. IMHO, of course. :) -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 5:30 PM To: PHP

RE: [PHP] PHP_SELF

2001-07-30 Thread Erik H. Mathy
Fischer [mailto:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 5:48 PM To: Erik H. Mathy; PHP Subject: Re: [PHP] PHP_SELF You wrote: It's generally a whole lot better to do your form value checking with Javascript. It'll be faster and alot less of a waste of your server resources. IMHO

RE: [PHP] Example high-profile PHP sites

2001-07-26 Thread Erik H. Mathy
A very high traffic site (don't mind the cheese-like content) that I used be the developer for: http://www.ecrush.com 14 million hits a month on avg... - Erik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] Storing Java Script Varable into php variable

2001-07-20 Thread Erik H. Mathy
Hi Mike! Generally the only way to send information from a clientside javascript to a serverside language (in this case PHP) is via a form submit or putting that value into an HREF the user will click. For example: !-- your javascript functions function show(){ if