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] 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] Multiple value selection box (mix php/html problem) **SOLUTION**

2001-05-23 Thread Michael Kelley
SUCCESS (man do I feel STOOPID!!) A duh my cursor was at the end of the array (THIS WHOLE TIME!!) The reset was needed trick Thanks M@ Matt Williams wrote: > Hi Michael > > Just tried this > - > > > 1 > 2 > 3 &

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-22 Thread Michael Kelley
sts/test.php on line 2 > test.php being the file containing the PHP mail code > > this is the sendmail info in my php.ini file: > > [mail function] > ; For Win32 only. > SMTP = localhost ; for Win32 only > > ; For Win32 only. > sendmail_from = [EMAIL PROTECTED] ; for

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Michael Kelley
the body...Like so: > > $mailheaders = "From: $mailfrom\n"; > mail($mailto, $mailsubject, $mailbody, $mailheaders); > > Where you establish $mailfrom as who its from > > Rick > > - Original Message ----- > From: "Marnix Ottens" <[EMAIL PROTECTED]

Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Michael Kelley
y as far as >the mail being sent of; however, I always get the following error:Fatal error: >Maximum execution time of 30 seconds exceeded in ... > > Can anyone offer any suggestions? > > Matt -- Michael Kelley [EMAIL PROTECTED] Programmer/System

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] installing php on apache

2001-07-08 Thread Michael Duxbury
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dear Michael > > On 08 July 2001 at 13:37:12 +0100 (which was 13:37 where I live) Michael > Duxbury thoughtfully wrote the following > > < ... > > > > But

Re: Re[2]: [PHP-WIN] installing php on apache

2001-07-08 Thread Michael Duxbury
gt;news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Dear Michael > > On 08 July 2001 at 13:51:45 +0100 (which was 13:51 where I live) Michael > Duxbury wrote > > > I tried this David, but I load it into the browser and still I get a blank > &g

Re: Re[4]: [PHP-WIN] installing php on apache

2001-07-08 Thread Michael Duxbury
r may be available in the server error log. None of these things worked. Does the php.exe have to be up and running (it is)? "David Elliott" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SIGNED MESSAGE- > Ha

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

[PHP-WIN] Help with index.php directory requests

2001-07-19 Thread Michael Kelley
ttp://host/ then index page is loaded How do I set apache so that both will work? Thanks in Advance and once again sorry for the Off Topic (Any one know of a good apache mailing list??) Mike -- Michael Kelley [EMAIL PROTECTED] Programmer/Systems Analyst I

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] 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

[PHP-WIN] List setup

2001-07-24 Thread Michael Kelley
take care of this, I use that (when I remember) and then I take off the original recipient. But there are many times when we don't do this and potential answers to future questions are not documented . Not a complaint just a suggestion -- Michael Kelley [EMAIL

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] PHP works on the server only

2001-07-30 Thread Michael Kelley
parsed so it should > be connecting as a normal internet user. However, when looking at the page > from a remote machine it just hangs. Any ideas why this is so? > > Adam -- Michael Kelley [EMAIL PROTECTED] Programmer/Systems Analyst I New Me

Re: [PHP-WIN] extracting value from array

2001-07-30 Thread Michael Kelley
27;$value9', '$value10'); > One of elements has value 'xyz123' - I do not know which one. > > How can I extract this element from the array and have a new array with all other >element, except extracted one. > > Any idea? > > Afan Pasalic -- M

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] 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] 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] 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] 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] & character in e-mail msg

2001-12-13 Thread Michael Sims
At 12:19 PM 12/13/2001 -0400, Mick wrote: >I'm trying to dynamically place a 'querystring' link in the body of an >e-mail message but it won't read past the & character in the string. >Tried >'urlencode(), addbackslash(), qoutemeta(), hex values, etc. etc. but >nothing >seems to work. >I know it c

Re: [PHP-WIN] Magic Quotes

2001-12-13 Thread Michael Sims
At 10:57 AM 12/13/2001 -0500, Asendorf, John wrote: >OK, maybe I'm just off my rocker or have something set incorrectly or >something, but... > >What's the deal with magic quotes? > >you turn it on, and it automatically performs the addslashes for data being >entered into databases, right? But it

Re: [PHP-WIN] Magic Quotes

2001-12-13 Thread Michael Sims
At 10:57 AM 12/13/2001 -0500, Asendorf, John wrote: >OK, maybe I'm just off my rocker or have something set incorrectly or >something, but... > >What's the deal with magic quotes? Oh yeah, here is a nice post on PHPBuilder that explains this all very well: http://www.phpbuilder.com/forum/archive

Re: [PHP-WIN] IIS Lockdown Tool

2001-12-13 Thread Michael Sims
At 07:51 PM 12/13/2001 -0600, Todd Williamsen wrote: >here is a another great IIS lockdown tool > >http://www.apache.org LOL! Good one. :) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-WIN] What to do, what to do!

2001-12-13 Thread Michael Sims
At 08:02 PM 12/13/2001 -0600, Todd Williamsen wrote: [...] >The problem is that abusers of the site will report games that they have not >played and screws up the stats of the players that he supposedly played >against. > >Now, the ultimate solution would be to have a way where when the winner >re

Re: [PHP-WIN] What to do, what to do!

2001-12-13 Thread Michael Sims
At 08:31 PM 12/13/2001 -0600, Todd Williamsen wrote: >I thought about that, but the problem is, what happens when the time expires >and the loser doesn't report? and At 08:55 PM 12/13/2001 -0600, Todd Williamsen wrote: >Since there is a ranking system, and if the game doesn't get reported by the

[PHP-WIN] Problem with a COM object.

2001-12-14 Thread Michael Reynolds
I'm trying to open and use a COM connection, as follows: $com = new COM("WinampCOM.Application"); Seems this does not work in PHP, although it works in many other applications. The module, and its source, is available from: http://www.adcock8.freeserve.co.uk/winamp.htm Any assistance would be

Re: [PHP-WIN] What variables does a tag submit?

2001-12-14 Thread Michael Reynolds
--- Cliff <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to ask, what variables are submitted > from a form with say... > options 2 and 4 selected? > > > 1 > 2 > 3 > 4 > 5 > > I am not 100% certain, but I believe that it would set $what as an array, with $what[0] as '2', and $what[1] as '

Re: [PHP-WIN] ISAPI Status

2001-12-14 Thread Michael Sims
At 12:27 PM 12/14/2001 -0800, Flint Doungchak wrote: >I was just wanting to see what people are experiencing with the ISAPI module >for IIS 5.0 with PHP 4.1.0. Sorry I don't have an answer to your question, but just a related question of my own. I've seen lots of people refer to 4.1.0 as "final

Re: [PHP-WIN] ISAPI Status

2001-12-14 Thread Michael Sims
At 03:58 AM 12/15/2001 +0100, Tommy Finsen wrote: >I think I'll wait for a few iterations before I give it another try. >Luckily I have the HW to run PHP in CGI :). IIS5 with PHP in CGI-mode is >rock stable. Been running it for 10 months with NO downtime (except when >upgrading). Thanks for the i

RE: [PHP-WIN] ISAPI Status

2001-12-15 Thread Michael Sims
At 06:07 PM 12/15/2001 +, Jeff Waldock wrote: >For what it's worth, I have been running PHP ISAPI (versions 4.0.6 and >earlier) on Win2k and WinNT4 (SP6) for quite a while - 12 months and approx >2 years, respectively, and have had not a single problem - totally >fault-free. I have to say tha

Re: [PHP-WIN] Loading modules

2001-12-15 Thread Michael Sims
At 06:12 PM 12/15/2001 +0530, Bharath Bhushan Lohray wrote: >Altough I have included (uncommented) certain modules from the php.ini, and >restarted apache, I am not able to use the features of those modules. > >I receive an error that the function is not defined. > >Initially I saw dialog boxes wi

Re: [PHP-WIN] Session question

2001-12-18 Thread Michael Sims
At 05:02 PM 12/18/2001 -0500, [EMAIL PROTECTED] wrote: >I was wondering how I can stop the following message from posting when a >user hits the back button when I am using sessions? Look for this section in your php.ini: ; Set to {nocache,private,public} to determine HTTP caching aspects. sessio

Re: [PHP-WIN] Session Questions

2001-12-20 Thread Michael Sims
At 08:38 AM 12/20/2001 -0500, [EMAIL PROTECTED] wrote: >I am using Sessions on a website. When a user hits the back button they get >an error message "Page has Expired". Is there a way preventing this. I can >currently using 4.0.6 if that helps at all. You asked this exact same question two da

Re: [PHP-WIN] email() problem

2001-12-20 Thread Michael Sims
At 09:34 PM 12/20/2001 -0500, Thomas Orr wrote: >I need help with a basic issue. I can't seem to get the mail() function to >work with php4 on an xp machine running iis5. I'm new to php and really [...] >mail($recipient, $subject, $msg, $mailheaders); <--*THIS IS WHERE >IT SCREWS UP* W

RE: [PHP-WIN] PHP software tool

2001-12-22 Thread Michael Sims
At 09:17 PM 12/22/2001 +, Martin Halford wrote: >Dear 'LaserJetter' > >I quite like HTML-Kit from: > >http://www.chami.com/html-kit/ > >It's free, stable, has line numbering, php plug-in and above all else >remembers file locations and has a good recent files look-up. I second the recommendat

RE: [PHP-WIN] PHP 4.1.0 Win32 problem

2001-12-22 Thread Michael Sims
At 10:44 PM 12/22/2001 -0500, Andrew Saturn wrote: >PHP Warning: Unable to load dynamic library './php_gd.dll' - One of the >library > files needed to run this application cannot be found. [...] >I used the default gd library, and it's uncommented in php.ini: > >extension=php_gd.dll Did you f

Re: [PHP-WIN] Radio buttons

2001-12-22 Thread Michael Sims
At 07:34 PM 12/22/2001 -0800, Mihail Bota wrote: >Andrew, I even checked a big HTML bible (one of the newest), nothing new, >or I did not know. I looked over HTML tutorial sites, the same story, >identical syntax, goodies for colors, shapes etc. but nothing related to >this problem. >I'll try the

[PHP-WIN] Some questions about php for windows

2001-12-26 Thread Michael Reynolds
I have a script running from the console, via php -q script.php, and wish to echo to display a status every so often, but that does not work anymore. I tried using print in place of echo, and even tried flush. Both to no avail. Would anyone have any ideas how to output to the console, using o

Re: [PHP-WIN] Passing by reference...

2001-12-31 Thread Michael Sims
At 07:37 PM 12/31/2001 -0600, Anthony Ritter wrote: >.. >function tax (&$Salary) > { > $Salary= $Salary - (($Salary/100)*20); > return $Salary; > } >$Salary=2500; >echo $Salary; >?> >.. > >The result in the textbook is 2000

Re: [PHP-WIN] Passing by reference...

2001-12-31 Thread Michael Sims
At 08:51 PM 12/31/2001 -0600, Anthony Ritter wrote: >... >function tax (&$Salary) > { > $Salary= $Salary - (($Salary/100)*20); > return $Salary; > } >$Salary=2500; >echo (tax($Salary)); // This displays $2000 >echo $Salary; // This also di

Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Michael Sims
At 09:27 AM 1/2/2002 +1100, Ignatius Teo wrote: >Isn't passing by reference a "no-no" is terms of good programming? At least >that's what I was told when I studied programming about 12 years ago? > >Ignatius Not sure...do you recall the reasons that were given when you were told that? -- PHP W

Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Michael Sims
At 12:08 AM 1/2/2002 -0600, Michael Sims wrote: >At 09:27 AM 1/2/2002 +1100, Ignatius Teo wrote: >>Isn't passing by reference a "no-no" is terms of good programming? At least >>that's what I was told when I studied programming about 12 years ago? >> &

[PHP-WIN] Question about time functions

2002-01-04 Thread Michael Reynolds
Are there any functions which return the elapsed system uptime, in integer format, preferebly milliseconds or microseconds? Some people have suggested using the first key from the microtime() array, but that returns microseconds from Jan 1 '70, not microseconds since system start. __

Re: [PHP-WIN] Array within a Class?

2002-01-05 Thread Michael Sims
At 03:04 PM 1/5/2002 -0800, Chris Hall wrote: >Just a quicky -- > >I have yet to see anyone define an array within a class, yet if it is >possible, would i be able to access that array with >$this->array["variable"];? I've designed a class that has a method that RETURNS an array, but it sounds l

Re: [PHP-WIN] REAL NEWBIE QUESTION!!!

2002-01-07 Thread Michael Sims
At 06:20 PM 1/3/2002 -0500, Jack Cazes wrote: >I have php 4.11 loaded and it works fine...I now want to create a >database...so I use Winsqladm and create the database...however there is no >mention of username and passworddo I have to then define and FSN in >Windows ODBC administrator (even t

Re: [PHP-WIN] cant install PHP

2002-01-11 Thread Michael Caldwell
There are a number of servers available that run on Win systems. many are "Open Source" or even freeware. Alternatives to IIS 5.0 are Apache from http://www.apache.org and Ominhttpd from http://www.omnicron.ab.ca/httpd/ Apache is the most widely used server. Omnihttpd is very easy to install and

[PHP-WIN] Help with regex

2002-01-18 Thread Michael Reynolds
I have something in php, which goes through a line of text, replacing all occurences of %longip($a) with the long2ip/ip2long of whatever's in the perentheses. I tried something similar with %ial($a,$b), to call ial_search($a,$b) and replace the %ial() with the result. I have it so the longip can

[PHP-WIN] Re: Which Web server to run under XP

2003-01-12 Thread Michael Harding
Ben Edwards wrote: > I am using XP and have been trying to work out which web server to use with > PHP & MySQL. > First I tries IIS and it said I have an OCX missing. > Then I looked at Apache and it said I need Service Pack 1, which if I > install slows the whole machine down. This is a know

[PHP-WIN] Re: Newbie: How to initialize a superclass

2003-02-07 Thread Michael Wallner
Leonardo javier belén wrote: Hi all! I need some advice. Its not automatically as I supposed it could be. Please! thanks all for reading... class Foo extends Bar { function Foo(){ $this->Bar(); } } HTH, Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP-WIN] Re: Unexplained CGI error

2003-02-24 Thread Michael Power
What is a CVS??? I'm having the same problem. Everything works fine on a Win2K server with no patches. Run Windows update and apply all the patches then install PHP and suddenly you start getting the CGI errors as described. Please clarify what I/we need to install to fix this... Cheers Mike

[PHP-WIN] Re: Unexplained CGI error

2003-02-25 Thread Michael Power
No this is a little more complex than that... The scripting works fine then randomly you'll get the CGI errors. I find I get them when executing a script which echo's out frames. Each frame is populated with another PHP script and when executed you end up with the browser window framed correctly

[PHP-WIN] Re: Unexplained CGI error

2003-02-25 Thread Michael Power
At last found some info... http://bugs.php.net/bug.php?id=9852 Looks like I might have to move to ASP.NET after all unless the PHP boys pull their fingers out... :( Cheers Mike > "Mary Sweeney" > I had a very nice little application I was working on. I selected options > from an html page and

[PHP-WIN] Re: Windows vs. linux

2003-02-25 Thread Michael Power
In my experience the only things you really need to look out for are: 1) file functions requiring different path details (and associated access permissions - CHMOD). 2) line breaks in files/output. 2) extensions/changes to PHP exe other than the default can be a pain if you're not the administrator

Re: [PHP-WIN] Duplicate entry removal

2003-02-26 Thread Michael Power
Better yet define the required dataset with SQL to speed the whole process up: "SELECT YEAR(your_date) FROM table_name GROUP BY your_date"; Cheers Mike > "Matt Hillebrand" > array_unique() > > |-Original Message- > |From: Per Christian [mailto:[EMAIL PROTECTED] > | > |Hi > | > |I'm build

[PHP-WIN] Re: html2pdf on windows?

2003-02-27 Thread Michael Power
COM functions. Then use the command line app. Ghostscript (free from www.ghostscript.com) to convert the Post Script to a PDF. The advantage of this approach is you can create a PDF out of anything you can select a printer for and print from via COM... Just a thought??? Cheers Mike -- Michael Po

Re: [PHP-WIN] newbie: installing php_gd

2003-02-27 Thread Michael Power
Try "C:\php4\extensions" i.e. add the dbl quotation marks. Cheers Mike > "Anthony Ritter" > Rich, > On MS Win 98 / Apache / PHP 4 > > If somebody out there using Win can check my php.ini file and advise me what > I'm doing wrong. > > I have uncommented: > .. > extension=php_gd.dll >

Re: [PHP-WIN] Duplicate entry removal

2003-02-27 Thread Michael Power
it better to just: > > SELECT DISTINCT YEAR() FROM ; > > > > regds, > > -Original Message- > From: Michael Power [mailto:[EMAIL PROTECTED] > > Better yet define the required dataset with SQL to speed the > whole process > up: > > "SELECT YEA

[PHP-WIN] Re: Having problems connection PHP to MSSQL2000

2003-02-27 Thread Michael Power
Did you enable the appropriate extension? If so have to given the IUSR_XXX (PHP) user permission to access/execute? Do phpinfo() to see if MSSQL is enabled... Cheers Mike -- Michael Power Software Developer Concentrix Limited ___ Helping you strengthen your

[PHP-WIN] Re: newbie: Dynamic forms

2003-02-28 Thread Michael Power
-- Michael Power Software Developer Concentrix Limited ___ Helping you strengthen your customer relationships To find out more about how we can help you visit our website http://www.concentrix.co.uk The Technology Centre, Epinal Way, Loughborough, Leicestershire

[PHP-WIN] Re: newbie: dynamic forms

2003-02-28 Thread Michael Power
You appear to have a twitch... ;) Mike > "Edward David" > > Hi, > > I am trying to create a form that has checkboxes displayed. > If the box is checked then show below the checkbox input items related to > the parent checkbox. > If the user has not entered his name then do not display the submit

[PHP-WIN] Re: destroying COM objects

2003-02-28 Thread Michael Power
unset($com_object); -- Michael Power Software Developer Concentrix Limited ___ Helping you strengthen your customer relationships To find out more about how we can help you visit our website http://www.concentrix.co.uk The Technology Centre, Epinal Way

Re: [PHP-WIN] Re: destroying COM objects

2003-02-28 Thread Michael Power
> "Rich Gray" > > I may be talking out of my proverbial but I believe unset() will just remove > the reference to the object it won't destroy the object itself which is why > I suggested $obj = null in my earlier message... however I'm probably being > pedantic as the next gc cycle will clean up ob

[PHP-WIN] Re: Unexplained CGI error

2003-03-04 Thread Michael Power
"CGI error". It > sounds to me like bug of uninitialized variable or some buffer overrun > problems (if it would be a problem in php.ini - at least it would not be > random :). > Do you know how to fix this problem? > I'm using PHP4.3.1 in CGI mode. Btw, which version works bett

[PHP-WIN] Absolute and Relative directory

2003-08-08 Thread Michael Bao
/www3/" in "php.ini" file. But it doesn't work.Please tell me the reason. thank you, Michael Bao

[PHP-WIN] Main Directory and E_mail Extractor

2003-08-14 Thread Michael Bao
doesn't work.Please tell me the reason. When some clients visited my web site, I want to keep their E_mail address in my database. Please tell where I can get this kind of skills and materials. thank you, Michael

[PHP-WIN] E_mail Address extractor

2003-08-14 Thread Michael Bao
doesn't work.Please tell me the reason. When some clients visited my web site, I want to keep their E_mail address in my database. Please tell where I can get this kind of skills and materials. thank you, Michael

[PHP-WIN] Tell me reason and How to do it

2003-08-16 Thread Michael Bao
correct it, thank you, Michael

[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-WIN] Help needed on PHP+IIS+filesys

2003-10-13 Thread Michael Kochendoerfer
l: Their root level is (physically mapped): e:\\webspaces\\root_of_domain_1 Hope this has been clear enough to show my problem. Thanks in advance! - Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Absolute and Relative directory

2003-10-13 Thread Michael Kochendoerfer
y different users, so I can't provide a global include dir (or each user could modify/rename/kill modules of others). I created a new article as of October 13, 2003 that's left unanswered. Maybe my problem is more descriptive there. - Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] the unsubscribe script must be broken...

2004-01-07 Thread Michael Estler
I have been trying to unsubscribe and the thing just won't quit sending me mail... somebody please remove me from the list... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 10:11 AM To: [EMAIL PROTECTED] Subject: php-windows Digest 7

Re: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
that were collected and put into the hidden form fields will be submitted and you next page (the PHP page) could INSERT the values into the database, Michael On Friday, January 12, 2001, at 07:30 PM, James Duncan wrote: > Hi folks, > > I'm still new to HTML, Javascript and PH

RE: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
nce its generated PHP (or any server side language) is out of the picture, it then goes to the client-side stuff like you said. You can use PHP's fopen() to grab the page and then add the form and hidden fields I was talking about. By doing this, you are setting up the page to be handle

RE: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
No, actually I think that using PHP to insert the FORM and then use Javascript to get the #text node values would be easier. Parsing Table cells using RegExs is no fun. Michael On Saturday, January 13, 2001, at 01:06 PM, James Duncan wrote: > But surely if I'm using fopen to insert

RE: [PHP-WIN] DOM

2001-01-13 Thread Michael Stearne
Send a url that points to the page you want to strip the info from. Or look into another service or site that may give you the quotes in a raw text format. Also look into the http://www.php.net/manual/en/function.strip-tags.php function in PHP. Michael On Saturday, January 13, 2001, at 03

Re: [PHP-WIN] PHP Editor

2001-01-13 Thread Michael Cartmel
HomeSite or ColdFusion Studio work great as well... plenty of colour coding etc... - Original Message - From: "Matt Anderson" <[EMAIL PROTECTED]> To: "James Brash" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, January 14, 2001 12:28 AM Subject: Re: [PHP-WIN] PHP Editor > I pers

Re: [PHP-WIN] PHP Editor

2001-01-15 Thread Michael Norum
You also have TextPad which is freeware... michael > > yes, phpED is free > - Original Message - > From: "Bikes" <[EMAIL PROTECTED]> > To: "'Alain Samoun '" <[EMAIL PROTECTED]>; "'Angus Mann '" > <[EMAIL

Re: [PHP-WIN] Standalone server for NT and MySql

2001-01-17 Thread Michael Stearne
at http://httpd.apache.org/ and use that as the web server. After that go to the PHP manual and read about installing PHP on Win32. Michael On Wednesday, January 17, 2001, at 10:15 AM, Stig Kronback wrote: > I am currently working on a NT machine with a > standalone MySql Database ins

Re: [PHP-WIN] Passing values

2001-01-17 Thread Michael Cartmel
Have you put the line at the end of the form? It seems that any tags after this line are ignored (not sent by browser?). - Original Message - From: "Jan Walter" <[EMAIL PROTECTED]> To: "PHP Mailing list" <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 1:59 PM Subject: [PHP-WIN] Pas

Re: [PHP-WIN] Passing values

2001-01-17 Thread Michael Cartmel
what does your FORM tag look like? (something like this?) - Original Message - From: "Jan Walter" <[EMAIL PROTECTED]> To: "Michael Cartmel" <[EMAIL PROTECTED]> Cc: "PHP Mailing list" <[EMAIL PROTECTED]> Sent: Thursday, January 18, 20

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

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

Re: [PHP-WIN] Problems! 4.01pl2 to 4.04pl1 upgrade

2001-01-23 Thread Michael Cartmel
I had a similar problem... seems to be picky about the session.save_path in php.ini. Changed it from c:\temp to c:/temp and it fixed it. Not sure what the issue is there... Cheers, -mic - Original Message - From: "Warwick Chapman (Budgee)" <[EMAIL PROTECTED]> To: <[EMAIL PROT

[PHP-WIN] Exec not working still

2001-01-23 Thread Michael Cartmel
Has anyone got exec/passthru/system to work under Win2k? smime.p7s

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

[PHP-WIN] install fails on Win98/PWS

2001-01-27 Thread Michael Gerholdt
ctory that does not allow programs to be executed. EXECUTE clearly is set. Hints? Thanks! Michael Gerholdt -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [

Re: [PHP-WIN] PHP vs JSP ?

2001-01-29 Thread Michael Stearne
Which is better Coke or Pepsi? I'm kidding, but there was just a really long discussion on this a couple of weeks ago. Go to http://phpbuilder.com and do a search on this topic, you'll find a lot. Michael On Monday, January 29, 2001, at 06:08 AM, Antonio Lopez wrote: >

[PHP-WIN] Re: [PHP] INSERT into MSSQL Server

2001-02-13 Thread Michael McGlothlin
Have you tried addslashes () on the input lines before the insert? Conover, Ryan wrote: > I trying to insert some data into a MSSQL Server 7.0 database from Php. Some > of the data has various characters ', > . How can I tell SQL Server to > treat these characters as part of the input. > > Rya

Re: [PHP-WIN] Interbase/PHP Blob types

2001-02-18 Thread Michael Cartmel
If you're trying to store text in the database, try using column type 'text' instead of 'blob'. Blob is used for storing binaries so that's what it's expecting... -mic - Original Message - From: "Ed Meyer" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Friday, February 1

Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Michael Cartmel
System and exec seem to work under windows (cgi), they just don't hand back the output. Has anyone got these functions working 100%? -mic - Original Message - From: "Angus Mann" <[EMAIL PROTECTED]> To: "Johan Huhtalo" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, Februar

Re: Vs: [PHP-WIN] Problem with: exec(), system()

2001-02-18 Thread Michael Cartmel
Running 'cmd.exe' will hang the php script because it is waiting for cmd.exe to do it's thing and finish (since it's a shell it will just sit there waiting for input). Try a command like 'dir' or something that executes and closes once it's finished... -mic - Original Message - F

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

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] Web Servers

2001-03-02 Thread Michael Gerholdt
It this really the case - that PWS is not supported? I thought that though there were difficulties, folks were able to run PWS on Windows ME. Wrong? > I am new with PHP and I have a question about Web Servers. I am running > Windows ME and PWS is not supported. -- PHP Windows Mailing List (

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] 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

<    1   2   3   >