[PHP-WIN] Hack Q...

2003-08-10 Thread jsWalter
Is someone trying to hack my computer? "GET /scripts/..%255c%255c../winnt/system32/cmd.exe?/c+dir" Any idea what this means? walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] How to compile a win32 php extension module ???

2003-08-10 Thread Ika Oscaos
Hello, I have developed a php extension module. I can compile it with Linux. I can build a module.so file. I search a documentation for creating the same module (module.dll) for Win32 plateform. Is there a documentation that explain how to compile an extension module for win32 ? Thanks for your H

Re: [PHP-WIN] How to preserve value ?

2003-08-10 Thread skate
> > > > I would like I can preserve value of $value now is 3 when I > > come back to > > page1.php from page3.php , when I come back page1.php value > > of $value is now > > set to 1, please help me , thanks > > > > you also gonna have to add some extra scripting here, coz page1 is always setting

Re: [PHP-WIN] Making a service with php

2003-08-10 Thread John Yu
4.3.2 Those functions aren't available on 4.3.2? - Original Message - From: "Luis Moreira" <[EMAIL PROTECTED]> To: "John Yu" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 06, 2003 10:20 AM Subject: Re: [PHP-WIN] Making a service with php > What version of PHP do you

RE: [PHP-WIN] How to compile a win32 php extension module ???

2003-08-10 Thread Svensson, B.A.T. (HKG)
What language and what compiler have u been using? -Original Message- From: Ika Oscaos To: [EMAIL PROTECTED] Sent: 9-8-03 21:49 Subject: [PHP-WIN] How to compile a win32 php extension module ??? Hello, I have developed a php extension module. I can compile it with Linux. I can build a mo

[PHP-WIN] Subject: selecting data from file with php

2003-08-10 Thread Neil Smith
I would do something like this, your mileage may vary. Lines starting with // are comments. $addresscities=array(); // Make an empty array $resultrows=file("address.txt"); // This creates an array of lines of the file, one element per line foreach ($resultrows as $line) { $row=explode("\t

[PHP-WIN] Re: how to delete file in windows

2003-08-10 Thread Comex
<[EMAIL PROTECTED]> Guest: > Hii... > How to delete file under windows with php, i found function unlink, > but this function run under linux, is there true that there are no > function to delete file in windows with php...?? Unlink works with Windows. -- PHP Windows Mailing List (http://www.ph