Hi Sek-Mun (?)
My max_connections is set to 750 as it's for an online forum with an
average of 200/300 (I think). My my.ini is very simple and looks as
follows:
[mysqld]
basedir=C:/mysql
datadir=C:/mysql/data
max_connections=750
max_connect_errors=1
Whereas in ASP I always issued an "oRsReco
Hmm fine, "page.php?year=$year --> &? <-- month=$month" seems to have &?
right beside eachother but what do I know.
Anyway I'm not gonne post regarding this from now on, I'm trying to help,
not asking for somone to be rude to me, so figure it out yourself.
"B.A.T. Svensson" <[EMAIL PROTECTED]> wr
Check this out for a moment - this script takes a file name from a form
field (on the prior page) of the type file, which is used in HTML when you
want to be able to open a file browser from your page - hence the
$HTTP_POST_FILES as argument.
if (!is_uploaded_file($HTTP_POST_FILES['file']['tmp_nam
I knew that, that's why I think it a mysterium.
-Original Message-
From: Aidal
To: [EMAIL PROTECTED]
Sent: 8-8-03 9:06
Subject: Re: [PHP-WIN] Still can't pass variable through url
You can only use '?' once and that's between the pagename and the first
variable, after that it's only '&'.
Wouldn't it be easier to do:
$action = 1;
include ("file.php");
HTH,
Mikey
-Original Message-
From: Krishna Murali-A19032 [mailto:[EMAIL PROTECTED]
Sent: 08 August 2003 10:23
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] not able to pass values to OR access global values by the
included file
php-windows Digest 9 Aug 2003 09:32:39 - Issue 1861
Topics (messages 21087 through 21090):
michaels question...
21087 by: Daniel
php, oracle and xitami web server
21088 by: ZeeJay
EncPHP, turns PHP scripts into EXEs
21089 by: Adam Zey
Subject: selecting data from f
Hmm as far as I can see you have used both '&?' in your example below.
Have you checked what your POST,GET etc. setting are?
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> [...]
> > when i click my hyperlink "page.php?year=$year&?month=$month", it
> [...]
> > if t
I've never done it, but I'd imagine you'd be able to get a copy of gcc for
windows and compile it.
Regards, Guspaz.
"Ika Oscaos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> I have developed a php extension module. I can compile it with Linux. I
can
> build a module.so
You can only use '?' once and that's between the pagename and the first
variable, after that it's only '&'.
Like this: page.php?var1=value1&var2=value2&var3=value3 etc.
/Aidal
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> [...]
> > when i click my hyperlink "pag
I was wondering anyone had heard any issues regarding mcrypt and Blowfish
encryption??
I presently have a system with a server implemented in php using
mcrypt-2.4.x and clients who interact with it sending and receiving
blowfish encrypted data. I am unable to touch the clients but want to
convert
That you are supposed to include "top1.php" WITHOUT
"http://www.whatever.com/"; as that is what screws up...
--
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Krishna Murali-A19032" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> If index.php includes top1.php, there
(I'm not ignoring you, it's just a timezone thing.)
wait_timeout is a mysql setting, it tells mysql to timeout and close an idle
connection after x seconds.
there is definitely something wrong if you get too many connections at 100
to 400 max_connections, that is extremely high - a reasonably bus
[...]
> when i click my hyperlink "page.php?year=$year&?month=$month", it
[...]
> if the same case apply to php4.04, then there is
> no problem at all!
It's rather a mysterium why it worked at all. How did you
manage to get this working on php4.04? (It should not work!)
--
PHP Windows Mailing L
13 matches
Mail list logo