Re: [PHP-WIN] playing with register globals ....

2002-07-07 Thread toby z
& nother thing i have to allow users to upload their files on MY server ... :s > plz pardon my ignorence > > i ve been working with php for the last 3 and a 1/2 > months and i turned my register globals ON when i > started off initially knowing im risking security > > now i have to uploa

php-windows Digest 8 Jul 2002 05:23:42 -0000 Issue 1229

2002-07-07 Thread php-windows-digest-help
php-windows Digest 8 Jul 2002 05:23:42 - Issue 1229 Topics (messages 14577 through 14583): Re: PHP on IIS 5.0 14577 by: Alexandr Polupanov Check for a listening port... 14578 by: Ross Fleming 14579 by: Ross Fleming Form Data won't POST 14580 by: H Marc Bowe

[PHP-WIN] playing with register globals ....

2002-07-07 Thread toby z
hi guys plz pardon my ignorence i ve been working with php for the last 3 and a 1/2 months and i turned my register globals ON when i started off initially knowing im risking security now i have to upload the site and i simply cannot risk security anymore what shall i do if i turn regis

[PHP-WIN] COM stalls the server..

2002-07-07 Thread Ross Fleming
Hi again I'm trying a bit of COM programming in PHP but can't for the life of me figure out what's wrong. I've tried both Winamp (have winampCOM installed) and MS Word and it just seems to stall the server whenever I view a page with it. Can anyone explain why or is there a setting in php.ini I

[PHP-WIN] cURL: curl_exec returning chopped up result on a POST operation

2002-07-07 Thread John Palmer
System: BSDI 4.1 Apache 1.3.26 PHP 4.1.2 cURL 7.9.8 I have the following function in PHP: function XMLExec($command) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, http://host.name/.cgi-bin/cgiprogram); curl_setopt($ch, CURLOPT_POST

[PHP-WIN] Form Data won't POST

2002-07-07 Thread H Marc Bower
I had a page that was working perfectly, then I had to reinstall XP. I saved my php.ini file, and copied back on once the O/S was set up again. Now the form data won't post at all. It's a page that the action points back to itself on, and using $variablename where variablename is the name tag

RE: [PHP-WIN] Check for a listening port...

2002-07-07 Thread Ross Fleming
Never mind, after an hour of scouring the manual I found out about sockets and knocked this up: http://localhost:8000/listen.pls";); } else { echo "Server is down"; } socket_close ($socket); ?> -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 17:47 To:

[PHP-WIN] Check for a listening port...

2002-07-07 Thread Ross Fleming
Hi all Short request: I'm looking for a php script that will test for a listening port, (specifically port 8000 on the same server, say localhost). Basically if port 8000 is active, I want to redirect to that, otherwise display a page that says "service offline" or something. Any ideas? Cheers

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-07 Thread Alexandr Polupanov
Now ALL works just fine! HUGE THANKS to you! Alexandr. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 7 Jul 2002 11:51:07 -0000 Issue 1228

2002-07-07 Thread php-windows-digest-help
php-windows Digest 7 Jul 2002 11:51:07 - Issue 1228 Topics (messages 14573 through 14576): Re: Problems installing PHP4 under PWS 14573 by: Christoph Grottolo PHP Access violation 14574 by: Alexandr Polupanov PHP on IIS 5.0 14575 by: Alexandr Polupanov 1457

[PHP-WIN] Re: PHP on IIS 5.0

2002-07-07 Thread Tracker 1
This *MAY* help isolate the issue... in Internet Services Manager... for the application/web in question, you can set the isolation level to "HIGH" which will make each app run a separate instance of php4isapi.dll ... Beyond this, if most of your php is in a directory separate from the rest of yo