[PHP-WIN] PHP Q...

2002-08-02 Thread Brian McGarvie
I know this post may be sacraligeous... but... I'm presently developing an intranet application using PHP (I have been using PHP for 3 years or so now). However, for this particular project I may be forced to use ASP - ARGH... Now... I know their is a tool to do ASP -> PHP, but... is their o

[PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread Matt Babineau
Here is an interesting question... Does the IUSR handle security when PHP is run? For instance: Lets say I host a web site, and the user creates a php that deletes some files out side of their web folder. Is their a way I can restrict access to their folder, on a case by case basis? I want to

php-windows Digest 2 Aug 2002 13:41:17 -0000 Issue 1270

2002-08-02 Thread php-windows-digest-help
php-windows Digest 2 Aug 2002 13:41:17 - Issue 1270 Topics (messages 15078 through 15080): Re: php cookie question 15078 by: leo g. divinagracia iii PHP Q... 15079 by: Brian McGarvie Hosting PHP on Windows 15080 by: Matt Babineau Administrivia: To subscribe to th

RE: [PHP-WIN] File uploading yet again

2002-08-02 Thread Mikey
After looking at your example, do you have register_globals set to 'On' in your php.ini file? If not that you will need to use the new superglobal arrays to access your variable. I am not sure how it would uploaded file, but it should be something like $_POST['data_blob']. HTH, Mikey > -O

RE: [PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread Mikey
Run phpinfo(); on your server and who the webserver is being run as should appear in your environment somewhere (don't recall the name). HTH, Mikey > -Original Message- > From: Matt Babineau [mailto:[EMAIL PROTECTED]] > Sent: 02 August 2002 14:38 > To: [EMAIL PROTECTED] > Subject: [PHP-

[PHP-WIN] Installation on Windows systems

2002-08-02 Thread linccg
How about adding the following lines in your httpd.conf: loadfile "c:/php4/php4ts.dll" It work correctly in WIN2000, do not need copy php4ts.dll to %SYSTEM%. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] File uploading yet again

2002-08-02 Thread Lorne T
Yes it is set to "on". "Mikey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > After looking at your example, do you have register_globals set to 'On' in > your php.ini file? > > If not that you will need to use the new superglobal arrays to access your > variab

[PHP-WIN] SNMP MIB Question

2002-08-02 Thread Jim Bierlein
Hello, I am working on a SNMP project and want to know if I can specify a MIB to use when doing a SNMPWALK or GET. The reason is that I use the PERF2MIB to create localized MIBS for my 2000 servers and want to walk that MIB instead of whatever PHP is selecting to walk. BTW, what MIB is PHP usin

[PHP-WIN] IIS Include Path Error

2002-08-02 Thread gil
Platform: Windows 2000 Advanced Server PHP Version: 4.2.2 IIS Version: 5.0 (In ISAPI mode) I just finished searching the archives, and while I found several people who were receiving similar if not identical errors, none of the solutions provided have worked for me. I recently installed PHP on

[PHP-WIN] Manual

2002-08-02 Thread alexmart.php
I have a very newbie problem: I downloaded the manual file from www.php.net , and it has the extension .bz2. I tried to remove the bz2 extension but the file is still not readable. What should i do ? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

[PHP-WIN] RE:[PHP-WIN] Manual

2002-08-02 Thread alexmart.php
I tried that too before with winzip and it didnt work. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php guestbook

2002-08-02 Thread Andreas Esser
hello, i want to include a php guestbook into my website... i´ve found a script which should write all the variables (i.e. email, message...) the visitor filled out into a textfile... but this don´t really work... it doesn´t write anything in the textfile... but when i type something into the tex

[PHP-WIN] Re: Manual

2002-08-02 Thread George Nicolae
go to http://sources.redhat.com/bzip2/ and download the version of bzip2 for your OS. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Alexmart.Php" <[EMAIL PROTECTED]> wrote in message 001301c23a65$fbf15400$744fe9d5@al

[PHP-WIN] Re: Manual

2002-08-02 Thread George Nicolae
take also a look at http://www.php.net/manual/en/faq.misc.php#faq.misc.bz2 -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Alexmart.Php" <[EMAIL PROTECTED]> wrote in message 001301c23a65$fbf15400$744fe9d5@alexmart">new

[PHP-WIN] RE:Manual

2002-08-02 Thread alexmart.php
A mers, multumesc George ! It worked, thanks a lot George ! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] php guestbook

2002-08-02 Thread Jason Soza
I think the first things I would check, if your drives are NTFS, are the permissions on the text file. Is it writable by whatever user Apache is running as? Jason Soza - Original Message - From: "Andreas Esser" <[EMAIL PROTECTED]> Date: Friday, August 2, 2002 1:37 pm Subject: [PHP-WIN]

[PHP-WIN] mkdir

2002-08-02 Thread Alexandr Polupanov
I have noticed that on some servers with safe mode enabled, you are able to create dir but not move a file or create a file in it. When the dir is created it is created with UID Apache and script UID can not write to dir under safe mode. Warning: SAFE MODE Restriction in effect. The script whose

Re: [PHP-WIN] Hosting PHP on Windows

2002-08-02 Thread leo g. divinagracia iii
format drive to NTFS if you havent yet and then turn on NTFS rights for each directory. check the rights for the IUSR_* account making sure that it only has read only rights. for just about everywhere... Matt Babineau wrote: > Here is an interesting question... > > Does the IUSR handle security

[PHP-WIN] writing form data into text file

2002-08-02 Thread Andreas Esser
hello, i want to write form data into a txt file by using the fwrite() function... but i cant write the form data into the txt file, only strings that were typed in by myself directly at the php script.. here´s the script that i am using: Sign Your Name: the function readfile()

RE: [PHP-WIN] writing form data into text file

2002-08-02 Thread R'twick Niceorgaw
Replace this line fputs($fp, "$name"); With fputs($fp, $_POST["name"]); Or, set register_globals On in your php.ini file. R'twick -Original Message- From: Andreas Esser [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 9:14 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] writing

Re: [PHP-WIN] writing form data into text file

2002-08-02 Thread Andreas Esser
hi, i´ve already replaced the line and i´ve changed the register_globals, but it still don´t work you have another idea?? or can you test the script on your computer??? thx andreas "R'Twick Niceorgaw" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000301c23a8b$d423db20$8600a8c0@sunu">news:00

[PHP-WIN] pass var from JS to php

2002-08-02 Thread Kit Kerbel
With this statement: >/a> ...I would like to do something like: print.php?page=member&id=$LINKID <(where 140 is replaced with $linkid Is there a way to do this? _ Join the world’s largest e-mail service with MSN Hotmail.

php-windows Digest 3 Aug 2002 03:40:30 -0000 Issue 1271

2002-08-02 Thread php-windows-digest-help
php-windows Digest 3 Aug 2002 03:40:30 - Issue 1271 Topics (messages 15081 through 15101): Re: File uploading yet again 15081 by: Mikey 15084 by: Lorne T Re: Hosting PHP on Windows 15082 by: Mikey 15095 by: leo g. divinagracia iii Installation on Windows sy