[PHP] Re: can't call htpasswd using PHP

2003-06-10 Thread HPS
> > i can't call the "htpasswd" command after i used RedHat 8 ( which i can > do > > so in Red Hat 7.2) > > > > do u have any idea/ suggestion? > > > > thx a lot > > HPS > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] post data?

2003-06-09 Thread HPS
the form tag is Thx! HPS "Esctoday.Com | Wouter Van Vliet" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What does your form tag look like? > > -Oorspronkelijk bericht- > Van: HPS [mailto:[EMAIL PROTECTED] > Verzonden: maandag 9 juni 20

[PHP] post data?

2003-06-09 Thread HPS
Dear all, i am using PHP 4.2.2 with Red Hat 8.0 i had a form in , which has a form like this say, i enter "6" in the text box. After i click the submit button and i echo the value of "course_id", it returned "6course_id=6", NOT "6" do you have any i

[PHP] Re: can't call htpasswd using PHP

2003-06-08 Thread HPS
more information in Red Hat 7.2, i was using PHP 4.1.2 while in Red Hat 8.0, it is PHP 4.2.2 thx a lot~ HPS "Billy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear all, > > i can't call the "htpasswd" command after i used RedHat 8 ( wh

[PHP] postfix instead of sendmail

2003-01-16 Thread HPS
what should i do if i want to use PostFix in the php, but not SendMail? thx very much HPS -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Variable vs Constant

2002-05-28 Thread HPS
h > - Original Message - > From: "Billy" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, May 27, 2002 8:46 AM > Subject: [PHP] Variable vs Constant > > > > what harm will it make if i declear a value as VARIABLE where i shoul

[PHP] Variable vs Constant

2002-05-28 Thread HPS
what harm (in term of loading/performance) will it make if i declear a value as VARIABLE where i should make it as CONSTANT actually?? how about if i declear 100 values as VARIABLEs where all are CONSTANTs actually? thx HPS -- PHP General Mailing List (http://www.php.net/) To unsubscribe