Yeah I got it to work too. It Helps when you tell php where it's extensions
are.man it's been a long day.
--Chris
"Haagen Waade" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thx, Steffen!
>
> I got it to work now.
> I still had the old php.ini file, an
I have problem with uploading files - have anyone some idea?
php.ini:
.
file_uploads = On
upload_tmp_dir = C:\Inetpub\Upload\
upload_max_filesize = 4M
.
upload.php:
\n";
echo "Orign : ".$userfile_name ."\n";
echo "Type: ".$userfile_type ."\n";
Hey... new to the list, but didn't have time to lurk and watch the traffic,
kind of in a bind here. I apologize in advance if I do something wrong...
Using this code:
generation;
$year = $row->year;
$owner = $row->owner;
I use PHP as an Apache module on Win2K Server in a production
environment with absolutely no problems. I've tried 4.1.1 and 4.1.2 w/
IIS (ISAPI) and have found that it is still not stable enough for a
working site. The executeable (CGI) works great but is not very
efficient if you have much traffi
php-windows Digest 16 Apr 2002 03:15:47 - Issue 1095
Topics (messages 13094 through 13115):
Re: Apache 2.0.35
13094 by: Chris Dion
13115 by: Haagen Waade
Re: String reduce
13095 by: Kriegers Horst
Re: Tutorials on stored procedures using SQL Server
13096 by
Thx, Steffen!
I got it to work now.
I still had the old php.ini file, and php4ts.dll file (from 4.1.2); and even
that is working with the apache2filer!
Guess it's not depenent on the php version then?
Chirs: yes, this is all you need to enable php.
h.
"Chris Dion" <[EMAIL PROTECTED]> wrote in
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear all,
>
> I installed mysql for windows and had to copy some databases (including
> mysql standard databases), that I have to use for my php-project. I also
> installed the Apache server 1.3 ...
>
> My problem
What's wrong with using the Winzip command line utility then?
(http://www.winzip.com/wzcline.htm)
Jeff
|-Original Message-
|From: Nicole Amashta [mailto:[EMAIL PROTECTED]]
|Sent: 12 April 2002 17:33
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] PHP and ZIP
|
|I thought I had seen some funct
I am having a problem with SQL statements passed to a COM object.
"SELECT * FROM Reports" works fine.
"SELECT IDCode, Report_Name, Report_Description, Report_Status FROM Reports"
blows up. I have been having this issue with 4.0.6 through 4.2.0 RC3.
Has anybody else tried to pass semi-long st
I have run into this problem before. When using Windows, make sure you
are using the CRLF sequence for hard returns rather than just LF.
i.e.
\r\n
instead of
\n
a simple str_replace will allow you to format it correctly before sending.
good luck
p.
Adolfo Meneses wrote:
> Welcome to the club
No, i can't confîrm that.
We use PHP on win32 with Apache and with IIS on WinNT an Win2000 servers.
There have been stability prolems but only with ISAPI and they seem to have
gone with 4.10.
Like in other environments security issues are discovered now and then.
Usually fixed versions are availa
Try use one editor with php syntax hightlight like jext, one of the bests
www.jext.org (free)
"Fred Woolsey" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Ditto... I'm running Apache on Windows 2000 and Windows XP, both with PHP,
> and it runs byootifull
Hi,
I listened that php on windows is not considered for produtions ans stable.
I listed that it is like a test version for windows and is not safe use in
higth traffic sites with database access.
Could some one confirmar that infor to me?
Thanks in Advance
Rogerio
--
PHP Windows Mailing Li
Hi,
I listened that php on windows is not considered for produtions ans stable.
I listed that it is like a test version for windows and is not safe use in
night traffic sites with database access.
Could some one confirmar that infor to me?
Thanks in Advance
Rogerio
--
PHP Windows Mailing Li
hi
i developp an extention for linux
but for win how compile it with what compiler
thanks
kimkof
Ditto... I'm running Apache on Windows 2000 and Windows XP, both with PHP,
and it runs byootifully. One note on Front Page, though- it really doesn't
like ... if you're writing your own
scripts or editing existing scripts in anything but HTML view in Front Page.
An alternative is to use the .as
You can run the script as a shell script and have it run as the root user.
You might want to change the permissions and allow it to change id as it
runs; however, this is a great security risk...
Ray Hunter
"Michael Reynolds" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL P
I've been using ADODB for quite a while (since version 1.4) and I just love
it. But, I've been considering looking at Pear's DB layer. Has anyone used
both of them enough to compare? I'm connecting to Oracle, Access, MSSQL and
MySQL databases... so that is one of the considerations I have to ma
Dear Timothy,
I totally agree with you about smucks - I prefere to call
them people with low moral insight. :) About PHP, it might
very well be as you said, and if so, and if one execute
this method one are still vulnerably to attacks - if one
can set this privileges with in PHP then one, or rath
At 09:23 PM 4/14/2002 -0400, Tim Mackenzie wrote:
>There is a way of configuring PHP to limit access to the file system. You
>don't want any schmuck who uploads a PHP script access to your entire
>system, right? PHP allows you to limit what parts of the system can be
>seen. My question is how i
I setup the latest versions of Apache, and php. I would like to be able
to process a couple forms and email responses but I can't figure out how
to configure my system to do this. Do I need yet another application
to add this functionality? If so what am I looking for? Any advice?
Thanks,
Dear all,
I installed mysql for windows and had to copy some databases (including
mysql standard databases), that I have to use for my php-project. I also
installed the Apache server 1.3 ...
My problem is, that I get a connect with mysql_connect("localhost",
$username, $password); only for the
Does this mail lists topic say:
"MySQL - Answes and question?"
No it does not
> -Original Message-
> From: Sviss Cobazor [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 14, 2002 7:38 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] MySQL-max and transaction isolation level ?
>
>
>
> transaction-isolation= READ-UNCOMMITTED, READ-COMMITTED, REPEATABLE-READ,
> SERIALIZABLE
>
> But what does each of these mean?
A short table for things that are allowed
under different transacation levels:
Level a b c
-+-+-+-+
UNCOM|Y|Y|Y|
-+-+-+-+
COMIT|N|Y|Y|
-+-+-+-+
REPAT|N|N|
> FD> What exactly do u mean? storing functions in an database?
>
> SQL servers can store pre-programmed sequences of SQL instructions in
> a "subroutine" type format for simplified execution of standardised
> functions. These are known as Stored Procedures.
Other RDBMS are able to do the same,
Thanks to all who helped me
Horst
> -Message d'origine-
> De: Hugh Bothwell [SMTP:[EMAIL PROTECTED]]
> Date: vendredi, 12. avril 2002 16:02
> À:[EMAIL PROTECTED]
> Objet:[PHP-WIN] Re: String reduce
>
>
> "Kriegers Horst" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTE
Tried that still can't start apache2. What version and stuff are you using
and are you sure that's all you added to your http.conf?
--Chris
"Steffen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This works for me:
>
> LoadModule php4_module d:/bin/php/expe
php-windows Digest 15 Apr 2002 11:54:21 - Issue 1094
Topics (messages 13086 through 13093):
Maybe why ImageTTFtext() does not work on Windows machines...
13086 by: The Walters
PHP + IIS Problem
13087 by: Dian Nedeltchev
13088 by: Rasmus Lerdorf
13091 by: Ste
There is a way of configuring PHP to limit access to the file system. You
don't want any schmuck who uploads a PHP script access to your entire
system, right? PHP allows you to limit what parts of the system can be
seen. My question is how is this done?
"B.A.T. Svensson" <[EMAIL PROTECTED]> wr
29 matches
Mail list logo