Hi,
Since Windows 98 doesn't have the same kind of file permission settings
like UNIX variety of OSes, I don't thibk you should worry about that
part. It should be fine as long as "Read Only" property on the file is
not turned on.
On Fri, 2001-12-21 at 16:54, p13zo wrote:
> im using apache1.3 on
The answer is almost certainly that it won't work and you don't need to do
it on your Windows machine. The CHMOD 777 gives full read/access to the
file on the Unix/Linux server.
martin
-Original Message-
From: p13zo [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 21, 2001 9:54 PM
To:
im using apache1.3 on my window98 with php4 just to test my page before
upload it to a hosting server.
now im tryin to use some free script downloaded from the net (a guestbook
script)
and on the instalation manual it tell me to chmod a file and a directory to
777.
its not a problem on remote serv
Regarding the variables, although the new version is backwards compatible
with the way variables were passed in the old version, I found I could only
use the $_POST['variable'] to get the variable. I think you might need to
tinker with the new php.ini file and check the register global variables
t
Hi. I posted back about this before.
You need to put libeay32.dll and ssleay32.dll in the system32 folder on
win2k. I found it easier to just copy the lot from the dlls folder into my
system folder - will stop it happening with nay other extensions
LJ (not feeling too good)
"Todd Cary" <[EM
Hi!
I've tried to install PHP 4.1.0 on the above Windows configuration using the
Installer program.
Running phpinfo() I'm still showing Version 4.0.2, but something has changed
because php has suddenly become very fussy about variables being defined and
strings being quoted - in fact hardly any
What was the error message you received? Also, when passing the variables
to the mssql_connect() function, you need not use quotes since you've
already initialized them to the strings. Pass them as follows: $connection
= mssql_connect($a,$b,$c). Also, you aren't passing the actual sql string
t
Hi Jerry,
You need to have the Client Tools for MS SQL Server installed on your PHP4 box. These
tools is found on the CD, or you can just copy ntwdblib.dll fom one system to another.
The default communication protocol will be netbios, if you want to change that to
tcp/ip you need to install th
I have lost the documentation about installing CURL on a PHP/Win 2K/IIS
platform. I cannot remember what dll's need to be put into System32.
Help
Todd
--
Todd Cary
Ariste Software
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PRO
Hi
I have PHP on windows 2000 web server
I would like to remote to a MS SQL database on another web server.
I tried something like:
But it didn't work. Please help me.
Jerry
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
Hi
I have PHP on windows 2000 web server
I would like to remote to a MS SQL database on another web server.
I tried something like:
But it didn't work. Please help me.
Jerry
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
Hi, Im trying to create an installer for a php application. During the
install I access the IIS metabase and insert a php4isapi filter. Under
properties I can see the mapping but unfortunately, IIS does not seem to be
able to load this dll. Why? Ive registered the dll, restarted IIS tried
differe
php-windows Digest 21 Dec 2001 16:05:07 - Issue 912
Topics (messages 11051 through 11063):
Re: email() problem
11051 by: Daniel Parsons
11052 by: Michael Sims
FrameSet Problem with PHP, Pls Help!
11053 by: Jack
Problem with Getting Values from Cookie
11054
wow sessions and cookie on the same page? why dont you just use one or the
other? I pref sessions. never the less.
your not setting the exp, path, or domain in your setcookie() you must do
all those.
setcookie('name', 'chris lee', time()+84700, '/',
'www.mediawaveonline.com');
--
Chris Lee
Hiya,
If you download the larger package from php.net, most of the dlls are
included. You can also try www.php4win.com. They usually have a much more
complete range of extensions.
At 10:35 21.12.2001 -0200, you wrote:
>hi.
>where I can find the all of db dll's ??? to downlaod it, I don´t have
Yep...
At 00:22 21.12.2001 +0700, p13zo wrote:
>i cant configure php to work on my window98 +apache 1.3
>i stop apache and edit httpd.conf with notepad and add this line (i read
>this on some tutorial books) ;
>
>#for the apache module
>LoadModule php4_module c:/php/sapi/php4apache.dll
>AddType a
i cant configure php to work on my window98 +apache 1.3
i stop apache and edit httpd.conf with notepad and add this line (i read
this on some tutorial books) ;
#for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php.php4
#for the cgi binary (you c
hi.
where I can find the all of db dll's ??? to downlaod it, I don´t have c++.
my machine is a WME.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL
--- Received from FPU.WHITES1 799 3703 21-12-01 11:44
-> [EMAIL PROTECTED]
-> [EMAIL PROTECTED]
I'm not familiar with the THandleStream (I guess you're using Borland...?) but doesn't
it allow
you to send data straight to the stream? All your at
Hi to all,
I've a question to ask you.
I've do a function which interface PHP.EXE and redirect the stdin / stdout
so I can pass it a TMemoryStream object with stdin and I receive a
TMemoryStream
with stdout. All is done with a console program in which I launch the
PHP.EXE
between the CreateProces
I am sure this is a simple one but its doing my head in:
My php page works fine in the root directory of my Apache server but when I
put it in a subdirectory of the server I get a 404 file not found error. I
mean it points to localhost/newdirectory/page.php but it does nto work??
Do I have to in
Dear all
Here is the Code for my Login.php page
Execute($KT_rsUser_Source) or
DIE($Mysql_nedcorhk->ErrorMsg());
if ($KT_rsUser->RecordCount()==1) {
// username and password match - this is a valid user
$KT_Username=$KT_valUsername;
session_register("KT_Username");
if ($KT_fldUse
Dear all
Here is my Code in
Login Page!!!
Execute($KT_rsUser_Source) or
DIE($Mysql_nedcorhk->ErrorMsg());
if ($KT_rsUser->RecordCount()==1) {
// username and password match - this is a valid user
$KT_Username=$KT_valUsername;
session_register("KT_Username");
setcookie("username",$KT
Dear all
I had designed a Index.php, this page is made of different Frames by using
UltraDev.The Frame included are Top, Left and Main. In my Left Frame which i
used left.php, i had use JavaScript to make a Menu. Top Frame is a Banner
and Main is just some content. When i browse preview it, the pa
24 matches
Mail list logo