RE: [PHP-INSTALL] PLease UNSUBSCRIBEme from the list!

2005-01-21 Thread Scott Hamm
Unsubscribe me too! -Original Message-From: Ferres [mailto:[EMAIL PROTECTED]Sent: Friday, January 21, 2005 1:51 PMTo: php-install@lists.php.netSubject: [PHP-INSTALL] PLease UNSUBSCRIBEme from the list! PLease UNSUBSCRIBEme from the list!

RE: [PHP-INSTALL] UNSUSCRIBE

2004-12-13 Thread Scott Hamm
Yeah, my corporation protection server were on my back concerning viruses, hence, the reason to unsubscribe. Had this list filter out the viruses prior to distribution, then I would've stayed and contribute my time. Scott -Original Message- From: Jeff Ball [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-INSTALL] Help on Install PHP 5.0.6 on IIS 6

2004-10-21 Thread Scott Hamm
What Web server and operating system are you running your Php on? -Original Message- From: Tang, Alan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 1:22 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Help on Install PHP 5.0.6 on IIS 6 Hello: After I have instal

RE: [PHP-INSTALL] Error trying to list images in a directory

2004-10-20 Thread Scott Hamm
, October 20, 2004 10:11 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-INSTALL] Error trying to list images in a directory At 08:11 AM 10/20/04, Scott Hamm wrote: >While trying to learn Php/MySQL from "Php 5/MySQL Programming for the >absolute beginner" book, I copied the exact code

[PHP-INSTALL] Error trying to list images in a directory

2004-10-20 Thread Scott Hamm
While trying to learn Php/MySQL from "Php 5/MySQL Programming for the absolute beginner" book, I copied the exact code and yet ran into error saying: "Parse error: syntax error, unexpected $end in C:\Program Files\Apache Group\Apache2\htdocs\Calendar\Two\test.php on line 41" Line 41 is a line AFT

[PHP-INSTALL] Limiting the decimal value

2004-10-19 Thread Scott Hamm
How do I limit the decimal value into 2 places? 0) { $Eff = ($ProdActu/$ProdProj)*100; } ?>

[PHP-INSTALL] mktime ()

2004-10-17 Thread Scott Hamm
I'm trying to understand how mktime() function works. I've tried as follows: $one $two $three $four $five $six\n"; ?> What am I doing wrong?

[PHP-INSTALL] Spam control test -- delete this one.

2004-10-13 Thread Scott Hamm
Sorry, I'm testing my own spam filter -- to filter out all php's spam emails.

[PHP-INSTALL] Impossibility

2004-10-11 Thread Scott Hamm
I know it's impossible, but is there a way php can read something from excel file?

RE: [PHP-INSTALL] unknown

2004-10-08 Thread Scott Hamm
Is there any list maintainer or moderator that handles Php mailing list? This thread is getting on my nerve. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 07, 2004 9:05 PM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] unknown you are bad

[PHP-INSTALL] Readfile

2004-09-25 Thread Scott Hamm
How can I set a limit on readfile() function to only read contents between and tags rather than entire file?

[PHP-INSTALL] empty()

2004-09-17 Thread Scott Hamm
 Is this programmed correctly?   if (empty($event_title)) {  $event_title = '';} else {        $event_title=stripslashes($row["title"]);}    

[PHP-INSTALL] ARGH!!! mysql_connect()

2004-09-17 Thread Scott Hamm
I'm using ODBC to connect to my mysql server. Every time when I download a php script to learn how php related with mysql, I ALWAYS get this error: Call to undefined function mysql_connect() in What is the equivalent for mysql's odbc?

[PHP-INSTALL] Php msi lacks essential files?

2004-08-26 Thread Scott Hamm
When I tried to install PHP 5.0 using binary msi installer and running Apache 2.0.50, it lacked file when I tried to configure httpd.conf as follows: LoadModule php5_module "c:/php/php5apache2.dll" AddType application/x-httpd-php .php The msi installation does not include php5apache2.dll anywhe