RE: [PHP-WIN] comments not working in PHP

2001-08-23 Thread Michael Rudel
Yes, beside of the *! Trial by Error >>8)=) Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(0)7531-8920

RE: [PHP-WIN] Mutiline read as Sigle Line!

2001-08-21 Thread Michael Rudel
Hi Jack, ... look at the generated html-code, you will read: This is a test! and this is not a joke! But since html doesn't display \r\n you have to use the php-function nl2br. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. A

RE: [PHP-WIN] trying to code a simple hyperlink. Can anyone spot my error

2001-08-15 Thread Michael Rudel
Hi Brian, echo "mailto:[EMAIL PROTECTED] internet: http://www.suchtreffer.de ___ > -Original Message- > From: bryan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 15, 2001 5:57 PM > To: [EMAIL PROTECTED] > Subject: [PHP-

RE: [PHP-WIN] sending POST data with header()?

2001-08-09 Thread Michael Rudel
Hi Hugh, you could manually build your HTTP-Header (request). Then you can add Posting-Data. Have a look @ fsockopen() and the HTTP1.1 Specification. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der

RE: [PHP-WIN] mail(); error

2001-08-01 Thread Michael Rudel
Hi Chris, ... you need to specify your smtp-server in the php.ini. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand E 16

RE: [PHP-WIN] duplicate entries

2001-07-24 Thread Michael Rudel
SELECT * FROM asset WHERE hostname ='$hostname' and hostname != ''; Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf i

RE: [PHP-WIN] Import filters

2001-07-23 Thread Michael Rudel
Any other - or opposite - opinion ? Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand E 16 ___ Suchtreffer AG Bleicherst

RE: [PHP-WIN] Problems with German Umlaut

2001-07-20 Thread Michael Rudel
s and urldecode when reading from the DB. I hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand

RE: [PHP-WIN] Make a CD with Apache & PHP

2001-07-13 Thread Michael Rudel
... 'tis sounds interesting, how does this work ?? Greetinx, Mike > -Original Message- > From: Alain Samoun [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 13, 2001 8:59 AM > To: Rafa Borges; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Make a CD with Apache & PHP > > > Yes, you can ma

RE: [PHP-WIN] notify user of duplicate entry

2001-06-28 Thread Michael Rudel
LECT COUNT(*) as num_entries FROM asset WHERE ' + your unique key of this table if the result 'num_entries' is > 0 then you have a dupplicate entry. --> Inform the user. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besu

RE: [PHP-WIN] Need Help!!

2001-05-23 Thread Michael Rudel
Hi Brian, ... why don't you change the fieldtype in the mssql-db ??? I think that would be the easiest way. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-

RE: [PHP-WIN] LDAP and M$ Exchange 5.5 :: It's Not Happening.

2001-05-23 Thread Michael Rudel
name: LDAP_class_example.php // // // // Author: Michael Rudel [mr

RE: [PHP-WIN] UNIX Timestamp

2001-05-18 Thread Michael Rudel
Hi Jarkko, just try it ! ... mktime() is working correctly under NT4 . Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17

RE: [PHP-WIN] Sockets problems in php

2001-05-18 Thread Michael Rudel
Hola Che, Have you tried "fsockopen" ?? (opens a socket connection). Or if you could make your pearl-"demons" communicate with stdin/stdout you could manage your things with unix-shell commands. Perhaps this helps. Greetinx, Mike Michael Rudel - Web-Development,

RE: [PHP-WIN] extracting email addresses / also NEWBIES please read !!

2001-05-18 Thread Michael Rudel
't have too much time to answer simple or not clearly specified questions. But new- bies get answers, too, if they clearly specified their problem and ask nice. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___

RE: [PHP-WIN] Any links to a new CVS of PHP 4.0.6 Win32?

2001-05-15 Thread Michael Rudel
Hi Cameron, http://php4win32.sourceforge.net/releases/php-4.0.6-dev-20010504.exe Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531

RE: [PHP-WIN] *.ini

2001-05-15 Thread Michael Rudel
¥es, there is, John. Have a look @ http://phpclasses.upperdesign.com/browse.html/package/204 U have 2 register, but it's 4 free. Very usefull site. Greetinx, Mike Michael Rudel - Web-Development, Systemadministr

RE: [PHP-WIN] Jump to other url...

2001-05-14 Thread Michael Rudel
@John: No, he wants a redirect. @Germán: Use this one: http://www.php.net";); exit(); ?> Muchos saludos, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz

RE: [PHP-WIN] Need someone with some experience

2001-05-10 Thread Michael Rudel
ies] with in_array --> highlight it or not. Just my 0.02 Euro. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(

RE: [PHP-WIN] need your opinion

2001-04-30 Thread Michael Rudel
Hi Afan. U can use the ceil() -function. Look in the manual @section: XXXIII. Mathematical Functions Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Michael Rudel
IL PROTECTED] > Subject: RE: [PHP-WIN] Bandwidth for webhosts > > > >From: Michael Rudel > >Sent: Thursday, April 26, 2001 2:45 PM > > >Oh, oh, oh =8) > > > >I really think they mean a Traffic of 10GB !! > > Let see. 10Giga Bits... How many Giga Bits

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Michael Rudel
Oh, oh, oh =8) I really think they mean a Traffic of 10GB !! Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531

RE: [PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-24 Thread Michael Rudel
Hi Joel, No, I think you don't have to recompile it under Win. You just have to enable the php-ldap extension. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreff

RE: [PHP-WIN] Javascript

2001-03-29 Thread Michael Rudel
msgWindow=window.open("ContentsWindow.php3?ID="+IDent,"displayWindow","menubar=no,width=500,height=300") Greetinx, Mike > -Original Message- > From: Tom Mathews [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 29, 2001 6:05 PM > To: PHP Windows lista > Subject: [PHP-WIN] Javascript >

RE: [PHP-WIN] LDAP

2001-03-27 Thread Michael Rudel
Hi Antonio, I think M$ has a LDAP-Client, at least if you have a M$-Exchange server. Perhaps this helps ?? Greetinx, Mike > -Original Message- > From: Antonio Lopez [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 5:25 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] LDAP >

RE: [PHP-WIN] Naming Variables Based on Variable Content

2001-03-21 Thread Michael Rudel
Sure, $MyVar = "Contents"; $$MyVar equals $Contents. Taken from the Manual, Language Reference (which everyone should read first =8), Chapter 7: Variables / Variable Variables Greetinx, Mike Michael Rudel - Web-Development, Systemadmi

RE: [PHP-WIN] A restart question

2001-03-16 Thread Michael Rudel
Hi Antonio, it hasn't to do anything with php, but with your web-server. So all you have to do is to restart your webserver. Apache: /sbin/init.d/apache restart IIS: net stop iisadmin net start w3svc Greetinx, Mike Michael Rudel - Web-Development, Systemadministr

RE: [PHP-WIN] Print variables coming from a form not controled by me...

2001-03-15 Thread Michael Rudel
t;array" == GetType( $val ) ) { while ( list ( $key_child, $val_child ) = each $HTTP_GET_VARS ) ) { echo "|--> $key => $val\n"; } } } } } ?> ""Michael Rudel"&q

RE: [PHP-WIN] PHP does not read php.ini

2001-03-13 Thread Michael Rudel
the php.ini has to be in your windows\ directory. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(0)7531-89207

RE: [PHP-WIN] Print variables coming from a form not controled by me...

2001-03-13 Thread Michael Rudel
ll the function 'DumpHttpGetVars()' and all of them will be printed out. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-

RE: [PHP-WIN] Grab and print user's IP address

2001-03-12 Thread Michael Rudel
\n"; echo "Browser: ".$HTTP_USER_AGENT."\n"; ?> If you want to get more EnvVars, RTFM or use the phpinfo() -function. Greetinx, Mike -Original Message- From: Dream [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 12:01 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Grab and print

RE: [PHP-WIN] Strip text from HTML

2001-03-09 Thread Michael Rudel
on a remote Host, then do the same but with "fsockopen" (find help in the php-manual/Network Functions). Hope t'll help. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicher

RE: [PHP-WIN] Grabbing a Win2K username...

2001-03-09 Thread Michael Rudel
Hey Evan, Since you R using W2K, you could use the NTLM-Authentification, but it only works with M$-IE =8( If your company is only using M$-IE (yes, this could happen =8), then you can write me for further details. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration

RE: [PHP-WIN] Sending HTML Mails

2001-03-06 Thread Michael Rudel
Hi UHL! You can find a php-class serving your favors at: URL: http://phpclasses.upperdesign.com/browse.html?package=32 You have to login (register), but it's for free, they have good stuff and you don't get spammed or even receive ads-emails. Hope this helps. Greetinx, Mik

RE: [PHP-WIN] pulling arrays from nested arrays?

2001-03-05 Thread Michael Rudel
econd array" ); function get_nested_array( $array, $nested_array ) { while(list($key, $val) = each($array[$nested_array])) { $result_array[$key] = $val; } return ( $result_array ); } Yes, there may be a better solution =8) Greetinx, Mike M

RE: [PHP-WIN] $PHP_SELF not producing the goods.

2001-03-05 Thread Michael Rudel
Hi Jess, I'm not sure, but I think it could be the cgi-mode ?! (because of pointing to the php-interpreter php.exe) Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-

RE: [PHP-WIN] mssql and odbc functions

2001-03-01 Thread Michael Rudel
is it set on the Web-Server ??? Hope this helps, at least a bit =8) Greetinx, Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(0)

RE: [PHP-WIN] Connecting to access or SQL server

2001-03-01 Thread Michael Rudel
Hi Martin, I think its faster to connect directly to the SQL-Server. If you use ODBC, then the Sourcecode is equal for Access and MS-SQL-Server. Hope this helps. Greetinx, Michael Rudel - Web-Development, Systemadministration

AW: [PHP-WIN] Possible to make an array from a post form?

2001-01-24 Thread Michael Rudel
Hi Siggy, sure: After Posting it, you should have an array named $GuysName you can traverse now. ÑJØ¥, Mike (Germany) -Ursprüngliche Nachricht- Von: phobo [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 24. Januar 2001 02:35 An: [EMAIL PROTECTED] Betreff: [PHP-WIN] Possible to make an

AW: [PHP-WIN] Automating web data input and extraction

2001-01-23 Thread Michael Rudel
Hi Emmanuel, I think a possible way is to create a JavaScript that opens the site. You can now enter the values in the Form-fields (JavaScript). Then you Post it. Now you have your result page. Do with it what you want (e.g. parse it ...). Hope this helps. Greetinx, Mike (Germany) -Urspr

AW: [PHP-WIN] best user authentication method?

2001-01-18 Thread Michael Rudel
Hi Romulo, If you're only working (and all your clients, too) with M$, means M$-Win, M$-IIS, M$-IE, so the best method is NTLM, but all Users must be registered in your PDC as Users. Its very usable in Intranets. Greetinx, Mike (Germany) -Ursprüngliche Nachricht- Von: Romulo Roberto P