Re: [PHP] Problem with MSSQL

2002-03-08 Thread Joshua Hoover
u that it can't find 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 --

[PHP] 4.1.2 binary for Windows?

2002-03-04 Thread Joshua Hoover
nload 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
just like an application 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 applicatio

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 unsubs

[PHP] Validating mailing addresses

2001-11-29 Thread Joshua Hoover
ective here 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 PROTE

Re: [PHP] Problems.Sessions id on urls

2001-11-20 Thread Joshua Hoover
r you. For more info on sessions and the trans-sid stuff, check out: http://www.php.net/manual/en/ref.session.php Hope that helps. Joshua Hoover > Some browser (konqueror) show the session id in the url. Does anoyone > know > how to aviod that. Netscape does not show the session id.

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

2001-11-20 Thread Joshua Hoover
ic fields according 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 PROTE

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

2001-11-20 Thread Joshua Hoover
f ($error) { echo $error; } That's one way to do 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); > > @r

Re: [PHP] Re: A tricky one?

2001-11-20 Thread Joshua Hoover
& (isset($var)) { $message .= "$val $var were 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 litt

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

2001-11-19 Thread Joshua Hoover
mimic 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">