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] Re: Secure Login PHP Class

2009-06-06 Thread Michael
th, etc.). You can post the code on php.general etc. to be reviewed / for help. If you're working with a framework, use that framework's. Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

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

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(

[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

[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] 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: 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: [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] 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: register_globals issue

2005-05-05 Thread michael
It may just be that you need to restart Apache for your changes to take effect. You could alternatively use the ini_set() function in an include file or something to turn it on. Jason Barnett writes: Bill Kirk wrote: I am running php 4.3.10 on a Windows 2003 server with Apache 2. My proble

[PHP-WIN] Re: Newcomer

2005-04-28 Thread michael
Jason, I think your last answer is misleading, PHP does not by default produce markup unless you choose to output or produce markup with PHP. You can use PHP to return raw data, manipulate data in a data store etc. etc. without producing any markup at all. Infact it is not good web development

[PHP-WIN] Re: Web based Accounting / COM

2005-04-27 Thread michael
Sounds like your questions need to be directed to the Peachtree support team. COM in terms of technology is a little dated to go learning (unless it is essential), you should probably look to some software that provides Web Service access. Depending on how big their (Peachtree) web interface i

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: Rolling my own PHP Classifieds CMS system..

2005-02-11 Thread michael
rt is the big one, but first pick the technologies and research other site that are already doing this and then try to do it better. Hope this helps a little. Rgds, Michael Jim MacDiarmid writes: Hi everyone, I'm kinda working on a limited budget and wondered if someone could offer

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

[PHP-WIN] Re: Word COM Object

2005-01-06 Thread michael
You could try to generate RTF commands, not sure if that will work though. There should be loads of websites that give you the relevant commands. Rgds, Michael Dirc writes: Might be better to post this on one of the microsoft newsgroups as news.microsoft.com "Ron Herhuth&quo

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

[PHP-WIN] About "\n"

2004-12-29 Thread michael
Hi I'm new in php, I find the "\n" dosen't work in my machine First PHP page The result is First PHP page Hello World! Hello World! any suggestion?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] About the unexpected T_VARIABLE

2004-12-29 Thread michael
Hi; I'm new in php. I has try some sample code in the book But I always get "Parse error: syntax error, unexpected T_VARIABLE in e:\Inetpub\wwwroot\meal.php on line 2" So any suggestion Regards Michael -- PHP Windows Mailing List (http://www.php.net/) To unsubscri

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

[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

[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] 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] 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] 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] PHP GET VARIABLES

2004-05-27 Thread Michael
I'm working through a tutorial book. They are retrieving variables from a GET parameter by just referencing the variable in the script. example: Where the variable is feed through the get URL: http://localhost/example.php?regionName=Riverland The only problem is that I'm using IIS so it doesn

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]

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

[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

[PHP-WIN] streams not available

2003-12-01 Thread Michael
e docs suggest that it is tunred on by default. What am I missing here? Thanks, 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] 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

[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] Tell me reason and How to do it

2003-08-16 Thread Michael Bao
correct it, 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] 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] 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] 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

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

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

[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: 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: 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

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

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 >

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

[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: 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-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: 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: 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

SUM: [PHP-WIN] Getting my IP adress (not 127.0.0.1)

2002-11-25 Thread Michael Delorme
Thanks to Ignatius Reilly, Dash McElroy, John Asendorf I finally used Ignatius trick. Like him, it's used to store my dynamic IP adress on a public server. I use php to periodically send (via FTP) a new page with a like to my home computer... Thanks everyone Michael -- PHP Windows Mailing

[PHP-WIN] Getting my IP adress (not 127.0.0.1)

2002-11-25 Thread Michael Delorme
Hi I try to get my local IP adress : "; } ?> However I only get 127.0.0.1 But I want the "public" dynamic adress my ISP gave me, as shown by the ipconfig windows command. Thanks in advance M _____ Michael Delorme 41 bd de Brou 01000 Bourg-

RE: [PHP-WIN] Re: Calling exe/cgi

2002-11-15 Thread Michael Hazelden
thentication in there and pass it in the URL ... user:password@myserver etc ... -Original Message- From: Michael Hazelden [mailto:michael.hazelden@;ocado.com] Sent: 15 November 2002 16:02 To: 'Brennan Mann'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: Calling exe/cgi Open it using

RE: [PHP-WIN] Re: Calling exe/cgi

2002-11-15 Thread Michael Hazelden
t you off after a 5 minute connection) - but that's my problem and we're dealing with it. Make any sense? Michael. -Original Message- From: Brennan Mann [mailto:brennan@;hire-experience.com] Sent: 15 November 2002 15:58 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Calling exe/c

[PHP-WIN] Printers ...

2002-11-14 Thread Michael Hazelden
ot;,"SetDefaultPrinterA","long") ; $output=SetDefaultPrinterA("testqueue"); This works ... but it's a bit of a long way round ... anyone have a better way? Cheers, Michael. This message has been check

[PHP-WIN] RE: [PHP] runing com

2002-11-14 Thread Michael Hazelden
Luckily - in my case - the application I interface with has full COM documentation. Sorry I can't be of more assistance. Michael. -Original Message- From: kai [mailto:kai_flash@;hotmail.com] Sent: 14 November 2002 19:05 To: [EMAIL PROTECTED] Subject: Re: [PHP] runing com Hi Michael, than

RE: [PHP-WIN] Problem with php-script, possible a php.ini a fault ....

2002-11-01 Thread Michael Hazelden
Rat Traps? What did you bate them with? I never found anything suitable! -Original Message- From: Asendorf, John [mailto:JAsendorf@;lcounty.com] Sent: 01 November 2002 16:20 To: Svensson, B.A.T. (HKG); Php-Windows (E-mail) Subject: RE: [PHP-WIN] Problem with php-script, possible a php.ini

RE: [PHP-WIN] Problem with set_time_limit() and uploading large f iles

2002-10-25 Thread Michael Hazelden
What happens when you execute the site.php seperately? Does it give you a better error as to where in the file the execution fails? Michael. -Original Message- From: derek fong [mailto:php-win@;subtitled.com] Sent: 25 October 2002 15:54 To: Michael Hazelden Cc: [EMAIL PROTECTED] Subject

[PHP-WIN] COM advice ...

2002-10-24 Thread Michael Hazelden
com object - it will fail. Anyway - it might save someone a bit of time in the future! Cheers, Michael. smime.p7s Description: application/pkcs7-signature

RE: [PHP-WIN] Possible execution time bug?

2002-10-21 Thread Michael Hazelden
Sorry to bother everyone ... turns out the email module I am using had a set_time_limit function in it ...   I feel like a bit of a fool now ...   Michael. -Original Message-From: Michael Hazelden [mailto:[EMAIL PROTECTED]]Sent: 21 October 2002 12:03To: '[EMAIL PROT

[PHP-WIN] Re: apache 2 error

2002-09-12 Thread Michael Baron
I had to use the php4apache2.dll instead from the latest CVS version of PHP to get mine to work. Same set up: winXP Apache2 Christian Calloway wrote: > I just downloaded and installed apache 2 on my winxp box (a dev and test > box). When I insert the following line into the config file, the apac

Re: [PHP-WIN] Newbie to the news!

2002-09-12 Thread Michael Baron
I was able to simply add the newsgroup and the first time I went to post a message, because I was not a subsriber, all they did was hold from posting my message until I received and responded to an email. Now I can post and view, but do not receive everything via email. Dash Php wrote: > I see

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
ensation or precipitation ... A > fifth theory is held by idiots, but it is doubtful if they know any > more about the matter than the others. > -- Ambrose Bierce, "The Devil's Dictionary" > > On Tue, 10 Sep 2002, Michael Baron wrote: > > >>

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
27;s the horsepower in the machine? It seems as if it should be > enough. Is the database running on that machine or a separate one? What > about the disk interface? > > I'm running out of suggestions... > > -Dash > > On Tue, 10 Sep 2002, Michael Baron wrote: >

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
86,282 miles per second: > > It isn't just a good idea, it's the law! > > On Tue, 10 Sep 2002, Michael Baron wrote: > > >>I moved from Slack to W2000 because my linux admin team has had a hard >>time maintaining db2 connect which is a core component fo

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
> > And why'd you move from slackware? > > -Dash > > When I was a boy I was told that anybody could become President. Now > I'm beginning to believe it. > -- Clarence Darrow > > On Mon, 9 Sep 2002, Michael Baron wrote: > > >

Re: [PHP-WIN] Intermittent Parse Error

2002-09-10 Thread Michael Baron
Rasmus Lerdorf wrote: >>Are you serious about using Apache 1.3.6? Yowser that's old!!! I'd update >>to Apache 2 and PHP 4.2.3 right away! > > > Apache 1.3.x is fine. I'd upgrade to a later version of Apache 1.3 > though. Apache 2 with PHP is not ready yet. > > -Rasmus > I apologize, I mean I

[PHP-WIN] Intermittent Parse Error

2002-09-09 Thread Michael Baron
I am running Apache 1.3.6 PHP 4.2.2 in Module mode on windows 2000. I just migrated this particular site from Slackware (Same Apache and php). I now get intermittent parse errors in random include files. It is as if during some of my user's requests, either the machine is not fast enough t

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
#x27;ve done worse misstakes than that ;) I haven't solved it yet. I don't know what to do anymore. Someone must know what my problem is... I hope. Thx anyway. I'll let you know if I solve it. -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROT

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
Great util! I get Set-Cookie: some cookie when I use the URL where it works, but not on localhost. strange... -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECT

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
done. Is it .NET Framework you're refering to? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, out

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
what util? url.exe? where can I find it? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use this (small) util to vie

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
nd register_blobals is set to On. If I look at the Session part of phpinfo() I see 2 differences between the servers: 1. session.save_path - /tmp and c:\winnt\temp 2. session.use_trans_sid - only on localhost Any other suggestions? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael eri

[PHP-WIN] cookies in windows

2002-06-27 Thread michael
ot on localhost. Thx -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Ming experience anyone?

2002-06-13 Thread Michael Barker
ry to run the ming script (even the ones supplied in the examples zip file) I get some of the contents of the script dumped to the browser and nothing else. Does anyone have experience with ming on win32? If so please lend some advice. Thanks a bunch Michael -- PHP Windows Mailing List (http://w

RE: [PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Michael Davey
I have had to use an Access database once with ODBC and found that it was very picky about the username that you used to login - the only one I found that actually worked was Admin - YMMV... Mikey > -Original Message- > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > Sent: 12 June 2002

RE: [PHP-WIN] How to pass passwd Server <-> Client in a "secure" way

2002-06-11 Thread Michael Davey
So why are you asking this question to a PHP list? > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > Sent: 11 June 2002 15:44 > To: [EMAIL PROTECTED] > Cc: Php Win32 list > Subject: RE: [PHP-WIN] How to pass passwd Server <-> Client in a > "secure" way > > >

  1   2   3   >