Re: [PHP] Problem with MSSQL

2002-03-08 Thread Joshua Hoover
the appropriate dll files used to connect to SQL Server. To remedy this you can add the following to your Windows PATH variable: C:\PHP\dlls; This, again, is assuming you have PHP installed on C:\ Hope that gets you pointed in the right direction. Joshua Hoover - Original Message

[PHP] 4.1.2 binary for Windows?

2002-03-04 Thread Joshua Hoover
4.1.2 for Windows or give an update on when the update may be made available in binary form? Thank you, Joshua Hoover -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] The ASP application object in PHP?

2002-02-15 Thread Joshua Hoover
object. I haven't found a time where I need/want to manipulate the variables on the fly within code. Most of the variables being set are simply configuration settings for the application, not variables needing to change and be shared across the application. Hope that helps some, Joshua Hoover

Re: [PHP] Logo proposal

2001-12-11 Thread Joshua Hoover
How about a Beaver? They're small, fast, and efficient. Joshua Hoover How about a porpoise. They're fast, intelligent, and as Lewis Carol said, you shouldn't go anywhere without a porpoise. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] Validating mailing addresses

2001-11-29 Thread Joshua Hoover
is to be able to validate mailing addresses and clean them up (if necessary) in order to be able to ship out packages optimally with as few errors as possible. Thanks in advance! Joshua Hoover -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Re: A tricky one?

2001-11-20 Thread Joshua Hoover
ordered \n; } } This will make sure that the string length of $val (the value of the form element) is greater than 0; if not, it won't add it to the message. Joshua Hoover It works after modifying it a little. BUT... :) It lists all the variables even if they aren't given any value

Re: [PHP] How do I convert from perl to php?

2001-11-20 Thread Joshua Hoover
it. Joshua Hoover I am a perl user trying to convert to php how would i turn this perl into php? use CGI; $name = param(name); $address = param(address); $phone = param(phone); @required = qw( name address phone ); foreach $key($required) { if (!$$key) { out(You left one empty

Re: [PHP] Re: Re: How do I convert from perl to php?

2001-11-20 Thread Joshua Hoover
to the way his Perl code reads. Joshua Hoover Now this looks like what I would want... brandon - Original Message - From: Philip Hallstrom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 2:22 PM Subject: [PHP] Re: Re: How do I

Re: [PHP] Re: Version Contol for PHP site

2001-11-19 Thread Joshua Hoover
the production environment well enough. Hope that helps... Joshua Hoover Hi Jeff There is a Windows version of WinCVS (see http://wincvs.org/ ). John Jeff Bearer [EMAIL PROTECTED] wrote in message 1006195598.1407.7.camel@jbearer">news:1006195598.1407.7.camel@jbearer... Hello, I'