Re: [PHP] FAQ

2001-03-15 Thread DAve Goodrich
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 Company 9521 NE Willows Road, Suite 100

[PHP] RE: Word docs

2001-03-23 Thread DAve Goodrich
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://www.rblc.com

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

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] 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

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 ?php phpinfo(); ? I got the correct info page, but with

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

2001-10-21 Thread Dave Goodrich
-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 ?php phpinfo(); ? -- My other computer is your Windows machine... -- PHP General Mailing List (http

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

2001-05-09 Thread DAve Goodrich
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, WA 98052 Toll Free 1-877-869-6603 ext. 237 Fax (425) 558-5655 [EMAIL PROTECTED] http://www.rblc.com -- PHP General

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

2001-05-09 Thread DAve Goodrich
(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 98052 Toll Free 1-877-869-6603 ext. 237 Fax (425) 558-5655 [EMAIL PROTECTED] http://www.rblc.com -- PHP General Mailing

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

2001-05-17 Thread DAve Goodrich
without realizing it (or perhaps without caring initially). Billy -- 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://www.rblc.com

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: big snip -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052 Toll Free

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

2001-05-18 Thread DAve Goodrich
.. It shows the code but netscape doesn't know that. See you, Lucas Persona -- 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

[PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
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 Redmond, WA 98052 Toll Free 1-877-869-6603 ext. 237 Fax (425) 558-5655 [EMAIL PROTECTED

Re: [PHP] Arg seperators

2001-05-18 Thread DAve Goodrich
using php.ini, or http.conf? When/where these can be set? Would I be able to get this info into a matrix for everyones benefit? Something like the table at http://www.php.net/manual/en/function.ini-set.php Thanks, DAve -- Dave Goodrich Director of Interface Development Reality Based Learning

Re: [PHP] auto index in Apache

2001-06-19 Thread DAve Goodrich
IfModule mod_autoindex.c IndexOptions NameWidth=30 /IfModule 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 Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052 Toll

RE: [PHP] List of included file names

2001-06-21 Thread DAve Goodrich
/sample.txt It's fairly self explanatory, hope it helps. 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://www.rblc.com -- PHP

Re: [PHP] Apache config + PHP include paths

2001-06-21 Thread DAve Goodrich
/myWeb_error_log /VirtualHost 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 9521

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

2001-06-22 Thread DAve Goodrich
=apache-modsslm=97687491607953w=2 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://www.rblc.com -- PHP General Mailing List (http

Re: [PHP] closing window after submit

2001-06-30 Thread DAve Goodrich
solution would be to have PHP check the value of the my_hidden_var and redirect 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

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

2001-07-08 Thread DAve Goodrich
vaScript.. I removed all of that and no change. Any tips will be helpful... in the meanwhile I'm going to go thru all my functions to attempt to work out what is doing it *yawn* TIA Tom. -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE

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

2001-07-12 Thread DAve Goodrich
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 at all) anyone have a more elegant solution? -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE Willows Road, Suite 100 Redmond, WA 98052

Re: [PHP] Wget and PHP

2001-07-15 Thread DAve Goodrich
, 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-869-6603 ext. 237 Fax (425) 558-5655 [EMAIL PROTECTED] http

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

2001-07-15 Thread DAve Goodrich
on 7/15/01 9:43 AM, Chris Cocuzzo at [EMAIL PROTECTED] wrote: platform: win 98 se browser: IE 6 public beta That is your problem. Tried MS website? DAve proxie: not using one or whatever connection: LAN-mediaone -Original Message- From: DAve Goodrich

Re: [PHP] Wget and PHP

2001-07-15 Thread DAve Goodrich
15 10:23 manual/ drwxr-xr-x 2 sysadmin rbldev 4096 Jul 15 10:21 stats/ -rw-r--r-- 1 sysadmin rbldev 21866 Jul 15 10:22 support.php sysadmin@zeus:/usr/local/home/sysadmin/www.php.net$ DAve -- Dave Goodrich Director of Interface Development Reality Based Learning Company 9521 NE

[PHP] PHP mail as 'nobody'

2001-02-05 Thread Dave Goodrich
er (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 doesn't cause a reliance on Sendmail. Thanks, DAve -- Dave Goodric

Re: [PHP] Detecting JavaScript

2001-02-26 Thread Dave Goodrich
like Lynx, as is the JavaScript. Alternatively, 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

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

2001-04-24 Thread DAve Goodrich
($cpdf); ? Any thoughts, suggestions, WAGs would be appreciated. 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://www.rblc.com

Re: [PHP] template solutions?

2001-04-30 Thread Dave Goodrich
in this way. 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://www.rblc.com -- PHP General Mailing List (http://www.php.net

[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