AW: [PHP-WIN] a Directory Crawler

2003-09-24 Thread Sven Schnitzke
Hi Ro, how about this snippet ? "); print(""); print("" . $file . ""); print(""); } } else { // up one step; you would probably leave out this branch $file = substr($path, 0,

php-windows Digest 24 Sep 2003 07:58:37 -0000 Issue 1925

2003-09-24 Thread php-windows-digest-help
php-windows Digest 24 Sep 2003 07:58:37 - Issue 1925 Topics (messages 21531 through 21534): Re: Problem with 2 buttons 21531 by: William Cheung 21532 by: Bobo Wieland Re: Accessing Outlook via COM object 21533 by: Sek-Mun Wong Re: a Directory Crawler 21534 b

RE: [PHP-WIN] Problem with 2 buttons

2003-09-24 Thread Svensson, B.A.T. (HKG)
According to the HTML standard (Ref 1) "submit button" with images might typically be done like this: http://somesite.com/prog/adduser"; method="post"> Send Reset Ref 1: http://www.w3.org/TR/html4/interact/forms.html#h-17.5 On Tue, 2003-09-23 at 1

[PHP-WIN] Passing params to COM object

2003-09-24 Thread Herhuth, Ron
I have a line of VB code here that I need to write the equivalent in PHP: objSession.Logon ProfileName:=pName I tried: $objSession->Logon->ProfileName("pName"); $objSession->Logon(ProfileName:=pName); $objSession->Logon("ProfileName:=pName"); $objSession->Logon("ProfileName:='pName' "); All gen

[PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread Cesar Cordovez
Am I the only one receiving this stuff? Can somebody tell me what the (*&^%$ is it? Is it real? Thanks! Microsoft Corporation Public Services wrote: Microsoft All Products | Support | Sear

Re: [PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread Fabian Cenedese
>Am I the only one receiving this stuff? Can somebody tell me what the (*&^%$ is it? >Is it real? Forget it, that's an Internet worm like Klez, spreading thanks to Microsoft Internet Explorer. I get hundreds of KB of this b..sh.. every day. bye Fabi -- PHP Windows Mailing List (http://www.

Re: [PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread Dean Hayes
The only way i have been able to stop getting 50+ new e-mails from this worm everyday is to block anything from microsoft.com and a few other domains. It is not great loss i will never recieve an e-mail from microsoft.com anymore but it is anoying none the less. If people can create programs lik

Re: [PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread Cesar Cordovez
This is wierd! The email address I use for the list is exclusive for the list. How come a virus is using it to send me his stuff? Any how, thanks for the 411 on this. I was this close ( ---> < ) to execute the thing... =) Cesar -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] The Scope of the Microsoft e-mails

2003-09-24 Thread Marlene Burckhalter
Hi Fabi, you are not the only one. I have been getting them, too. And wondering where in the *!#@ it was coming from. Just thought someone might want to hear from others that are being bombarded, so the magnitude of the problem is clear. Marlene Burckhalter

Re: [PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread Shadow
They are ***NOT*** from MS. Microsoft does not send patches by e-mail..never You never open anything that you are not sure what it is. So many people open those things and got infected and since they have their own SMTP engine...they just mail themselves out.of course, using the infect

RE: [PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread John Ellingsworth
Hey, moderator - can we kill the virus thread and stick to php? Thanks, John Ellingsworth http://mail.med.upenn.edu/~jellings/ AIM: vc2000support -Original Message- From: Shadow [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 2:08 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

Re: [PHP-WIN] Re: Last Critical Upgrade

2003-09-24 Thread Shadow
Its important that those that are less savvy understand the importance of being aware...it is why some of these virii proliferatedpeople don't think..and just open thingsand there is a new virus based on PHP called PHP.Virdrus [KAV]so that should fulfill your requirements...why don'

[PHP-WIN] REFERENCE FORM VALUE?

2003-09-24 Thread Michael Lukson
I'm a total newbie at this stuff. But if you had a simple function to which you wanted to pass a form input type text value too how would you do it? I tried the following: but all that does is pass the a string to the function. How do you reference html elements not in the php script section

php-windows Digest 24 Sep 2003 20:34:43 -0000 Issue 1926

2003-09-24 Thread php-windows-digest-help
php-windows Digest 24 Sep 2003 20:34:43 - Issue 1926 Topics (messages 21535 through 21545): Re: Problem with 2 buttons 21535 by: Svensson, B.A.T. (HKG) Passing params to COM object 21536 by: Herhuth, Ron Re: Last Critical Upgrade 21537 by: Cesar Cordovez 215

[PHP-WIN] PHP Printing problems

2003-09-24 Thread Madeleine D.
We are running a new app in PHP/Gtk, PHP 4.2.3 on a variety of Windows - 98 and up. We made the decision early on to use the PHP printing functions and avoid the whole .pdf route or having to open a browser window when we don't need it otherwise. Right now, we can generate reports just fine, bu

[PHP-WIN] MySQL Help

2003-09-24 Thread Dean Hayes
Hey, I am working on a new script that allow's the use to insert upto 10 extra image per item in the catalog. What i need to do is print 5 images per line. I need to know how i can print 5 image per field the code i currently have is this $num_items = amount user wants; $num = $num_items / 2