> 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
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
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
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?
---
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 (
>>
>> 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. :)
-
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
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
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
>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
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
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
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
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
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;
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
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
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
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
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
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
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
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
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]
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]
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"
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
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
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
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
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
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
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
hi,
this is what i found...
--
";
if(!isset($_SESSION['validuser']))
$_SESSION['validuser'] = $_POST['validuser'];
}
else{
echo "Please try again later";
}
}
?>
ADMIN-LOGIN
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
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
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
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
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
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)
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
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
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
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
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
>
> 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.
101 - 146 of 146 matches
Mail list logo