Re: [PHP] again: IIS vs Apache

2003-03-26 Thread Daniel Guerrier
The the LAMP platform is supposed to more stable but If it ain't broke why fix it? --- [EMAIL PROTECTED] wrote: > Hi, I'm new here. I imagine that this question was > made a lot of times in this > list, but reading the archive i couldnt find a > recently answer to this > question: > >I wa

[PHP] again: IIS vs Apache

2003-03-25 Thread matiasz
Hi, I'm new here. I imagine that this question was made a lot of times in this list, but reading the archive i couldnt find a recently answer to this question: I want to convince my new lab partners (and director) to migrate our PHP site (over 1000 hits a day) to Apache/Linux. Could you giv

[PHP] again, dynamic image of text string

2003-02-15 Thread Alex Shi
Hi, I am using following script to generate a dynamic picture from a text string. It works fine for both my developing server and the application server (a virtual host). Both server are Linux RH. The ImageString utilizes a php built-in font to generate image. However if replace this functio

Re: [PHP] javascript and php again

2002-11-13 Thread Chris Boget
> so there is no way to use javascript and php together? No, not really. Not in the way you are hoping. > If not, can php do some of the cool things that javascript does? The main > thing I am looking for is a somthing like this: > http://www.dynamicdrive.com/dynamicindex1/popit.htm but I w

RE: [PHP] javascript and php again

2002-11-13 Thread Edward Peloke
-Original Message- From: Marek Kilimajer [mailto:kilimajer@;webglobe.sk] Sent: Wednesday, November 13, 2002 2:43 PM To: PHP Subject: Re: [PHP] javascript and php again php doesn't understand javascript, php executes on the server and javascript on the client side. Edward Peloke

Re: [PHP] javascript and php again

2002-11-13 Thread Marek Kilimajer
php doesn't understand javascript, php executes on the server and javascript on the client side. Edward Peloke wrote: I have some javascript that by itself, runs fine in a php file but, when I enclose it in php... if (!variable) { ?> ---insert java here } ?> Then is does not work...is ther

[PHP] javascript and php again

2002-11-13 Thread Edward Peloke
I have some javascript that by itself, runs fine in a php file but, when I enclose it in php... ---insert java here Then is does not work...is there a trick to this? Can this not be done? Thanks, Eddie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Again my question about Building Libraries

2002-03-27 Thread Alexandre Soares
> Hi All, > > > This is my first participation in this group, so my question is I > write a function in c, but I need use this function and more joined in a > library make using the command ar rc alexlib.a x.o, but this procedure show > a error when I use this in my browser, please anyone

Re: [PHP] Again, and Again, and AGAIN!

2002-03-20 Thread Dr. Shim
That's fine. I already got it going (somebody helped me). Thanks for that tip anyhow. "Mike Gohlke" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Are you hitting enter while in one of the fields or clicking the submit button. I've seen versions of IE that woul

Re: [PHP] Again, and Again, and AGAIN!

2002-03-20 Thread Mike Gohlke
Are you hitting enter while in one of the fields or clicking the submit button. I've seen versions of IE that would not set the submit button if enter was used. Personally, I would check for isset($username) && isset($password). Mike... (Sorry for the very late reply, etc. I've been dealin

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 13:14, Jason Wong wrote: > You're using 4.1.1, $HTTP_POST_VARS{} has been replaced by $_POST[] (see > changelog/history/php.ini for details). Sorry a typo: $HTTP_POST_VARS[] has been replaced by $_POST[] -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 12:12, Dr. Shim wrote: > I'm using PHP 4.1.1 (for Windows). Here is *all* of my code. > > > > Administrative Log-In Page > > > > > Please enter your username and password below in the fields below. > > Username: > You're using 4.1.1, $HTTP_POST_VARS{} has been

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread pong-TC
[EMAIL PROTECTED] writes: >I'm using PHP 4.1.1 (for Windows). Here is *all* of my code. > > > >Administrative Log-In Page > > > > >Please enter your username and password below in the fields below. > > Username: > > > Password: > > > > > > Hello Jason If I were you, I would not u

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
I'm using PHP 4.1.1 (for Windows). Here is *all* of my code. Administrative Log-In Page Please enter your username and password below in the fields below. Username: Password: mailto:[EMAIL PROTECTED]\";>e-mail the text below to me.~~~$PHP_ERROR$db~~~";

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 12:04, Dr. Shim wrote: > Sorry about the subject heading. > > I've put in > > > > But still when I click on the "Log In" button, thing happens. Please post the rest of your code and also which version of PHP you're using. -- Jason Wong -> Gremlins Associates -> www.gre

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
Oh, by the way, the "if...then" claus runs successfully, but the function never is called. Am I wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
Sorry about the subject heading. I've put in But still when I click on the "Log In" button, thing happens. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Jason Wong
On Sunday 17 March 2002 11:46, Dr. Shim wrote: > I've changed > > > > To > > > > > And I get a parse error. Could you possibly help me correct this? (I'm a > newbie, so have pity on me. =) Use: Also, please use a descriptive subject heading next time! -- Jason Wong -> Gremlins Associa

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
I've changed To And I get a parse error. Could you possibly help me correct this? (I'm a newbie, so have pity on me. =) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Mike Gohlke
Dr. Shim wrote: >I've tried repediately to have a PHP script validate a form when the form is >submitted. I'm quite new to PHP, and I'd really appreciate the help anybody >could give me. I've been stuck on this problem far to long. > >I have a form (here's the code): > > > Username: > > The sh

[PHP] Again, and Again, and AGAIN!

2002-03-16 Thread Dr. Shim
I've tried repediately to have a PHP script validate a form when the form is submitted. I'm quite new to PHP, and I'd really appreciate the help anybody could give me. I've been stuck on this problem far to long. I have a form (here's the code): Username: Password: An

Re: [PHP] Again Session

2002-03-08 Thread Erik Price
On Friday, March 8, 2002, at 01:15 PM, Sven Jacobs wrote: > Hey > > I have 2 values stored in my session, how do I pull them back out ? > $_SESSION['name_of_first_value'] $_SESSION['name_of_second_value'] in PHP 4.1 or greater. And hay is for horses. Erik Erik Price Web Developer

[PHP] Again Session

2002-03-08 Thread Sven Jacobs
Hey I have 2 values stored in my session, how do I pull them back out ?

Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Joffrey van Wageningen
> > I did build php4.1.1 on RH7.2 with a different configuration command. > > > > After restarting the server, the phpinfo shows still the same version and > > the old configure command. > > > > Do I have to point to the new installation? This suprises me, because > > everything went ok during co

Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Martín Marqués
On Mar 26 Feb 2002 10:19, Brian Drexler wrote: > Would restarting HTTPD fix this problem? > > -Original Message- > From: Martín Marqués [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 26, 2002 8:08 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Compiled php ag

RE: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Brian Drexler
Would restarting HTTPD fix this problem? -Original Message- From: Martín Marqués [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 8:08 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Compiled php again but running still old php version On Mar 26 Feb 2002 09:46, you

Re: [PHP] Compiled php again but running still old php version

2002-02-26 Thread Martín Marqués
On Mar 26 Feb 2002 09:46, you wrote: > Hi there, > > I did build php4.1.1 on RH7.2 with a different configuration command. > > After restarting the server, the phpinfo shows still the same version and > the old configure command. > > Do I have to point to the new installation? This suprises me, b

[PHP] Compiled php again but running still old php version

2002-02-26 Thread Andy
Hi there, I did build php4.1.1 on RH7.2 with a different configuration command. After restarting the server, the phpinfo shows still the same version and the old configure command. Do I have to point to the new installation? This suprises me, because everything went ok during compile. Thanx f

Re: [PHP] (again)Writing new lines in txt- files?=)

2002-01-23 Thread Alexander Skwar
So sprach »Mårten Andersson« am 2002-01-23 um 19:27:04 + : > hello again! =) > > I.m using fwrite() to write to the file. What I want is a new row i a > textdocument after each strung I insert.. > > I've been told that "\n" should be the solution to the problem whith new > rows i a text-do

[PHP] (again)Writing new lines in txt- files?=)

2002-01-23 Thread Mårten Andersson
hello again! =) I.m using fwrite() to write to the file. What I want is a new row i a textdocument after each strung I insert.. I've been told that "\n" should be the solution to the problem whith new rows i a text-document. But I am not sure that's want I wanted... =) I'll try to be more spe

Re: [PHP] Again (still?) problems with php and ldaps

2001-12-06 Thread Stig Venaas
On Thu, Dec 06, 2001 at 12:08:12PM +0100, Susanne Benkert wrote: > After recompiling my Php with the newest LDAP-Libraries and Openssl > "ldap_connect("ldap://hostname";)" works. But I still have problems with > "ldap_connect("ldaps://hostname")": Could you check whether ldapsearch -H "ldaps://h

[PHP] Again (still?) problems with php and ldaps

2001-12-06 Thread Susanne Benkert
Hi, After recompiling my Php with the newest LDAP-Libraries and Openssl "ldap_connect("ldap://hostname";)" works. But I still have problems with "ldap_connect("ldaps://hostname")": Connecting works, but Php can't bind with the Openldap-Server. I checked the debug output of slapd and found messa

[PHP] Again: [PHP] NEXT Page and BACK Page

2001-10-23 Thread Josep Raurell
> Use a LIMIT clause. See > http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SEL ECT > > -Rasmus And for a db that not have limit (like ibm db2) Josep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP] again system, exec and passthru.

2001-09-04 Thread Thorsten Wandersmann
I read a lot of it in this group, but not a real solution. I think, that most of the problems is the same that I have. I'm using SuSE7.2, apache 1.3.19, php 4.0.4pl1. Webserver is up and runnig and normally all works fine, without $SUBJECT. OK, tried the three functions using " and ' as well,

[PHP] again session doubt

2001-08-10 Thread Balaji Ankem
Hello! boss,    It started session.   But i didn't close the session. I tried to login again. But it is giving authorization required. It is not allowing for loggin in again because of session. What i have to do.   Thanks and regards -Balu   - Original Message - From: Y

Re: [PHP] again

2001-08-03 Thread Miles Thompson
Eduardo, Are you trying to do this in PHP or interactively? If with PHP I won't be much help, as the I've not used its FTP functions. Otherwise it's a straightforward FTP operation. There may be a problem doing it from within PHP as the webserver is probably running as "nobody", who usually,

Re: [PHP] again

2001-08-03 Thread Richard Lynch
time: http://chatmusic.com/volunteer.htm - Original Message - From: Eduardo Kokubo <[EMAIL PROTECTED]> Newsgroups: php.general To: Miles Thompson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: Eduardo Kokubo <[EMAIL PROTECTED]> Sent: Friday, August 03, 2001 9:35 AM Sub

[PHP] again

2001-08-03 Thread Eduardo Kokubo
I'm still trying to transfer a directory form one server to another but with no results. I have the username and password of the ftp account source and I know I'll have to ask for the username and password of the destination. I can't simply upload or copy the directory, but there must have an a

[PHP] Again: PHP4 and IMAP: Bug?

2001-05-23 Thread mheumann
Hi, I'm growing rather desperate about this issue that's been causing me several sleepless nights already. All I want is to be able to use IMAP to access POP3 mailboxes with PHP4 (4.0.5). I had no trouble compiling both imap and PHP4, and actually I also compiled PHP3 with the same IMAP librar

RE: [PHP] again with the regex

2001-05-15 Thread Jerry Lake
PROTECTED] Subject: RE: [PHP] again with the regex Jerry, try sprintf(). Here's an example: sprintf("(%s) %s-%s", substr($GLOBALS["appPhoneHome"], 0, 3),substr($GLOBALS["appPhoneHome"], 3, 3),substr($GLOBALS["appPhoneHome"], 6, 4)) Kirk > -Origina

RE: [PHP] again with the regex

2001-05-15 Thread Jack Dempsey
Lake [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 6:48 PM To: [EMAIL PROTECTED] Subject: [PHP] again with the regex I hate to keep asking regex stuff, but it is really evasive for me.. I'm pulling phone numbers out of a DB in the format of 1234567890, I would like to format them l

RE: [PHP] again with the regex

2001-05-15 Thread scott [gts]
t; -Original Message- > From: Jerry Lake [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 6:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP] again with the regex > > > I hate to keep asking regex stuff, > but it is really evasive for me.. > I'm pull

RE: [PHP] again with the regex

2001-05-15 Thread Johnson, Kirk
:[EMAIL PROTECTED]] > Sent: Tuesday, May 15, 2001 4:48 PM > To: [EMAIL PROTECTED] > Subject: [PHP] again with the regex > > > I hate to keep asking regex stuff, > but it is really evasive for me.. > I'm pulling phone numbers out of a DB > in the format of 1234567890,

[PHP] again with the regex

2001-05-15 Thread Jerry Lake
I hate to keep asking regex stuff, but it is really evasive for me.. I'm pulling phone numbers out of a DB in the format of 1234567890, I would like to format them like (123) 456-7890 or something else that at least breaks them up a bit. any help is appreciated, Thanks, Jerry Lake Interface Eng

Re: [PHP] Again about PHP + IRC

2001-04-06 Thread Plutarck
Check out phpwizard.net http://phpwizard.net/projects/phpIRC/ By reading through their code you can probably learn alot of what you want to know. -- Plutarck Should be working on something... ...but forgot what it was. "Marius Petravièius" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTE

[PHP] Again about PHP + IRC

2001-04-06 Thread Marius Petravičius
Hello php, Soeey but I can't find anyexample abot PHP + IRC.. Please help me. _ 2001 m. balandþio 6 d. Marius [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

[PHP] Again and again problem installing under Solaris

2001-03-27 Thread Emiliano Marmonti
Dear Friends Before all, Thank you Joe, the ar package was the solution and was located at the same place that you told me. Now ,after making and installing all, PHP doesn´t work. I followed this process: ./configure --with-mysql --with-apxs=/usr/apache/bin/apxs make make install I have had a l