RE: [PHP] comparing numbers

2001-02-24 Thread David Harrison
Do you mean something like: --dave -Original Message- From: Clayton Dukes [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 25, 2001 12:54 PM To: [EMAIL PROTECTED] Subject: [PHP] comparing numbers How can I do something like the following shell script, in PHP? (I know this won't w

RE: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread David Harrison
> > > I have SMTP = localhost > > It worked when I set SMTP = my ISP smtp server, but I want to > make it work > with the SMTP server on my system. Thanks. > > -- > * Peter Knif * > > [EMAIL PROTECTED] > "David Harrison" <[EMAIL

RE: [PHP] SMTP on IIS 5.0 Windows 2000 Pro

2001-02-18 Thread David Harrison
Have you set SMTP= your.smtp.server.com ;for win32 only in you php.ini file? --dave > -Original Message- > From: Peter Knif [mailto:[EMAIL PROTECTED]] > Sent: Monday, 19 February 2001 8:13 AM > To: [EMAIL PROTECTED] > Subject: [PHP] SMTP on IIS 5.0 Windows 2000 Pro > > > Hi eve

RE: [PHP] OT probably- Resource id# shows up in select box.

2001-01-30 Thread David Harrison
Probably printing the result of a DB call somewhere accidentally. ie: $dbh = mysql_connect($host,$user,$pass)); echo $dbh; would do that. --dave > -Original Message- > From: Chuck Barnett [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 31 January 2001 12:34 PM > To: PHP General Li

RE: [PHP] Can php listen to server ports

2001-01-29 Thread David Harrison
http://www.php.net/manual/en/ref.sockets.php has a cut'n'paste sample that works perfectly. --dave > -Original Message- > From: Scott Mebberson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 30 January 2001 3:37 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Can php listen to server ports >

RE: [PHP] when using die(), how can i get the line number that errored?

2001-01-29 Thread David Harrison
print __LINE__ Will print the line number (as per http://www.php.net/manual/en/language.constants.php). --dave > -Original Message- > From: Noah Spitzer-Williams [mailto:[EMAIL PROTECTED]] > Sent: Monday, 29 January 2001 7:21 AM > To: [EMAIL PROTECTED] > Subject: [PHP] when using die(

RE: [PHP] How do you do this?

2001-01-24 Thread David Harrison
PHPBuilder.com has an article on this: http://www.phpbuilder.com/columns/rod2221.php3 --david > -Original Message- > From: Sefton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 25 January 2001 4:41 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How do you do this? > > > Hello, > >