Re: [PHP] PHP Web Based File Management and Security

2003-06-30 Thread Dean E. Weimer
> on 29/06/03 4:12 AM, Dean E. Weimer ([EMAIL PROTECTED]) wrote: > >>> What is the point of the web based file manager? >> To eliminate Local Accounts, and so that they don't have to upload files >> via ftp or ssh. >> Plain ftp is very unsecure, and using a secure ftp server can be very >> confusi

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Derick Rethans
On Mon, 30 Jun 2003, Doug Essinger-Hileman wrote: > On 30 Jun 2003 at 21:23, Derick Rethans wrote: > > > > I'm wondering why the listed "Reply To" address is not > > > "[EMAIL PROTECTED]" > > > Thing would be so much easier to just reply than cut-n-paste when > > > reply to the entire list on a

[PHP] list() with unknown number of values

2003-06-30 Thread John Wulff
I want to write a function that manipulates each piece of data in an array (except for the first). Right now I'm using list as follows from this array: $cdata = array( array("Apr-03",12747.17,23486.55,319062.24,257828.73,0.00), array("Sep-02",12379.46,10246.92,482295.71,618131.35,14.99) ); forea

[PHP] configuring php (RPM RedHat) on apache

2003-06-30 Thread sacarde
Hi, when I try to configure httpd.conf I obtain error: at line "LoadModule php3_module modules/libphp3.so" invalid LoadModule, perhaps mis-spelled or defined by a module not included in the server configuration. but I found module libphp3.so in directory /modules/ can you help me? ---

RE: [PHP] web site security: how to hide login info for mysql-connection

2003-06-30 Thread Wendell Brown
On Mon, 30 Jun 2003 13:50:21 -0600, Peter Janett wrote: > > php_value mysql.default_user fred > php_value mysql.default_password secret > php_value mysql.default_host server.example.com > H what about phpinfo()? It shows those settings in the clear. -- PHP General Mailing List (

RE: [PHP] web site security: how to hide login info for mysql-connection

2003-06-30 Thread Mike Migurski
>> >> php_value mysql.default_user fred >> php_value mysql.default_password secret >> php_value mysql.default_host server.example.com >> > >H what about phpinfo()? It shows those settings in the clear. solution: don't leave stray phpinfo's on a production site. :) -

RE: [PHP] web site security: how to hide login info for mysql-connection

2003-06-30 Thread Derick Rethans
On Mon, 30 Jun 2003, Wendell Brown wrote: > On Mon, 30 Jun 2003 13:50:21 -0600, Peter Janett wrote: > > > > > php_value mysql.default_user fred > > php_value mysql.default_password secret > > php_value mysql.default_host server.example.com > > > > H what about phpinfo()? It shows

RE: [PHP] web site security: how to hide login info for mysql-connection

2003-06-30 Thread Wendell Brown
On Mon, 30 Jun 2003 13:50:21 -0600, Peter Janett wrote: >My concern is that a shell emulating PHP or >Perl script run as Apache can read or copy ANY PHP script used with PHP as >an Apache module. It seems to me like the safest way to handle this would be to create a function that opens the databa

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Jeremy Thibeaux
I just read this FAQ, and I still don't see a good reason why not to change the REPLY-TO. The primary reason offered is that it will prevent people from sending messages in private, but that is not really the case (the FROM field will still contain the sender's address and it can simply be cut & p

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Mike Migurski
>I just read this FAQ, and I still don't see a good reason why not to >change the REPLY-TO. The primary reason offered is that it will prevent >people from sending messages in private, but that is not really the case >(the FROM field will still contain the sender's address and it can simply >be cu

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Doug Essinger-Hileman
On 30 Jun 2003 at 22:34, Derick Rethans wrote: > > I disagree with you Derick. In many (most? all?) programs, the > > reply- all function will send an email back to the list **and** one > > to the author. This wastes bandwidth needlessly, in my opinion. I > > receive the messages to the list and d

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Derick Rethans
On Mon, 30 Jun 2003, Doug Essinger-Hileman wrote: > Having said this, I suspect that you and I will continue to disagree, > which is perfectly okay. If this list changes the default I will be > happy. If it doesn't, I will learn to adjust. One request I make is > that folk, including you, Deric

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Rasmus Lerdorf
Guys, this will not change. Look back through the archives. It has been discussed a couple of times. If you don't like it, unsubscribe. Sorry to be blunt, but this is a waste of bandwidth. Keep in mind that many people post without being subscribed to the list, so only sending a reply to the l

[PHP] Email troubles

2003-06-30 Thread Sparky Kopetzky
I'm getting this error while sending email with mail(): Warning: mail(): SMTP server response: 550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied in (path to my program) How do I turn relaying on?? Robin E. Kopetzky Black Mesa Computers/Internet Services www.blackmesa-isp.net

RE: [PHP] Forms

2003-06-30 Thread Daevid Vincent
Additionally, you could put this in a header file or the top of your page: reset ($_GET); while (list ($key, $val) = each ($_GET)) { //echo "$key => $val\n"; $$key = $val; } reset ($_POST); while (list ($key, $val) = each ($_POST)) { //echo "$key => $val\n"; $$key = $val;

RE: [PHP] php-general as REPLY TO

2003-06-30 Thread Daryl Meese
Well, what we have here is a classic business example. If PHP (and this list) were operated commercially then it would behove them to consider examining what their customers percieve as an inconvenience and remove that situation from the relationship to the satisfaction of the majority of their ma

[PHP] Yahoo Stuff.

2003-06-30 Thread Daryl Meese
Does anyone know why I get an email from Yahoo Groups everytime I submit to this list? The email comes from: Yahoo! Grupos [EMAIL PROTECTED] .com.br] and the body is: Olá [EMAIL PROTECTED], Recebemos sua solicitação para entrar no grupo BUNDAS2003 do Yahoo! Grupos, um serviço de comunidades onl

[PHP] Curl

2003-06-30 Thread Daryl Meese
Does anyone know if there are any special steps to get Curl to submit data in an iso-8859-1 format? Or, for that matter what the standard format for Curl is? Daryl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installation for OS X

2003-06-30 Thread Rodney Davis
Does anyone know of a good installation kit like FoxServ, phpTriad, etc for Mac OS X? I want a quick solution for adding MySQL, GD, phpLib support for my mac. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] web will not SUB, so I will try here

2003-06-30 Thread phpWalter
It seems the web page is not letting me subscribe, so I figured I'd try this route. phpWalter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Installation for OS X

2003-06-30 Thread Larry E . Ullman
Does anyone know of a good installation kit like FoxServ, phpTriad, etc for Mac OS X? I want a quick solution for adding MySQL, GD, phpLib support for my mac. Follow Marc's instructions at http://www.entropy.ch/software/macosx/php/ He provides a compiled version of PHP that includes MySQL suppor

RE: [PHP] php-general as REPLY TO

2003-06-30 Thread Miles Thompson
If snipping everything is v. rude, then I apologize. Please, everyone, get a grip -- how difficult is it to right click and select "Reply to All"? And if one has to cut and paste the "php-general ... " form cc: to to:, does it take that much time? More likely, if you start typing "php-" it aut

Re: [PHP] Email troubles

2003-06-30 Thread Leif K-Brooks
Sparky Kopetzky wrote: I'm getting this error while sending email with mail(): Warning: mail(): SMTP server response: 550 5.7.1 <[EMAIL PROTECTED]>... Relaying denied in (path to my program) How do I turn relaying on?? That has nothing to do with PHP, it's your SMTP server. I'm guessing you'r

Re: [PHP] Yahoo Stuff.

2003-06-30 Thread Jeremy Thibeaux
I am getting the same message, but I hadn't made the connection. Is anyone else seeing this? Jeremy --- Daryl Meese <[EMAIL PROTECTED]> wrote: > Does anyone know why I get an email from Yahoo > Groups everytime I submit to > this list? > > The email comes from: Yahoo! Grupos > [EMAIL PROTECTED]

[PHP] if and...

2003-06-30 Thread Steve Marquez
I am trying to get php to use two conditions. My question Is, I am not sure if the "and" is correct, it does not work. Is there another way to do this? I have tried a plus (+), a (,) and nothing seems to work. Could someone please help? Thanks! Steve Marquez Marquez Design [EMAIL PROTECTED]

Re: [PHP] if and...

2003-06-30 Thread Ray Hunter
if( $biz == "my_business" && $id_num == 1 ) { echo "stuff..."; } if $biz is a string and $id_num is an int... -- BigDog On Mon, 2003-06-30 at 19:09, Steve Marquez wrote: > I am trying to get php to use two conditions. > > > if ($biz = my_business and $id_num = "1"){ > > echo "stuff"

Re: [PHP] Yahoo Stuff.

2003-06-30 Thread Rasmus Lerdorf
Someone had subscribed [EMAIL PROTECTED] to php-general. I got rid of it. -Rasmus On Mon, 30 Jun 2003, Jeremy Thibeaux wrote: > I am getting the same message, but I hadn't made the > connection. Is anyone else seeing this? > > Jeremy > > --- Daryl Meese <[EMAIL PROTECTED]> wrote: > > Does anyo

Re: [PHP] if and...

2003-06-30 Thread Lars Torben Wilson
On Mon, 2003-06-30 at 18:09, Steve Marquez wrote: > I am trying to get php to use two conditions. > > > if ($biz = my_business and $id_num = "1"){ > > echo "stuff" > > } > > if ($biz = "my_business" and $id_num ="2"){ > > echo "other stuff" > > } > > ?> > > My question Is, I am n

[PHP] need help w/ sql query - update and select at once

2003-06-30 Thread r-militante
hi i'm trying to get this sql query to work, i'm trying to update and select at the same time, i'm not even sure if this is even possible update db.tablename set field1='yes' where (select * from db.tablename,db.tablename2 where db.tablename.userid=db.tablename2.userid); basically i have a colum

[PHP] [NEW] XML-PHP Forums

2003-06-30 Thread sterling
New forum, dedicated to XML/PHP, from the PHP/XML based site xmlmania.com (main site currently in development). Completely new, join NOW! -- PHP Announcements Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Connecting PHP to Jetty...

2003-06-30 Thread Rodrigo Reyes
Hi all Has someone been able to have PHP connected to Jetty? Thanx... Rodrigo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread John Manko
Keep in mind that many people post without being subscribed to the list, This is false. In fact, I tried sending a message to the list from another account that wasn't subscribed, and I got a reply stating the following: Because you are not subscribed to "[EMAIL PROTECTED]" using the email addres

Re: [PHP] php-general as REPLY TO

2003-06-30 Thread Rasmus Lerdorf
On Mon, 30 Jun 2003, John Manko wrote: > >Keep in mind that many people post without being subscribed to the list, > > This is false. In fact, I tried sending a message to the list from another account > that wasn't subscribed, and I got a reply stating the following: > > Because you are not sub

[PHP] Re: Small Error in Login Script

2003-06-30 Thread Shivanischal A
hi, this is what i found... -- "; if(!isset($_SESSION['validuser'])) $_SESSION['validuser'] = $_POST['validuser']; } else{ echo "Please try again later"; } } ?> ADMIN-LOGIN

[PHP] Re: need help w/ sql query - update and select at once

2003-06-30 Thread Shivanischal A
you probably cant ge this to work in PHP. try creating a temporary table -shiva <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi i'm trying to get this sql query to work, i'm trying to update and > select at the same time, i'm not even sure if this is even possible > > update db

[PHP] Re: need help w/ sql query - update and select at once

2003-06-30 Thread Shivanischal A
you probably cant ge this to work in MySQL. try creating a temporary table "Shivanischal A" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > you probably cant ge this to work in PHP. try creating a temporary table > > -shiva > > > <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PR

Re[2]: [PHP] Refreshing

2003-06-30 Thread Tom Rogers
Hi, Tuesday, July 1, 2003, 3:41:56 AM, you wrote: JB> Also, this may not be PHP but...does anyone know how to stop the JB> annoying click on Internet Explorer when something refreshes? JB> [/snip] control panel -> sounds -> set select to 'none' -- regards, Tom -- PHP General Mailing List

Re: [PHP] Refreshing

2003-06-30 Thread James Hicks
On Tuesday 01 July 2003 12:30 am, Tom Rogers wrote: > Hi, > > Tuesday, July 1, 2003, 3:41:56 AM, you wrote: > > JB> Also, this may not be PHP but...does anyone know how to stop the > JB> annoying click on Internet Explorer when something refreshes? > JB> [/snip] > > > control panel -> sounds -> se

Re: [PHP] IsSet() and $_SESSION - BUG?

2003-06-30 Thread John Manko
Hello everyone. I was able to determine what was causing my problem with session variables not being persitant across page requests. I want to give you the full scope here, so I'm going to paste the code (and if you have any code tips, please let me know). I think the problem might be this (a

Re: [PHP] Forms

2003-06-30 Thread Jason Wong
On Tuesday 01 July 2003 06:51, Daevid Vincent wrote: > Additionally, you could put this in a header file or the top of your page: > > > reset ($_GET); > while (list ($key, $val) = each ($_GET)) { > //echo "$key => $val\n"; > $$key = $val; > } > > reset ($_POST); > while (list ($key, $val)

Re: [PHP] IsSet() and $_SESSION - BUG?

2003-06-30 Thread Jason Wong
On Tuesday 01 July 2003 12:46, John Manko wrote: > Hello everyone. I was able to determine what was causing my problem > with session variables not being persitant across page requests. I want > to give you the full scope here, so I'm going to paste the code (and if > you have any code tips, plea

Re: [PHP] Refreshing

2003-06-30 Thread Stephen
When I was asking this question, I wanted to do it on the server so the user didn't have to do anything. :-P With bubblegum in my shoe, Stephen Craton Senior Executive Web Developer Mophus.com, Inc. - Original Message - From: "James Hicks" <[EMAIL PROTECTED]> To: "Tom Rogers" <[EMAIL PR

[PHP] Subtracting dates in php

2003-06-30 Thread Mike Mannakee
Anyone know of an easy way to add or subtract dates in php the way you can in mysql? Easier, that is, than coding the logic by hand? This seems like a total pain. Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Zend

2003-06-30 Thread Gladk
Hi ALL! Can anybody give me direct link for downloading Zend Optimizer. I tried to do it a lot of times from the official site, but after accepting agreement nothing happens Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Subtracting dates in php

2003-06-30 Thread Shivanischal A
try http://www.phpclasses.org -shiva "Mike Mannakee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone know of an easy way to add or subtract dates in php the way you can > in mysql? Easier, that is, than coding the logic by hand? This seems like > a total pain. > > Mike >

Re: [PHP] Installation for OS X

2003-06-30 Thread Joel Rees
> Does anyone know of a good installation kit like FoxServ, phpTriad, etc for > Mac OS X? I want a quick solution for adding MySQL, GD, phpLib support for > my mac. Well, if you're at least up to 10.1, it's already in there: http://www.macdevcenter.com/pub/a/mac/2002/01/04/apache_macosx_pt3.

<    1   2