Re: [PHP-WIN] chmod files on windows - how?

2001-12-21 Thread Seung-woo Nam
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

RE: [PHP-WIN] chmod files on windows - how?

2001-12-21 Thread Martin Halford
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:

[PHP-WIN] chmod files on windows - how?

2001-12-21 Thread p13zo
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

[PHP-WIN] Re: PHP 4.1.0 Install on Windows 98/PWS 4.0

2001-12-21 Thread LaserJetter
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

[PHP-WIN] Re: Installing CURL

2001-12-21 Thread LaserJetter
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

[PHP-WIN] PHP 4.1.0 Install on Windows 98/PWS 4.0

2001-12-21 Thread Martin Halford
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

[PHP-WIN] Re: MSSQL DB Connect

2001-12-21 Thread Jeremy Reed
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

[PHP-WIN] Re: [PHP-DB] MSSQL DB Connect

2001-12-21 Thread Frank M. Kromann
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

[PHP-WIN] Installing CURL

2001-12-21 Thread Todd Cary
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

[PHP-WIN] MSSQL DB Connect

2001-12-21 Thread Jerry
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

[PHP-WIN] MSSQL connect

2001-12-21 Thread Jerry
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

[PHP-WIN] Install problem

2001-12-21 Thread Lorne T
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 -0000 Issue 912

2001-12-21 Thread php-windows-digest-help
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

[PHP-WIN] Re: Cookie Can't Display Name on other page

2001-12-21 Thread Chris Lee
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

Re: [PHP-WIN] PHP dll's

2001-12-21 Thread Jonathan David Edwin Wright
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

Re: [PHP-WIN] error mesage -configure php on wind98 +apache1.3

2001-12-21 Thread Jonathan David Edwin Wright
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

[PHP-WIN] error mesage -configure php on wind98 +apache1.3

2001-12-21 Thread p13zo
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

[PHP-WIN] PHP dll's

2001-12-21 Thread J_L
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

[PHP-WIN] Send CTRL + Z ( EOF ) key to a PHP (console) program created with CreateProcess

2001-12-21 Thread FPU . WHITES1
--- 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

[PHP-WIN] Send CTRL + Z ( EOF ) key to a PHP (console) program created with CreateProcess

2001-12-21 Thread Silverio Diquigiovanni
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

[PHP-WIN] Newbie Q - PHP on Apache file not found Q

2001-12-21 Thread James Mansfield
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

[PHP-WIN] Cookie Can't Display Name on other page

2001-12-21 Thread Jack
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

[PHP-WIN] Problem with Getting Values from Cookie

2001-12-21 Thread Jack
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

[PHP-WIN] FrameSet Problem with PHP, Pls Help!

2001-12-21 Thread Jack
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