My system is windows 98 second edition
im using pws
i built php 4.2.2
when ý struggle to reach any .php file for example 127.0.0.1/sample.php
this error occur:
Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means
th
ssage-
From: Blair Robinson [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 16, 2003 7:47 PM
To: [EMAIL PROTECTED]
Subject: [PHP] help me please
Hello,
I am making a web site i just want to be able to view my php outputs On my
Computer how do i do this i have downlaoded the 1mb windows php installer
Hello,
I am making a web site i just want to be able to view my php outputs On my Computer
how do i do this i have downlaoded the 1mb windows php installer. and have the zipped
version(4.3.0) that is 4mb I have windows xp. Can you please point me in the right
direction or give me some answers o
;[EMAIL PROTECTED]>
To: <>
Sent: Tuesday, February 25, 2003 11:38 AM
Subject: [PHP] help me please
Hello all,
I am having problems with a script. The script works great on one of my
sights, however, when I transferred it to another site, it does not
function. I contacted my hostin
Hello all,
I am having problems with a script. The script works great on one of my
sights, however, when I transferred it to another site, it does not
function. I contacted my hosting company (both sites are on the same
server), they told me that I needed to check the script and that it has
got a problem here people.
What I want to do is upload a file and store its name in a database.
For some reason I cant.
I can upload the file fine but can't pass it's name to the mysql DB.
Any ideas:
Upload form:
You can now upload a picture...";
echo "";
echo "";
echo "";
echo "";
blueFont(
This work for me:
liv_1
liv_2
liv_3
liv_n
To get the value i work in this way...
$liv= $_REQUEST['liv'];
$n = 50;
for ($i=1; $i<=$n;i++){
...
echo $liv[$i];
Josep R. Raurell
--
PHP General Mailing List (
Try:
for ($i=1; $i<=$n;i++){
...
$tmp="liv_$i";
echo "{$$tmp}";
...
}
Veronica Ghezzi wrote:
>Hi,
> i must get the information saved in a several select list named
> liv_1
> liv_2
>
doesn't exist).
>
>echo "\$liv_$i";
>
>HTH,
>
>- Kev
>
>>-Original Message-
>>From: Veronica Ghezzi [SMTP:[EMAIL PROTECTED]]
>>Sent: 10 June 2002 09:24
>>To: Php-General
>>Subject: [PHP] help me please! :)
>>
&g
9:24
> To: Php-General
> Subject: [PHP] help me please! :)
>
> Hi,
>i must get the information saved in a several select list named
> liv_1
> liv_2
> liv_3
>
> liv_n
>
&g
Hi,
i must get the information saved in a several select list named
liv_1
liv_2
liv_3
liv_n
To get the value i work in this way...
$n = 50;
for ($i=1; $i<=$n;i++){
...
25/03/2002 8:27:51 PM
hehehe
You could start with loosing IIS, it's bad news.
The port of Apache for windows is good, if not, Xitami's also quite good.
http://www.apache.org/dist/httpd/binaries/win32/
http://www.xitami.com/
But, no, sorry. I can't help you.
"Berlina" <[EMAIL PROTECTED]> wro
Hi,
Im trying to install PHP 4.1.2 under Windows 2000 Server and IIS 4.0
* If I configure PHP as a MODULE, all run but SESSIONS DON'T WORK
* If I configure PHP as a CGI, SESSIONS WORK but ORACLE MODULE for PHP not
load
Any ideas?
Anybody can help me?
Advanced thanks,
Berli
--
PHP General Mai
Tina,
Thank you for the help Tina :-))
I getting a good experience working with PHP and HTML
(forms). Because of my full time job and personal
commitments, I haven't been able to spend as much of
my free time as I could in my project (Free Gallery
Management System). After October I hope to de
The solution:
You have to configure php with --enable-discard-path
as in:
./configure --without-apache --enable-discard-path
before you compile it.
This is documented here:
http://www.php.net/manual/en/security.php
in the section:
Case 4: PHP parser outside of web tree
Now when you do
the #!/p
On 2001-08-07 at 15:39 Tina wrote:
>Because you are running this as a SSI you need to put the folling line at
>the top of your php script:
>
>#!/path/to/php
>
>usually:
>
>#!/usr/local/bin/php
>
>Then your script must be executeable by the webserver user just like any
>other cgi script.
Actually
wrote:
>Date: Tue, 7 Aug 2001 12:35:43 -0700 (PDT)
>From: miguel valero <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Cc: mike cullerton <[EMAIL PROTECTED]>
>Subject: [PHP] Help me please.(Running stand-alone php)
>
>Unfortunately the -q parameter didn't fix the pro
Miguel,
I see that your script has the extension .html
Rename that file to .php and it normally should work.
Greetz,
Bjorn Van Simaeys
www.bvsenterprises.com
--- miguel valero <[EMAIL PROTECTED]> wrote:
> Unfortunately the -q parameter didn't fix the
> problem.
>
> Is anybody in the PHP ma
Unfortunately the -q parameter didn't fix the problem.
Is anybody in the PHP mailing list that is familiar
with this kind of problem and can tell me how to get
rid of the path line in the browser output?
Any help will be greatly appreciated.
Thanks.
--- mike cullerton <[EMAIL PROTECTED]> wrote
Hi :)
Well, I have installed php on my Windows 98 machine. But i am unable
to use the imap funcationality. I have the php_imap.dll in my php.ini file
for which i have removed the semicolon (;extension = php_imap.dll) . But it
dosent seem to work .I suppose i should have (php_imap4r2.dll ).
20 matches
Mail list logo