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
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
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
> 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
-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
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
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
> 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
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
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
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
/
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
[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
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~~~";
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
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
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
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
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
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
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
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
Hey
I have 2 values stored in my session, how do I pull them back out ?
> > 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
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
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
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
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
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
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
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
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
> 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
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,
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
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,
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
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
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
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
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
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
:[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,
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
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
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
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
47 matches
Mail list logo