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] 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] 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] 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] Personal Web Server

2001-03-12 Thread Michael Norum
ng up for you and it's way faster than pws. Michael "Gud kaster ikke terning med universet!" -Albert Einstein -Original Message- From: Marco Sarti [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 11, 2001 10:36 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Personal Web Server

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] 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-15 Thread Michael Rudel
a form not controled by me... Hi Michael, Also, when I run the page, it give me a parse error in line 22, that is: while ( list ( $key, $val ) = each ( $HTTP_GET_VARS ) ) Any idea? Here's the complete page Untitled Document $val\n"; if ( &quo

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] 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] 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] 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] Best non-tackified grip enhancer for golfers,

2001-04-18 Thread Michael C
What does this have to do with PHP for Windows? -- Later Days:) Michael Clesceri ""Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]&q

Re: [PHP-WIN] Excel COM

2001-04-18 Thread Michael C
Ryan: Hey I am going to just say that I am curious myself now So that is why I am posting to this group Thanks Mike ""Conover, Ryan"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to use the excel Com on a win2k/IIS5/php4.0.4pl1 with Office 2

[PHP-WIN] HMTL E-mails with images (again)

2004-02-27 Thread Michael Horton
Hi, Having just recently started to try and use php (by necessity- the only person in the department who used php left us recently). I'm trying to make a form to send out a specific e-mail to the selected recipients. I've managed to get it to send an html e-mail to the recipients I want, but I can

Re: [PHP-WIN] HMTL E-mails with images (again)

2004-03-03 Thread Michael Horton
orks > > Bye > > SuDeEp. > Thanks, that worked like a charm- the problem I had was I was using relative links rather than absolute ones. Michael - I'm sorry, did my Karma run over your Dogma? -- PHP Windows Maili

[PHP-WIN] PHP5 ISAPI filter error on XP IIS

2004-07-18 Thread Michael Coughlin
My PHP5 phpinfo() test page runs fine, except ... 1. Page authentication is required the first time a browser instance accesses the page. 2. Using an ISAPI filter, pointing to php5isapi.dll, (and re-starting IIS, of course) results in the browser returning the following error: -2147467259

[PHP-WIN] Installation? problem for php newbie

2004-10-29 Thread Michael Horniak
. I'm using Windows 2000 Server SP4 Below is the code for "test.php" which is located in H:\Inetpub\wwwroot and PHP was installed to H:\php Untitled Document Hello World! Any suggestions will be very much appreciated. Thanks, Michael P.S. Sorry if this is a duplicate posting.

[PHP-WIN] Installation? problem for php newbie

2004-10-29 Thread Michael Horniak
. I'm using Windows 2000 Server SP4 Below is the code for "test.php" which is located in H:\Inetpub\wwwroot and PHP was installed to H:\php Untitled Document Hello World! Any suggestions will be very much appreciated. Thanks, Michael -- PHP Windows Mailing List (http://w

[PHP-WIN] Installation? problem for php newbie

2004-10-29 Thread Michael Horniak
. I'm using Windows 2000 Server SP4 Below is the code for "test.php" which is located in H:\Inetpub\wwwroot and PHP was installed to H:\php Untitled Document Hello World! Any suggestions will be very much appreciated. Thanks, Michael -- PHP Windows Mailing List (http://w

[PHP-WIN] include statement

2004-10-29 Thread Michael Adams
included file through the PHP parser. I have the includes as .PHP at present. There is nothing php in the header or footer as yet. I am looking at saving the server some cycles by doing this. Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] Re: Installation? problem for php newbie

2004-10-29 Thread Michael Horniak
Hi Jason, I apologize for the duplicate entries ... will not do that again. The "problem" I discussed wasn't after all. I was opening the page via the browser as a file and not using http protocol. Dumb mistake on my part. Thank you for offering your assistance. - Michael "Ja

Re: [PHP-WIN] Yet another MySQL+PHP5 issue

2004-10-29 Thread Michael Purdy
Jim Mysql does not need to be in the path. You do not need to rename the dll. Php should be looking for php_mysql.dll in the extension_dir specified in your php.ini file. I would suggest you do file search for other copies of the php.ini file in case one is conflicting with another. Once you h

Re: [PHP-WIN] Variables not retaining values

2004-11-06 Thread Michael Purdy
Anne On your keywords_delete_ask.php page what error does echo $_REQUEST['id']; Produce? Mike - Original Message - From: "Anne Shroeder" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 07, 2004 10:16 AM Subject: [PHP-WIN] Variables not retaining values > A ve

Re: [PHP-WIN] How to check if a *string* has only numbers...

2004-11-16 Thread Michael Purdy
You can try if (ereg('[^0-9]',$value)) { do something // if you form value string contains non numerics do something } else { settype($value,"integer"); // Its a numeric so set the string to a integer to allow normal < > etc testing. } Mike - Original Message -

Re: [PHP-WIN] What's wrong with these two programs?

2004-11-22 Thread Michael Purdy
Anthony Assuming you have not omitted any of the code for script 2: You need to have a get the posted value at the start of script 2 i.e. $username = $_REQUEST['userName']; Mike - Original Message - From: "aomarlow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 2

Re: [PHP-WIN] Re: Passing an Array in HTML

2004-11-23 Thread Michael Adams
s working so I am assuming my problem is the > > way that I > > > > am passing the array. How can I pass an array or is it not > > > > possible? I would think that anything can be passed as > > it is just > > > > bits of data (pun intended).

Re: [PHP-WIN] What's wrong with these two programs?

2004-11-24 Thread Michael Adams
On Tue, 23 Nov 2004 15:15:49 +1000 "Michael Purdy" <[EMAIL PROTECTED]> wrote: > Anthony > > Assuming you have not omitted any of the code for script 2: > > You need to have a get the posted value at the start of script 2 i.e. > > $username = $_REQUEST[

Re: [PHP-WIN] Permission deny on connecting MS Access database

2004-12-01 Thread Michael Adams
On Wed, 1 Dec 2004 02:32:14 +0200 Emperor Kang Xi <[EMAIL PROTECTED]> wrote: > I use MySQL for PHP and I need to retrieve data from MDB directly and > display it to user browser. If php possible to retrive mdb data, so i > do not need to write converter for MDB to MySQL. > > Why MDB + MySQL for P

Re: [PHP-WIN] newbie: a very simple question (I hope)

2004-12-16 Thread Michael Adams
I know how to print out the value of $x, but not the > test result of 'true or false'. > > Thanks- > Wrap it in an 'if' $x = 3; if (++$x < 4) { echo 'result is true'; } else { echo 'result is false'; } echo and print are l

Re: [PHP-WIN] About "\n"

2004-12-29 Thread Michael Purdy
Michael "\n" will not be recognised by your browser. Remember it expects to see HTML and not DOS style new line markers. Try echo ''; or echo ''; instead Mike - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, December 29, 2

Re: [PHP-WIN] Blank screen problem

2005-01-08 Thread Michael Purdy
Roel I am not sure what you expect to see but what you should see in view source is only the HTML output of the phpinfo() function. At present your code does have one problem which may be causing you problems and this echo âThis is a PHP lineâ; Should be echo 'This is a PHP line'; That is us

Re: [PHP-WIN] help in understanding string / integer concatenation

2005-01-11 Thread Michael Purdy
Raymond This produces what I think you want: $str = 'hello' . ($i+1); Mike - Original Message - From: "Raymond Still" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 12, 2005 4:50 PM Subject: [PHP-WIN] help in understanding string / integer concatenation > Hello all; > I am a new

Re: [PHP-WIN] HTML in PHP to a File

2005-01-13 Thread Michael Adams
re specific about what does happen, and what you want to happen. You appear to be just starting out in both HTML and PHP. I suggest following a few online tutorials at W3C schools. HTH Regards Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Secure customer service web page browser

2005-04-25 Thread Michael Purdy
Ross Your requirement is similar to what I have seen in a number of retail stores. It is common practice for stores to be provided with a customised Linux desktop environment and a non externally routable IP Address. Mike - Original Message - From: "Ross Honniball" <[EMAIL PROTECTED]>

[PHP-WIN] Re: [PHP] Stopping users to see uploaded files

2005-05-27 Thread Michael Adams
to upload files using php? > > Thanks in advance! You are going the right way. Put an index.html file in that directory that redirects people to your home page or whereever. You could alternatively restrict the directory with password access. -- Michael -- PHP Windows Mailing List (

[PHP-WIN] Re: [PHP] php not allowed in .htaccess

2005-06-02 Thread Michael Adams
ambo needs access to .htaccess files. It needs to know the username of Apache (Nobody or was it nobody) and mod_rewrite needs to be in PHP. Apache needs ZLib and MySQL support compiled in. All this is available from phpinfo() on the server. I am using a remote host. One of these items may be inhibiting your results. Check mod_rewrite especially. HTH -- Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Cant write file to server

2006-02-01 Thread Michael Adams
, 'x'); I gotta be missing something simple here. Don't ping me for the text file write. I will be using jpegs in production. A simple text helps minimise my example. TIA -- Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] array walk?

2007-06-28 Thread Michael Southworth
t sort of thing, but it looks like that will at least point you in the right direction. -Michael On 6/28/07, Juan Ignacio Borda <[EMAIL PROTECTED]> wrote: this code doesn't work on my PHP Version 5.2.1 (i'm trying to protect a stie from XSS) como'; $a[]=Array(

Re: [PHP-WIN] strange mktime

2007-08-17 Thread Michael Southworth
1 hour less and the second 6 months have one hour more. see http://en.wikipedia.org/wiki/Daylight_saving_time_around_the_world for details. Apparently 29.10 is a common daylight savings date, here in the states the actual date can change. -Michael On 8/16/07, Peter Wechtersbach <[EMAIL PROTEC

[PHP-WIN] Building PHP 5.2.5 for win32

2007-12-14 Thread Michael Tyson
e must have it sorted by next Wednesday (the 19th), and we're willing to pay a reasonable rate for assistance. Cheers, Mike -- Michael Tyson | Developer | smartpath.com.au m: (+61) 0407 754 124 e: [EMAIL PROTECTED] aim: mikerusselltyson

Re: [PHP-WIN] Re: Building PHP 5.2.5 for win32

2008-01-12 Thread Michael Tyson
bridge build? Cheers! Mike On 16/12/2007, at 12:52 AM, Elizabeth M Smith wrote: Michael Tyson wrote: Hiya, We're using PHP/Java Bridge (PJB) with PHP 5.1.6 and Apache 2.0.61 on Windows, and experiencing frequent segfaults of Apache. Inspecting the dump reveals that PHP is crashin

Re: [PHP-WIN] Concurrency issue on session file on harddisk

2008-02-12 Thread Michael Southworth
fails, poll and try again or timeout and fail gracefully. I am not very familiar with how the permissions on this would play out though. Those are two suggestions I could think of, hope that helps, -Michael Southworth On Feb 13, 2008 8:15 AM, Stephan Weiher <[EMAIL PROTECTED]> wrote: &g

Re: [PHP-WIN] Seeking a function, class or other means to save the current PHP page as an HTML file on the server.

2008-03-06 Thread Michael Southworth
up any workarounds. If you cannot allow a refresh, the solution may be far more complicated, using the document object model in javascript, or php output control. In that case, I would ask your users to just use the Save-as function instead. HTH, -Michael On Thu, Mar 6, 2008 at 5:21 PM, Greg Cocks

Re: [PHP-WIN] Upload Files!

2008-04-18 Thread Michael Southworth
At first blush, this article may be the best place to start. It has a complete example from start to finish. In addition to what has been stated here, you will need to properly SQL escape the data before inserting and un-escape it after fetching it from the database. http://www.onlamp.com/pub/a/ph

Re: [PHP-WIN] If Question!

2008-05-21 Thread Michael Southworth
I believe the same idea Matt posted is true for this line: if ((!$_POST['fname']) || (!$_POST['lname']) || (!$_POST['company']) || (!$_POST['title']) || (!$_POST['degree']) || (!$_POST[ 'school'])) I am out of reach of a php processor, but I believe if a form submits these, without populati

Re: [PHP-WIN] Re: php_enchant not loadable

2009-08-25 Thread Michael Tacelosky
big batch. If I had 5.3 extensions available, I'd gladly share them. (I paid for the development of php_swish.dll, and then had it added to the pecl repository,but alas, I never compiled it myself). Tac On Tue, Aug 25, 2009 at 8:03 AM, Richard Quadling wrote: > 2009/8/25 Michael Tacelosk

[PHP-WIN] Php Cgi & Module

2003-06-26 Thread Michael G. Tracey
Is there a danger if you install php as an Apache module and a CGI? Or will you get the same functionality either way? Michael G. Tracey ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! -- PHP Windows Mailing List

[PHP-WIN] connect to Mysql Server

2003-07-16 Thread Michael G. Tracey
ASSOC)) { print "\t\n"; foreach ($line as $col_value) { print "\t\t$col_value\n"; } print "\t\n"; } print "\n"; /* Free resultset */ mysql_free_result($result); /* Closing connection */ mysq

RE: [PHP-WIN] How can I make PHP to work on Win98 ?

2001-01-31 Thread Michael S. Norum
ckage that installs PHP and apache on a windows pc. Michael "Gud kaster ikke terning med universet" -Albert Einstein http://denandresiden.cjb.net http://bookmarks4all.cjb.net http://www.geocities.com/zymosis2000 -Original Message- From: Richard [mailto:[EMAIL PROTECTED]] Sent: W

[PHP-WIN] Re: [PHP] Re: IE 5.5,authentication,PHP sessions: IE never stops

2001-03-04 Thread Michael A. Peters
gets a "log in" prompt! And, in IE, he has to > > deliberately blank out the password field, THEN hit enter, THEN the prompt > > will come again, and he has to hit escape. I fricken hate IE. They extend Microsofts lack of case sensitivity where it shouldn't- when I use

RE: [PHP-WIN] PHP and FLASH Remoting - can it be done?

2004-05-24 Thread Dunn, Michael O.
mfphp.org/> . I'm not sure if you are using a CMS or not but we've set ours up as a Xaraya module and we can not use Flash and Xaraya seamlessly. Let me know if you have any questions on set up or usage within Flash. Michael Dunn Web Development INHS/IRM (509) 232-8258 [EMAIL PROTECTED]

[PHP-WIN] Re: cannot load dynamic module ..

2005-06-07 Thread Michael Louie Loria
sions H:\programme\php\extensions\ H:/programme/php/extensions H:/programme/php/extensions/ without success. Any hints? lg - - - - check http://www.ricocheting.com/server/php.html for setting up PHP, MySQL, CGI and Apache Michael Louie Loria -BEGIN PGP SIGNATURE- Version: GnuPG v

[PHP-WIN] Re: cannot load dynamic module ..

2005-06-07 Thread Michael Louie Loria
e\php\extensions H:\programme\php\extensions\ H:/programme/php/extensions H:/programme/php/extensions/ without success. Any hints? lg - - - - - Are you setting up PHP and Apache only or PHP, MySQL and Apache? Michael Louie Loria -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (MingW32) Comment

[PHP-WIN] Re: Access connection

2005-06-20 Thread Michael Louie Loria
ute($sql); ?> Product Name Quantity Per Unit Unit Price EOF): ?> Fields['ProductName']->Value ?> Fields['QuantityPerUnit']->Value ?> Fields['UnitPrice']->Value ?>

[PHP-WIN] FW: [PHP-INST] Adding GD extensions

2002-01-23 Thread Ellis Michael A KPWA
Since this is a Windows specific question I thought I would send it to the php-windows mail list as well. Mike Ellis -Original Message- From: Ellis Michael A KPWA [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 23, 2002 11:06 AM To: '[EMAIL PROTECTED]' Subject: [PHP-INST]

[PHP-WIN] Access to network shares

2002-02-06 Thread Michael A. Fallavollita, Ph.D.
It seems impossible for me to use file system and directory functions that attempt to access network drives on another server. For example, take the dir() example from the manual: read()) { if ($entry != "." && $entry != "..") { if (is_dir($dirName."/".$entry))

<    1   2   3