RE: [PHP] Phpstop.com project - wanna be a writer?

2008-05-05 Thread Chris Haensel
ROFL! I can not believe Mr Tedd THE Sperling has been thinking bout the same thing. Well, you are going to do it webbased, aren't ya? I was thinking to have it in PDF magazine style. Maybe I can have you as a writer? ;o) And maybe 2 or 3 more of this list The "big names", ya know *g* ---

RE: [PHP] Phpstop.com project - wanna be a writer?

2008-05-05 Thread Chris Haensel
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 3:59 PM To: php-general@lists.php.net Subject: RE: [PHP] Phpstop.com project - wanna be a writer? At 3:12 PM +0200 5/5/08, Chris Haensel wrote: >ROFL! > >I can not believe Mr Tedd THE Sperling

RE: [PHP] Web page excerpt editor

2008-05-06 Thread Chris Haensel
-Original Message- From: tedd [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 3:02 PM To: php-general@lists.php.net Subject: Re: [PHP] Web page excerpt editor At 8:49 AM -0400 5/6/08, Jason Pruim wrote: >On May 6, 2008, at 8:41 AM, tedd wrote: >>My only quandary was -- do I allow th

RE: [PHP] the Y2K38 BUG

2008-05-07 Thread Chris Haensel
-Original Message- From: Paul Scott [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 9:12 AM To: Nathan Nobbe Cc: Kalle Sommer Nielsen; Jon L.; Chetan Rane; php-general@lists.php.net Subject: Re: [PHP] the Y2K38 BUG On Wed, 2008-05-07 at 00:54 -0600, Nathan Nobbe wrote: > looks l

RE: [PHP] How to get user IP address

2008-05-14 Thread Chris Haensel
-Original Message- From: hce [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 2:07 PM To: php-general@lists.php.net Subject: [PHP] How to get user IP address Hi, How to get user IP address in a PHP server? Thank you. Jim -- PHP General Mailing List (http://www.php.net/) To

[PHP] Data request

2008-05-20 Thread Chris Haensel
Hi fellas (and ladies) Again, I know this is kind of an OT post, but I know that many, if not most, developers are kind of data-collectors. I am looking for a database with US airport runway information. I got all kinds of stuff, but this one is keeping me busy. What I need is ICAO code, runway n

RE: [PHP] FW: [SPAM] [PHP] No Database Connection possible (mySQL)

2008-07-04 Thread Chris Haensel
-Original Message- From: Chris Scott [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 11:41 AM To: php-general@lists.php.net Subject: [PHP] FW: [SPAM] [PHP] No Database Connection possible (mySQL) Importance: Low > -Original Message- > From: Aviation Coding [mailto:[EMAIL

RE: [PHP] Re: No Database Connection possible (mySQL)

2008-07-06 Thread Chris Haensel
-Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Friday, July 04, 2008 10:18 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; php-general@lists.php.net Subject: [PHP] Re: No Database Connection possible (mySQL) David Robley wrote: > Aviation Coding wrote: > >> Hi al

RE: [PHP] An appeal to your better nature

2008-08-05 Thread Chris Haensel
-Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 5:40 PM To: Aschwin Wesselius Cc: Richard Heyes; php-general@lists.php.net Subject: Re: [PHP] An appeal to your better nature On Tue, 2008-08-05 at 14:07 +0200, Aschwin Wesselius wrote: > Ri

RE: [PHP] Re: An appeal to your better nature

2008-08-06 Thread Chris Haensel
-Original Message- From: Daniel Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 1:34 AM To: Ross McKay Cc: php-general@lists.php.net Subject: Re: [PHP] Re: An appeal to your better nature On Tue, Aug 5, 2008 at 7:28 PM, Ross McKay <[EMAIL PROTECTED]> wrote: > > Problems

RE: [PHP] being professional about IT. (was: An appeal to your better nature)

2008-08-06 Thread Chris Haensel
Chris Haensel wrote: > I never thought someone seriously would go the whole way from dev, > test and prod servers AND use all the version control stuff. Oh, it's done quite a lot, I can assure you. > And being a "good IT professional" to me means: know what > you&

[PHP] mail() and exim4

2008-08-19 Thread Chris Haensel
Good day list, I am having some problems with our new server. exim4 is installed, and I am trying to send a mail via the mail() function. Script: "; if(mail("[EMAIL PROTECTED]","test","ding")) { echo "Ja"; } else { echo "Nein"; } ?> Only output: 6143 (as from ini_get("error_rep

[PHP] file_exists() not working correctly?

2008-08-25 Thread Chris Haensel
Good morning list, I have a _very_ simple function... it is as follows /**/ function getgalimage($fzg) { $folder = "bilder"; $imgname= $fzg."_1.JPG"; $checkimg = $folder."/".$imgname;

RE: [PHP] file_exists() not working correctly?

2008-08-25 Thread Chris Haensel
-:- -Original Message- -:- From: Chris [mailto:[EMAIL PROTECTED] -:- Sent: Monday, August 25, 2008 9:25 AM -:- To: Chris Haensel -:- Cc: php-general@lists.php.net -:- Subject: Re: [PHP] file_exists() not working correctly? -:- -:- Chris Haensel wrote: -:- > Good morning l

RE: [PHP] file_exists() not working correctly?

2008-08-25 Thread Chris Haensel
-:- -Original Message- -:- From: Chris [mailto:[EMAIL PROTECTED] -:- Sent: Monday, August 25, 2008 9:49 AM -:- To: Chris Haensel -:- Cc: php-general@lists.php.net -:- Subject: Re: [PHP] file_exists() not working correctly? -:- -:- -:- > That worked like a charm. Now, can you t

RE: [PHP] Manual Coding vs. CMS Systems

2008-08-28 Thread Chris Haensel
-:- -Original Message- -:- From: Carlos Medina [mailto:[EMAIL PROTECTED] -:- Sent: Thursday, August 28, 2008 2:48 PM -:- To: php-general@lists.php.net -:- Subject: Re: [PHP] Manual Coding vs. CMS Systems -:- -:- Auto-Deppe, C. Haensel schrieb: -:- > -:- -Original Message-

[PHP] Braindead

2008-08-29 Thread Chris Haensel
Hi guys, maybe I am too stupid, but I can not see a solution for this. Have been cracking up my brain for the last hours, so I finally dare to ask. I have a database table with some columns text1 | text2 | text3 | text4 -- Now, for some stats

RE: [PHP] Braindead

2008-08-29 Thread Chris Haensel
-:- -Original Message- -:- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] -:- Sent: Friday, August 29, 2008 10:31 AM -:- Cc: php-general@lists.php.net -:- Subject: Re: [PHP] Braindead -:- -:- Chris Haensel wrote: -:- > Hi guys, -:- > -:- > maybe I am too stupid, but