[PHP] PHP excel capability

2007-04-18 Thread Jonathan Kahan
? I am in a bit of a time crunch so I apologize if this is not considered PHP stuff or if I could have found my answer easily online. I could not find this discussed in any other posts. Thanks in advance for any help you can give. Kind Regards Jonathan Kahan

[PHP] PHP editor

2007-04-11 Thread Jonathan Kahan
Hi all, I beleive this is in the realm of php (I have learned my lesson from last time). Does anyone have recomendation for any free (I.E. permanently free not 30 day trial) of a good php editor. The ones i am seeing all only allow usage for a limited time. Kind Regards Jonathan Kahan

[PHP] Debugging includes

2007-03-26 Thread Jonathan Kahan
(./ASN_DBUtilities.php); include (./PO_Utilities.php); include (inc_FileManager.php); include (./ASN_FileManager.php); Kind Regards Jonathan Kahan Systems Developer Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York, NY, 10018

[PHP] Re: Keep the PHP list ON TOPIC! (was: [PHP] MYSQLyog)

2007-03-21 Thread Jonathan Kahan
Understood. I will think harder next time before posting. - Original Message - From: Jim Moseby [EMAIL PROTECTED] To: 'Jochem Maas' [EMAIL PROTECTED]; Jonathan Kahan [EMAIL PROTECTED] Cc: Stut [EMAIL PROTECTED]; php-general@lists.php.net Sent: Wednesday, March 21, 2007 9:17 AM

[PHP] MYSQLyog

2007-03-20 Thread Jonathan Kahan
. Any help would be greatly appreciated. Kind Regards Jonathan Kahan Systems Developer Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York, NY, 10018

Re: [PHP] MYSQLyog

2007-03-20 Thread Jonathan Kahan
: Jonathan Kahan [EMAIL PROTECTED]; php-general@lists.php.net Sent: Tuesday, March 20, 2007 11:58 AM Subject: Re: [PHP] MYSQLyog Stut wrote: Jonathan Kahan wrote: As part of PHP, I have downloaded a windows program called SQLyog which ^^ - Yeah, but it's not really is it?!! is supposed

Re: [PHP] 2 errors I can not understand

2007-03-14 Thread Jonathan Kahan
will be more careful about this next time. - Original Message - From: Robert Cummings [EMAIL PROTECTED] Newsgroups: php.general To: Myron Turner [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Jonathan Kahan [EMAIL PROTECTED]; php Lists php-general@lists.php.net Sent: Wednesday, March 14, 2007 8:29

[PHP] 2 errors I can not understand

2007-03-13 Thread Jonathan Kahan
Hi all, Please see my output below followed by the code. I have been trying for some to figure out why 1) I can not get a line feed to work in the web page that i am using to display the output as I am not running from the commad line 2) Why my loop is only executing 3 times when i want

Re: [PHP] 2 errors I can not understand

2007-03-13 Thread Jonathan Kahan
That worked in answering part 1 now i got to figure out part 2 - Original Message - From: Tijnema ! [EMAIL PROTECTED] To: Jonathan Kahan [EMAIL PROTECTED] Cc: php Lists php-general@lists.php.net Sent: Tuesday, March 13, 2007 5:55 PM Subject: Re: [PHP] 2 errors I can not understand

Re: [PHP] 2 errors I can not understand

2007-03-13 Thread Jonathan Kahan
at compile time nothing will display to the screen. - Original Message - From: Myron Turner [EMAIL PROTECTED] To: Matt Carlson [EMAIL PROTECTED] Cc: Jonathan Kahan [EMAIL PROTECTED]; php Lists php-general@lists.php.net Sent: Tuesday, March 13, 2007 6:22 PM Subject: Re: [PHP] 2 errors I

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
:[EMAIL PROTECTED] I think up2date is *not* up2date ;-) Google for 'yum' and all its flags for usage... -B Jonathan Kahan wrote: Hi all, I am attempting to start the mysql rpm in Red hat as a first step prior to downloading and activating the php-mysql rpm. I was attempting to follow steps

Re: [PHP] Installing php and mysql on linux

2007-03-12 Thread Jonathan Kahan
) a php-mysql rpm? - Original Message - From: Edward Vermillion [EMAIL PROTECTED] To: Jonathan Kahan [EMAIL PROTECTED] Cc: php Lists php-general@lists.php.net Sent: Monday, March 12, 2007 6:27 PM Subject: Re: [PHP] Installing php and mysql on linux You've either got path problems

[PHP] Intro to PHP question

2007-03-08 Thread Jonathan Kahan
' html body?php $d=date(D); if ($d==Fri) echo Have a nice weekend!; else echo Have a nice day!; ?/body /html Kind Regards Jonathan Kahan Systems Developer Estrin Technologies, inc. 1375 Broadway, 3rd Floor, New York, NY, 10018

Re: [PHP] Intro to PHP question

2007-03-08 Thread Jonathan Kahan
Unfortunately not. I used the vi editor within Linux to create the file. I am using a windows machine locally but the server I am doing this all in is a Linux server which I am accessing through putty. - Original Message - From: Tijnema ! To: Jonathan Kahan Cc: php-general

Re: [PHP] Intro to PHP question

2007-03-08 Thread Jonathan Kahan
!; ? - Original Message - From: Dave Goodchild To: Tijnema ! Cc: Jonathan Kahan ; php-general@lists.php.net Sent: Thursday, March 08, 2007 12:43 PM Subject: Re: [PHP] Intro to PHP question If you are running that from the command line, why do you need html? Not sure why you're doing that.

Re: [PHP] Intro to PHP question

2007-03-08 Thread Jonathan Kahan
Hi all, I went to a website called php-cli.com and found that i needed to type #!/usr/bin/php -q in the header line. Once I typed that, my script without the HTML tags executed. Thanks again, Jonathan - Original Message - From: Tijnema ! To: Jonathan Kahan Cc: Dave