[PHP] Testing list access - Please ignore this message

2002-10-08 Thread Dave Goodrich
testing internal relay sendmail.cf -- Dave Goodrich System Administrator TLS.NET Columbus IN http://tls.net [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Getting PHP on FreeBSD to talk to MSSQL Server 7...

2002-05-10 Thread Dave Goodrich
Look into Openlink. We used, they still use, MSSQL with PHP running on Unix/Linux at my last employer. I was a happy customer not a spokesperson. It worked as advertised, no fuss, no problems. In a production environment that is what you want. DAve > Hi.. it's me again :) > > We have a few

Re: [PHP] SERVER INFO

2002-03-15 Thread Dave Goodrich
Dani, you have so much to learn. There are many issues to be considered when creating a webserver, but all are within your grasp. I suggest a trip to your local bookstore to get a copy of "Running Linux". Read every page, every single page. Then you will know the answer to your question, and w

Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-21 Thread Dave Goodrich
ork, I would seriously suspect that the built-in Apache-PHP parser is > handling your .cgi files. > > -Brian > > -Original Message- > From: Dave Goodrich [mailto:[EMAIL PROTECTED]] > > * snip > info.cgi > #!/usr/local/bin/php >phpinfo(); > ?> &

Re: [PHP] Re-send (Download the whole directory using PHP)

2001-10-20 Thread Dave Goodrich
If you mean use PHP to download a directory of your choosing... You could send the url to wget or lynx. This would make it easy to pass flags as well such as dir level to get, follow links, recursive Y/N, etc. Never done it but I think exec is what you want. DAve On Sun, Oct 21, 2001 at 12:

Re: [PHP] PHP/CGI problem: #!/path/php at top of CGI script appears in output

2001-10-20 Thread Dave Goodrich
It's not you. I just built a bare cgi version of php, nothing but './configure' and got the same result. I used this simple script to be sure I was in fact running the cgi binary and it showed I was. info.cgi #!/usr/local/bin/php I got the correct info page, but with the #!/usr/local/bin/php a

Re: [PHP] Wget and PHP

2001-07-15 Thread DAve Goodrich
10:22 downloads.php -rw-r--r-- 1 sysadmin rbldev 18212 Jul 15 10:22 index.html drwxr-xr-x 2 sysadmin rbldev 4096 Jul 15 10:22 license/ -rw-r--r-- 1 sysadmin rbldev 18090 Jul 15 10:22 links.php drwxr-xr-x 12 sysadmin rbldev 4096 Jul 15 10:23 manual/ drwxr-xr-x 2 sysadmi

Re: [PHP]OT I know, but WTF...

2001-07-15 Thread DAve Goodrich
I tried changing everything around in > IE >> 6, but so far nothing is working...any ideas? >> >> the error is the normal, annoying, page can't be found or dns error bull. >> >> chris >> -- Dave Goodrich Director of Interface Development Realit

Re: [PHP] Wget and PHP

2001-07-15 Thread DAve Goodrich
t; CCNA, CCDA, CCDP, CCNP > Download Free Essays, Term Papers and Cisco Training from > http://www.gdd.net <http://www.gdd.net> > > -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052 Toll Free 1-877-

Re: [PHP] apache not handling 404 errors for .php pages

2001-07-12 Thread DAve Goodrich
l.html > A possible solution that comes to mind is to auto_prepend > a script that will check for the existance of the file > that PHP is attempting to execute, and die gracefully if > it does not exist on the server but that would be a bad > kludge hack (if it even works a

Re: [PHP] Re: poor HTML syntax crashing (!) netscape

2001-07-08 Thread DAve Goodrich
on many many different things). Its qutie hard to debug, >> especially seeing as the page returned is browser specific.. the one thing > I >> have ruled out is that it is JavaScript.. I removed all of that and no >> change. >> >> Any tips will be helpful... in the

Re: [PHP] closing window after submit

2001-06-30 Thread DAve Goodrich
rect to a thank you page. This could be set to time out and close if you wanted, or offer a validation step as well. DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052 Toll Free 1-877-869-6603 ext. 237 Fax (425)

Re: [PHP] recompiling libphp4.so with -DEAPI

2001-06-22 Thread DAve Goodrich
e-module=in > clude --enable-shared=include --prefix=/usr/local/apache > > Thanks everyone, > Tyler > Is this the answer you need? http://marc.theaimsgroup.com/?l=apache-modssl&m=97687491607953&w=2 DAve -- Dave Goodrich Director of Interface Development Reality Based Learning

Re: [PHP] Apache config + PHP include paths

2001-06-21 Thread DAve Goodrich
b/logs/myWeb_error_log That would make the include directory outside the server root. You could just as easily put it inside and name all your files *.php. But that has been discussed at length already ;^) DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9

RE: [PHP] List of included file names

2001-06-21 Thread DAve Goodrich
> -Original Message- > From: Tim McGuire [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 19, 2001 2:30 PM > To: [EMAIL PROTECTED] > Subject: [PHP] List of included file names. > > > Hi, > > I searched the archives for this. > > For debugging purposes, I want to see a list of the inclu

Re: [PHP] auto index in Apache

2001-06-19 Thread DAve Goodrich
displaying names? > > Thank you very much in advance. > > George > IndexOptions NameWidth=30 That works, just tried it and got 30 characters. Provided you have autoIndexing turned on. DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Compan

Re: [PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
net/manual/en/ref.info.php, but it's not in http://www.php.net/manual/en/configuration.php, But it is in the output of php.info(), Is there a *single* source of the options and their values that can be set/unset using php.ini, or http.conf? When/where these can be set? Would I be able t

[PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
ite/cgi?opt1=val1;opt2=val2";> or whatever. I know that php 4.0.5 has a new ini directive for this, is there any way to change this on older versions of PHP? Thanks, DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmo

Re: [PHP] Netscape 6, What a piece of s$#@ ,anyone else hadproblems with php and Netscape 6?

2001-05-18 Thread DAve Goodrich
; there > you need to clean your cache. > > Anyone did this test? How Netscape know that there is an if statment > there?? > Any point that I'm missing on this test? > >>> This is not a big deal when dealing with simple pages, but, >>> if you have a form on

Re: [PHP] Netscape 6, What a piece of s$#@ , anyone else hadproblems with php and Netscape 6?

2001-05-17 Thread DAve Goodrich
You need some closing table row tags in lines 19,34,49,64,79,94. DAve on 5/17/01 4:21 PM, Brandon Orther at [EMAIL PROTECTED] wrote: > > -- > Dave Goodrich > Director of Interface Development > Reality Based Learning Company > 9521 NE Willows Road, Suite 100 > Redmond,

Re: [PHP] Netscape 6, What a piece of s$#@ , anyone else hadproblems with php and Netscape 6?

2001-05-17 Thread DAve Goodrich
7;s often > an improperly formed table that causes trouble. I occassionally find > that people also use IE-centric code without realizing it (or perhaps > without caring initially). > > Billy -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9

Re: [PHP] Replacing JavaScript functionality with PHP

2001-05-15 Thread DAve Goodrich
atureList'); } Click $gNavigation will be printed so long as $gHide is unset, but it you call the page passing the $gHide param, the navigation will be suppressed. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 R

Re: [PHP] How does everyone else do this? .php in URL

2001-05-09 Thread DAve Goodrich
quot;Files moving Live!!",$message); header("Location: main.php"); } else { header("Location: main.php"); } Cron jobs do the rest. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA

Re: [PHP] Unix file vs. Mac file formats

2001-05-09 Thread DAve Goodrich
ts out in the net both perl and bash that can do this conversion for you, directory wide. Then tell your Mac programmers to change their prefs and all should be well. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond,

Re: [PHP] template solutions?

2001-04-30 Thread Dave Goodrich
e whatsoever. > in httpd.conf DocumentRoot /usr/local/www/thisUser ServerName thisUser.myServer.com php_value include_path /usr/local/www/thisUser/inc php_value open_basedir /usr/local/www/thisUser You could do a lot to control your users abilities/privleges in this way.

FW: [PHP] MSIE on Windows can't open PDF via SSL

2001-04-25 Thread DAve Goodrich
>>> You can try calling session_cache_limiter("public") first. >>> >>> http://www.php.net/manual/en/function.session-cache-limiter.php >>> >>> >>> DAve Goodrich <[EMAIL PROTECTED]> wrote: >>> First off I'm aware of the serv

[PHP] MSIE on Windows can't open PDF via SSL

2001-04-24 Thread DAve Goodrich
); header("Content-type: application/pdf"); header("Content-Disposition: attachment; filename=Results.pdf"); header("Content-Description: PHP Generated PDF" ); cpdf_output_buffer($cpdf); cpdf_close($cpdf); ?> Any thoughts, suggestio

[PHP] RE: Word docs

2001-03-23 Thread DAve Goodrich
Works fairly well when I've needed it. http://www.freeviewer.com/ DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052 Toll Free 1-877-869-6603 ext. 237 Fax (425) 558-5655 [EMAIL PROTECTED] http://ww

Re: [PHP] FAQ

2001-03-15 Thread DAve Goodrich
icular FAQ with commonly asked questions and have the FAQ sent > out each month to all subscribers. A decent threaded mail reader would make > this reasonably easy (notice I did not say *simple*) to administer. > -- Dave Goodrich Director of Interface Development Reality Based Learning Comp

Re: [PHP] Detecting JavaScript

2001-02-26 Thread Dave Goodrich
vely, you could (just supposing now...) have the first page do an instant refresh, using JavaScript to trigger a value in PHP. If the value is set, JavaScript was enabled, if it is not, JavaScript was turned off. But I've not tried it. DAve -- Dave Goodrich Director of Interface Developmen

Re: [PHP] PHP Editors

2001-02-16 Thread Dave Goodrich
idual page properties), etc, etc, etc. The only reason I have a Mac on my desk is for Bbedit. Hoping they port to OSX and allow it to run on my FBSD box. DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052 Toll

[PHP] PHP mail as 'nobody'

2001-02-05 Thread Dave Goodrich
e process name PHP/Apache is running under (ex: change the unprivledged user 'nobody' to 'fantasic-elastic') Has anyone experienced this yet? Any suggestions as to which would be the best solution? I'm leaning towards changing the user of PHP/Apache simply because it doe