[PHP-WIN] retrieving form data
--- Received from FPU.WHITES1 799 3703 23-10-01 15:36 -> [EMAIL PROTECTED] Is the parameter appearing in the URL when you submit the page? If you are using GET it should appear in the URL something like this: http://www.someserver.com/MyPage.php?author=somevalue -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 23 Oct 2001 16:34:22 +0200 Subject: [PHP-WIN] retrieving form data Hello, I have some problems passing data from a form to a php page. I have a text field named Author, and when I submit the page with GET to the php one it says that Author is undefined. I just wrote: echo $Author; Can anyone help me? Thanks -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
FW: [PHP-WIN] Re: It gives me just a header!
--- Received from FPU.WHITES1 799 3703 24-10-01 11:13 -> [EMAIL PROTECTED] You would certainly see the source code if the server new NOTHING of php, however if it is set up to expect to have the .php filetype handled by an extension, but the extension (ie. php) is not available, or not configured correctly then you can see a correctly built 'empty' html page, containing nothing but header and empty body. This implies that the extension configuration for the filetype is flawed or that php itself cannot load or provide the page for some reason. I've seen the same thing on Xitami and Apache. Apologies for not having a solution, each time I just re-installed and went carefully through the setup again and the problem went away - I just put it down to user error on my part. Cheers - Steve -Original Message- From: Stefn Vignir Skarphinsson [mailto:[EMAIL PROTECTED]] Sent: 24 October 2001 10:59 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Re: It gives me just a header! Thanks for trying to help :) If my server (xitami) would not run php it would send me the page including the php source code. This happens even if I try to execute a script as simple as Jason Wood <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It means that either PHP is not running, or there's a parse error on the > page and you dont have the error handling set. > -- > Jason Wood > Chief Technology Officer > Expressive Tek, Inc. > 407 Kehrs Mill Road > Ballwin, MO 63011 > Phone 636.256.1362 > www.expressivetek.com > "StefN Vingir SkarphInsson" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hello folks! > > > > I was trying to execute a PHP script (on Win98) but it came only this > source > > code from my server: > > > > > > > > > > > > > > This happens to all the scripts I try to execute both from my server and > > using MS-DOS-Prompt (php webpage.php) it returns nothing > > > > What's wrong? > > Please help! > > > > > > > > > > > > -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
FW: [PHP-WIN] Mail and NT
--- Received from FPU.WHITES1 799 370324-10-01 17:00 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Is the Exchange server presenting an SMTP/Sendmail server interface? Last time I played with exchange (a couple of years ago) it had its own protocol for talking to the email clients and only presented an SMTP connection if you specifically set one up. Yes I know it's a crap idea having it optional but that's microsoft for you... -Steve -Original Message- From: Joseph Koenig [mailto:[EMAIL PROTECTED]] Sent: 24 October 2001 16:54 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Mail and NT Hi, I'm developing a site on a NT box (I'm much more familiar with unix) and am unable to get mail to send on NT. I've edited the php.ini file so that SMTP = gatekeeper, which is the name of the server. That's all I saw in the manual and archives that would need to be changed. They have Exchange running on that server. is it possible exchange is running as a name other than 'gatekeeper', even though that's the name of the server? Their admin says it is running as gatekeeper, but I'd like to ensure that it really is. How do I check that, and if that's fine, what else should I look at to get this working? Please CC me as I am not on the win list. Thanks a lot, Joe -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] imap_open error
--- Received from FPU.WHITES1 799 3703 25-10-01 12:12 -> [EMAIL PROTECTED] Hi guys, I'm using imap_open on NT with php 4.0.6 and latest build of Xitami. As long as there are messages in the mail box everything works fine - I'm reading headers, body text, no problem. However when the mailbox is empty, I am getting this error: "Warning: Mailbox is empty (errflg=1) in Unknown on line 0" ... and I can't seem to suppress it. I've commented out all my other code, and as soon as the imap_open call is made to a valid but empty mailbox, I get this message on the screen regardless what else I do. Does anyone know how to suppress this error? Cheers - Steve This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
Re: [PHP-WIN] Sheduler help
--- Received from FPU.WHITES1 799 370325-10-01 15:44 -> [EMAIL PROTECTED] I schedule php in a similar fashion on Win2000, simply by setting it as a standalone executable using the -f switch php.exe -f myscript.php Works fine. Cheers - Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Thu, 25 Oct 2001 10:21:54 -0400 Subject: Re: [PHP-WIN] Sheduler help Priya Chanu wrote: > Hello Everyone, > I want to schedule a php script on Windows 2000 > Server, i tried to schedule the script using the > windows 200o scheduler but it ask for the program to > execute. > Can anyone help me how to schedule my php script in > Windows 2000 Server. > thank's for the help in advance. > Priya If you run PHP as CGI you can call the php executable with the php script as argument, just like you'd do it from the command line. Otherwise, perhaps you can call a browser program to execute the script by "browsing" it. -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Redirect stderr/Suppress imap_open error
--- Received from FPU.WHITES1 799 370326-10-01 09:17 -> [EMAIL PROTECTED] Anyone know how to redirect stderr so it doesn't appear on the screen? I'm battling with imap_open writing an error to the screen when the (valid) mailbox is empty. Cheers - Steve This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Redirect stderr/Suppress imap_open error
--- Received from FPU.WHITES1 799 3703 26-10-01 09:46 -> [EMAIL PROTECTED] Ahah... sorted. Setting: error_reporting = E_ALL & ~E_NOTICE in php.ini does the trick, though quite why imap decides to flag it up as a "notice" (described as Warning in the message) just because the mailbox is empty beats me! 8-) -Steve --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-WIN] Redirect stderr/Suppress imap_open error --- Received from FPU.WHITES1 799 370326-10-01 09:17 -> [EMAIL PROTECTED] Anyone know how to redirect stderr so it doesn't appear on the screen? I'm battling with imap_open writing an error to the screen when the (valid) mailbox is empty. Cheers - Steve This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] Help, connection object in php
--- Received from FPU.WHITES1 799 3703 30-10-01 10:31 -> [EMAIL PROTECTED] Agreed. In my experience ODBC can rarely handle 'production' load, though fine for simple personal apps. Other problem relating to ODBC is that to be truly backend independent you have to really use the api. No good just building some recordsets in MSVC++ and expecting them to work with different backend systems. There are just too many differences between them to have a static mechanism handle them - the type mapping alone blows this out of the water (except for pretty trivial schemas). For a truly backend independent ODBC app you need to have active code talking to the (pretty enormous) ODBC API to work out exactly how it should be talking to the database, and that's so much grief you might as well just plump for a backend of choice with a decent direct api, abstract it in your own code, get better performance and save a lot of time and effort! I've learnt this lesson the hard way 8-( -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Tue, 30 Oct 2001 02:53:52 +0100 Subject: RE: [PHP-WIN] Help, connection object in php Sort of. The main purpose with ODBC is though to scale away the lower layers of setting up a connection - making it target independent, but also get rid about having to think about which kind of network protocol to use, etc, etc. Once encapsulating all boring stuff of ODBC in C++ objects it gets in fact quite nice to work with, but according to my experience larger bulk inserts starts to behave strange with ODBC (I am talking about doing several hundred of thousand or millions of inserts in one single run.) A common mistake when one migrate a database and hence have to change the ODBC connection is to forget to create the user account on the target RDBMS - of course causing connection problem - this might, by the way, be the problem Aaron experience right now - but for now I lack enough information to be able to judge on that one. To be continued. :) So I wouldn't say it hazzle free, but still easier - but only once everything is set up properly. ;) -Original Message- From: Ross Fleming To: aaron; [EMAIL PROTECTED] Sent: 2001-10-30 02:32 Subject: RE: [PHP-WIN] Help, connection object in php Forgive my ignorance but doesn't ODBC do this for you, pretty much hassle free? I've only briefly looked into this once though. Ross PS I've REALLY only dabbled in this when tossing an idea over in my head, I should really have a disclaimer: The above statements could well be a load of ^%%&!! Feel free to ridicule them. :) -Original Message- From: aaron [mailto:[EMAIL PROTECTED]] Sent: 29 October 2001 18:17 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Help, connection object in php Is is possible to set the connection object to point to a database on another server? I'm using SQLserver and IIS and would like to point the connection object to the SQL server. SQL server is on one computer and IIS is on another. Thanks, Aaron -- 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: [EMAIL PROTECTED] -- 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: [EMAIL PROTECTED] -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority.
[PHP-WIN] Problems with a simple script
--- Received from FPU.WHITES1 799 3703 30-10-01 17:28 -> [EMAIL PROTECTED] I tried this from C++ once a couple of years ago and had the same problem. Wait until you get that bit working, then you'll find that sometimes windows caches network connection information, and even when the box at the other end is back up again the connection still fails for an hour 8-) To get it working in the end I shelled out to the real PING program, piped the output to a file, and just checked it for the text "Reply from". Sad I know but it DID WORK! 8-) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 30 Oct 2001 11:24:11 -0500 Subject: [PHP-WIN] Problems with a simple script I put together this simple script but seem to be having problems with it. All the script does is ping an IP addy and then replies back if it is up or down. The problem is with the fsockopen command. It seems if the IP is up it works fine, only when the IP is offline does it hang at that point in the script. It will hang forever at this point or until the default timeout (30 sec.) in the php.ini file. Does anyone no of a fix or a work around for this? Thanks for the help! #!c:\php http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] PHP 4.0.6, Apache 1.3x and SL Mail
--- Received from FPU.WHITES1 799 3703 31-10-01 10:35 -> [EMAIL PROTECTED] PHP talks to a SMTP server on whichever box you have your php.ini pointing to. If you have set it to localhost, then you must have an SMTP server on your local box. Try typing: telnet localhost 25 If it comes up saying something like: 220 MyComputer SMTP Server Ready ...then you're okay. If telnet fails to make a connection to that port then you've no SMTP server and php's mail function won't work. If this is the case either point php.ini smtp host to a machine that does have an SMTP server, or set one up on your local box. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 30 Oct 2001 18:51:34 -0700 Subject: [PHP-WIN] PHP 4.0.6, Apache 1.3x and SL Mail Hey there, I'm running apache w/ php 4.0.6 on our win nt 4 server. I can't seem to get the mail function to work. It doesn't complain -- nothing complains. The email are not going through It's supposed to be a contact form that emails the info to me. I don't get the emails. It's also supposed to record the data to a text file before it mails it (the file remains empty). I've checked my php.ini file and have tried localhost and the direct IP of the server in the SMTP setting, and it still doesn't work. We're running SL Mail, and I created an account for PHP. Does PHP use the mail server (SL Mail in this case), or does it send it via SMTP on its own? I'd also like my script to take the visitor's email address they specify and put that in the email's 'from' address so I (and the other employees) can simply hit the email client's reply button. I'm not sure where the problem is, and I'm not highly experienced with php, apache, or windows nt. We are hoping to upgrade nt to 2000, but that may be a long time. This php issue is what is holding up my new site layout. Any help would be greatly appreciated. I'm not sure what to do, and don't have many options left. Thanks Please send responses to [EMAIL PROTECTED] (or Cc?). Thanks! -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Web newsgroup
--- Received from FPU.WHITES1 799 3703 15-11-01 11:01 -> [EMAIL PROTECTED] Hey dudes, I'm looking to put a web driven newsgroup on my website, and I'm sure I've heard that there is a good free one that someone wrote in php. Any ideas which one it is/where I can get it? Any other ideas would be appreciated! Basically it needs to be free 8-), have a nice web GUI, and be data driven (obviously). No hard requirements about which db it has to use. Any thoughts? Cheers - Steve This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
Re: [PHP-WIN] why doesn´t exec("dir"); work ?
--- Received from FPU.WHITES1 799 3703 16-11-01 09:26 -> [EMAIL PROTECTED] If you're doing directory and file manipulation through the shell I'd recommend you bin the shell altogether and use the directory and file functions - much more reliable and shell independent. http://www.php.net/manual/en/ref.dir.php http://www.php.net/manual/en/ref.filesystem.php -Steve -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Fri, 16 Nov 2001 09:43:10 +0800 Subject: Re: [PHP-WIN] why doesn´t exec("dir"); work ? i think you could try "cmd /c dir" - Original Message - From: "Daniel Hellstrand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 3:42 AM Subject: Re: [PHP-WIN] why doesn´t exec("dir"); work ? > Shouldn´t it be: foreach( $dirContents as $dirEntry ) ? > And another problem: I still get an error saying: "unable to fork [dir]" > when I run this (I got that when I ran exec("dir") too) > /Dan > Chris Boget wrote: > > > why can´t I run exec("dir"); ? > > > > What you want is: > > > > exec( "dir", $dirContents ); > > foreach( $dirEntry as $dirContents ) { > > echo $dirEntry; > > > > } > > > > I believe that'll work and do what you want... > > > > Chris > -- > 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: [EMAIL PROTECTED] -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] no cache?
--- Received from FPU.WHITES1 799 3703 23-11-01 14:36 -> [EMAIL PROTECTED] Bizarre. I always send both those headers at the beginning of the page and it has always worked fine. -Steve --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 23 Nov 2001 15:29:32 +0100 Subject: [PHP-WIN] no cache? Hi y'all I'm using the following script to send headers preventing browsers from caching my page (since the page is supposed to be dynamic). But it seems as none of the headers work. The only thing working right now is setting your browser to never cache pages (and I think that's a bit too much to ask from every person logging on). So, can anybody help me? function no_cache() { global $SERVER_PROTOCOL; if ($SERVER_PROTOCOL == 'HTTP/1.0') { header("Pragma: no-cache"); // HTTP/1.0 } else { header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1 } Samba Sidibeh Systemutvecklare SYSteam Udac AB Storgatan 19, Box 174, 751 04 Uppsala SWEDEN Tel direkt: 018-67 81 35 Tel vxl: 018-67 80 00 Fax: 018-51 66 00 Hemsida: www.systeam.se, www.udac.se SYSteam Udac ingår i SYSteamkoncernen. This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] binary
--- Received from FPU.WHITES1 799 3703 28-11-01 11:49 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Use the BLOB datatype. You have to do a bit of work in uploading and downloading and the current effective maximum size (due to the data packet limit in the transaction) is something like 16MB. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 28 Nov 2001 19:06:54 +0800 Subject: [PHP-WIN] binary can MySql can hold a binary data? is it possible to upload an image "inside" the database? i want to upload an image, but i don't want it to be a file, i want it to be a data in my database. is there a way i can deconstruct the image and place it in the database and then retrieve and reconstruct it again? i just don't if it's possible. thanks. -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
Re: [PHP-WIN] binary
--- Received from FPU.WHITES1 799 3703 28-11-01 12:35 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] >>how?? What a polite way of asking for further information. http://www.mysql.com/doc/S/t/String_functions.html (Ref:LOAD_FILE) http://www.zend.com/zend/trick/tricks-sept-2001.php#_Fetching_files_from uuencode/decode/base64 with standard insert also do the trick. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 28 Nov 2001 20:20:53 +0800 Subject: Re: [PHP-WIN] binary how?? > --- Received from FPU.WHITES1 799 3703 28-11-01 11:49 > -> [EMAIL PROTECTED] > -> [EMAIL PROTECTED] > Use the BLOB datatype. You have to do a bit of work in uploading and > downloading and the current effective maximum size (due to the data packet > limit in the transaction) is something like 16MB. > -Steve > -- -- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Date: Wed, 28 Nov 2001 19:06:54 +0800 > Subject: [PHP-WIN] binary > can MySql can hold a binary data? is it possible to upload an image "inside" > the database? > i want to upload an image, but i don't want it to be a file, i want it to be > a data in my database. is there a way i can deconstruct the image and place > it in the database and then retrieve and reconstruct it again? > i just don't if it's possible. thanks. > -- > 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: [EMAIL PROTECTED] > This e-mail may contain confidential information and/or copyright > material. This e-mail is intended for the use of the addressee > only. Any unauthorised use may be unlawful. > If you receive this e-mail by mistake please advise the sender > immediately by using the reply facility in your e-mail software. > Friends Provident Marketing Group consists of the following > companies: > Friends Provident Life and Pensions Limited. > Registered number 4096141. > Friends' Provident Unit Trust Managers Limited. > Registered number 970641 > FP Life Assurance Limited. > Registered number 782698 > Friends Provident Pensions Limited. > Registered number 475201 > Friends Ivory & Sime Managed Pensions Funds Limited. > Registered number 1020044 > Registered and Head Office of each of the above companies is at Pixham End, > Dorking, Surrey RH4 1QA. > Registered in England. Incorporated companies limited by shares. > Ivory & Sime Trustlink Limited. Registered number 151198 > Registered and Head Office: One Charlotte Square, Edinburgh EH2 > 4DZ. Registered in Scotland. Incorporated company limited by > shares. > Companies within this Group transact life assurance, pension, > permanent health, unit trust and investment trust business > All are regulated by the Personal Investment Authority. > Friends' Provident Unit Trust Managers Limited is also regulated > by IMRO. -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. Friends' Provident Unit Trust Managers Limited is also regulated by IMRO. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Posting data to a web page
--- Received from FPU.WHITES1 799 3703 04-12-01 12:22 - -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Be careful using long urls! It's a very unreliable mechanism. I've tried it in the past and anything over 1K is pushing your luck. Depending on the systems the URL is being passed through I've had truncations (or just things going horribly wrong) from as little as 500 characters before now - and of course unless you're on a purely local setup, it might not even be consistent. It's more work but for anything like this use POST if you can. -Steve -- - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sun, 2 Dec 2001 22:14:18 - Subject: [PHP-WIN] Posting data to a web page Hi, I am trying to post data to a web page using the code fopen("http://www.someserver.com?data=XXX";); The data is actually around 7k worth and I seem to be having trouble with the app it is posting to ( I have URL encoded it). I was reading in various places on the web that there might be a url length limitation and was wondering if this method should work or not for posting data to a form?? If anyone can confirm, deny, or point me in the direction of something better, I'd apreciate it. Regards, Paul This email or attachment(s) may contain confidential or legally privileged information intended for the sole use of the addressee(s). Any use, redistribution, disclosure, or reproduction of this message, except as intended, is prohibited. If you received this email in error, please notify the sender and remove all copies of the message, including any attachments. Any views or opinions expressed in this email (unless otherwise stated) may not represent those of Microtech Limited. This email has been scanned for viruses by MailSafe. For more infomation please visit http://www.microtech.co.gg/mailSafe -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] EOF character
--- Received from FPU.WHITES1 799 370304-12-01 15:01 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] It's small and green with little antlers. Sorry, it's been a long day... 8-) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 4 Dec 2001 22:03:35 +0700 Subject: [PHP-WIN] EOF character What is EOF(End Of File) Character looks like? -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Constructor functions
--- Received from FPU.WHITES1 799 370305-12-01 12:41 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Constructors should not return values. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 5 Dec 2001 18:19:44 +0530 Subject: [PHP-WIN] Constructor functions how do i get the values returned by the constructor function ? -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] sendmail
--- Received from FPU.WHITES1 799 3703 06-12-01 11:06 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] VPOP3 is excellent, and cheap (but not free). http://www.pscs.co.uk/ -Steve -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 14:10:26 +1100 Subject: [PHP-WIN] sendmail Hi all. i need to send a mail message from within a php script. running a windows server, is windmail the best option? any suggestions for sendmail alternatives? thanks. Dan -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
Re: [PHP-WIN] Auto reply
--- Received from FPU.WHITES1 799 3703 06-12-01 14:16 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] I agree with you there Mike. Many times I see problems drift by that I find interesting only to see no replies. Given the expertise in this group I think it unlikely that many truly go unanswered. -Steve --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 09:20:41 -0500 Subject: Re: [PHP-WIN] Auto reply At 05:30 PM 12/6/2001 +0800, you wrote: >I wish to hit the reply button and to: email automatically fill in as >[EMAIL PROTECTED] not >the email of the originator, could this be done on this list especially? >Thanks. >ST Ooi >Malaysia This would be something the list admin has to do. I think the idea though is to avoid the clutter of private replies sent to the list. On a list such as this, though, where most replies to technical help queries would probably be OK as a public reply, more useful messages might be lost as accidental private replies than clutter generated by accidental public replies if that were the default. -Mike -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
Re: [PHP-WIN] Auto reply
--- Received from FPU.WHITES1 799 370306-12-01 14:32 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] A great plan, however the assumption that everyone has a "reply all" button is erroneous. I am an independent contractor working in the pensions sector. As regards IT this sector has barely discovered fire let alone "reply to all". I have a friend at Norwich Union Life and their position is just as bad. The email software used by the 150,000 people at our two establishments was written - wait for it - by the IT department of Volvo. That's right. The car manufacturer. Unbelievable I know. "Reply to all"? I wish. Whenever I reply to the board I have to copy and paste the "[EMAIL PROTECTED]" to the address field from another email and put "in=" in front of it (to tell the system it's an internet mail) I'd like some sympathy please. 8-) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 06:26:41 -0800 Subject: Re: [PHP-WIN] Auto reply Hence everyone should get into the habit of using the very handy "reply all" button. That way everyone is happy. Ross PS don't reply to this one personally though, I never use this email address, but it's the only one I can get to work today %) __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] Auto reply
--- Received from FPU.WHITES1 799 370306-12-01 15:44 -> [EMAIL PROTECTED] Yes, that's the one. God I'm so embarrassed... just... just don't tell anyone else okay? :-) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 16:40:16 +0100 Subject: RE: [PHP-WIN] Auto reply Do you use the MEMO system from Volvo Data AB?!? Moooarhahhahahah :) Anders - former Volvo emp. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 12/6/01 3:35 PM Subject: Re: [PHP-WIN] Auto reply The email software used by the 150,000 people at our two establishments was written - wait for it - by the IT department of Volvo. That's right. The car manufacturer. Unbelievable I know. "Reply to all"? I wish. This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] Auto reply
--- Received from FPU.WHITES1 799 3703 06-12-01 15:52 -> [EMAIL PROTECTED] Aahh I'm feeling so much better now. Misery loves company! In MEMO no-one can hear you scream... :) -Steve --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 16:49:05 +0100 Subject: RE: [PHP-WIN] Auto reply Hehe, you are quite true there John. :) But actually, the MEMO system is of some amusement for me - I almost spent 10 years working for Volvo in Sweden, and I _know_ how much MEMO sucks. ;) And no doubt about that Volvo used to make a good car, at least at the time it still was a Swedish company. GM owns it today just as Ford owns SAAB. :( -Original Message- From: Asendorf, John To: Svensson, B.A.T. (HKG) Cc: '[EMAIL PROTECTED]' Sent: 12/6/01 4:41 PM Subject: RE: [PHP-WIN] Auto reply You can tell that it's near the end of the work day in Europe when they start getting goofy on the list! At least they make a good car... -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] Auto reply
--- Received from FPU.WHITES1 799 3703 06-12-01 16:02 -> [EMAIL PROTECTED] Have a good one! -Steve --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 17:01:21 +0100 Subject: RE: [PHP-WIN] Auto reply >In MEMO no-one can hear you scream... :) LOL! Oki, guys.. I gonan have some beers now. We are going to have a little x-mass party at work now. I am recident in the Neatherlands for the moment, and they have this strange habbit to celibrate somethin they name "Sinter Claas", a guy who looks alike Santa Claus (but of cource no one admits it here) but this guy comes from Spain instead of the north pole the DUtch people claim. It is celibrated these days in the Netherlands and every one is exchanging presents with each other. But I am only into it for the nice Dutch beers. ;) Cya & Cheers, Anders -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] printing directly from php
--- Received from FPU.WHITES1 799 3703 07-12-01 15:03 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] You are correct, this process has nothing to do with the browser. When the print function is called by the PHP script, the output will be printed on the local printer to the server the PHP script is running on. The person using their browser to activate the script will only see anything if they are physically working on or near the server itself. You cannot use this to implement a generic 'print' button for clients accessing the site remotely in the normal fashion. -Steve -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Fri, 7 Dec 2001 09:03:45 -0600 Subject: RE: [PHP-WIN] printing directly from php Just for clarification Will this method allow the user to click on a link and *poof* out comes somthing out of his/her printer? I thought browsers couldn't do that? And if it can, what HTML (or HTTP header or whatever) is actually being sent to the client. TIM -Stenderup's Law: The sooner you fall behind, the more time you will have to catch up. > -Original Message- > From: Ross Fleming [mailto:[EMAIL PROTECTED]] > php_printer.dll > Chances are it is installed, but not enabled. Check C:\php\extensions (or > wherever you installed to) to see if it is there. If it is then fire up > php.ini and uncomment the line that says: > extension=php_printer.dll > You'll probably need to specify your extensions directory by putting this > line: > extension_dir = C:\PHP\extensions > somewhere before the extension= lines. > Ross > -Original Message- > From: daniel cozzolino [mailto:[EMAIL PROTECTED]] > I would like to print directly from php to the client default printer. i > tried using the code example from php.net: > $handle = printer_open(); > printer_write($handle, "Text to print"); > printer_close($handle); > but get Fatal error: Call to undefined function: printer_open() > which leads me to believe i am missing a library file. ?? > I am running IIS v5 on Win2000 with PHP v4.06 > Thanks > Dan -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] run a php script
--- Received from FPU.WHITES1 799 370307-12-01 15:44 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] php -f (filename) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 7 Dec 2001 10:41:52 -0500 Subject: [PHP-WIN] run a php script How can I run a php script from the command line? Ryan Conover [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.pitt.edu/~rscst25/ -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Personal Investment Authority. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] php warning messages
--- Received from FPU.WHITES1 799 3703 13-12-01 15:25 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] If memory serves that particular warning comes up as an E_NOTICE type not an E_WARNING, so you can switch it off without getting rid of the warnings you really DO want to see. -Steve -- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Thu, 13 Dec 2001 16:17:56 +0100 Subject: RE: [PHP-WIN] php warning messages > This should work > if (isset($_POST["user"])) > $username = $_POST["user"]; Cool, it works! But im questioning the need for this.. why add extra checks on perhaps 200 locations in my code to satisfy a warning message, which points out a nonexisting bug? i want warnings turned off but i dont want this one in particular, is there any easy solution to that? /Martin > > hi all :) > > > > i configured php 4.1.0 to display all errors and errors (E_ALL) and > > get warnings (Undefined index: blah) on lines like this: > > > > $username = $_POST["user"]; how come? > > > > (this is not a 4.1.0 specific behaviour, just wondering how > i should > > write proper code that doesnt display these warnings) > > > > /Martin > > > > -- > > 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: > [EMAIL PROTECTED] > > > > -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
Re: [PHP-WIN] IIS Lockdown Tool
--- Received from FPU.WHITES1 799 3703 14-12-01 12:40 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] 8-))) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 13 Dec 2001 19:51:36 -0600 Subject: Re: [PHP-WIN] IIS Lockdown Tool here is a another great IIS lockdown tool http://www.apache.org "George Pitcher" <[EMAIL PROTECTED]> wrote in message 00fc01c183ad$866d5ea0$[EMAIL PROTECTED]">news:00fc01c183ad$866d5ea0$[EMAIL PROTECTED]... > Warning: check that your non-'*.html' extension pages work after you've done > this. We had to de-activate IIS locktool to get our sites to work at all. > George > - Original Message - > From: "Robin Bolton" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, December 13, 2001 7:13 AM > Subject: [PHP-WIN] IIS Lockdown Tool > > While browsing www.microsoft.com I stumbled across something that some > > of you may have a use for: > > > > http://www.microsoft.com/technet/security/tools/locktool.asp > > > > > > Enjoy > > > > > > -- > > 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: [EMAIL PROTECTED] > _ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
RE: [PHP-WIN] Re: coffee message
--- Received from FPU.WHITES1 799 3703 18-12-01 10:29 -> [EMAIL PROTECTED] VIC20 - fantastic machine. A proper keyboard and... and... er... From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Mon, 17 Dec 2001 15:11:44 -0600 Subject: RE: [PHP-WIN] Re: coffee message > If you had some kind of temperature sensor on the coffee pot and this was > connected to a machine running Apache+PHP and an interace program, the php > page could use exec() to run the interface program say every 5 seconds to > retrieve the temperature and if it was above say xo it could print "Coffee > ready" in the browser window (or active desktop on Win). > If it was a unix machine, it could send a messgae to all the networked > terminals in the workgroup i.e. those associated with coffe machine 1. Actually, you bring up a good point. :) But, if he's stuck with Win2k on a CMB VIC20 he might want to consider ditching IIS5 and going with something really small, like Xitami. He can run the exec() through PHP as suggested with minimal memory/processor usage. I don't even want to consider the security aspects of a Win2K/IIS5 install on a nuclear installation, though! :0 -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Re: Generating XML & retrieving mail
--- Received from FPU.WHITES1 799 370318-12-01 10:36 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] The IMap stuff works very well with POP3 and is provided as a standard extension in windows. I use it regularly on Win2K. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Tue, 18 Dec 2001 05:47:53 -0200 Subject: [PHP-WIN] Re: Generating XML & retrieving mail Hello, Sanjuro Europe wrote: > For a college project I have to get 2 website to communicate with each > other through sending e-mails containing XML. > I have found a function to send mail and to parse XML, but no to > retrieve mail or generate XML. > I understand that PHP can be build with POP3 support but the default > (Windows) version doesn't include support. So is there a place where I > can download POP3 support as a module (or script)? > And are there script to easily generate XML from a DTD or XML Schema > definition? Or may be another solution? Look here for a PHP class for generating nicely formatted XML: http://phpclasses.upperdesign.com/browse.html/package/250 and here for a POP3 class: http://phpclasses.upperdesign.com/browse.html/package/2 Regards, Manuel Lemos -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] PHP IDE
--- Received from FPU.WHITES1 799 370320-12-01 09:33 -> [EMAIL PROTECTED] PHPCoder is pretty good. > ps. also suggest the download address Yes master http://www.phpide.de/download.php4 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 19 Dec 2001 20:49:22 +0200 Subject: [PHP-WIN] PHP IDE can anyone suggest me a good php ide? I tried some freeware but a need a real good one. ps. also suggest the download address -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Send CTRL + Z ( EOF ) key to a PHP (console) program created with CreateProcess
--- Received from FPU.WHITES1 799 3703 21-12-01 11:44 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] I'm not familiar with the THandleStream (I guess you're using Borland...?) but doesn't it allow you to send data straight to the stream? All your attempts are aimed at talking to php externally. Does THandleStream provide something that will let you do: InStream->Write("0x1A"); ...or is the InStream automatically closing when the pipe data finishes. I'd be much more inclined to insert this into the same pipe rather than coming at it from the outside (which probably won't work anyway now you've redirected stdin/stdout). Alternatively you could just write an intermediate proxy executable that takes charge of talking to PHP and can add the CTRLZ itself: YourProg--[data]-->proxy--[data+CTRLZ]-->PHP -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 21 Dec 2001 12:33:30 +0100 Subject: [PHP-WIN] Send CTRL + Z ( EOF ) key to a PHP (console) program created with CreateProcess Hi to all, I've a question to ask you. I've do a function which interface PHP.EXE and redirect the stdin / stdout so I can pass it a TMemoryStream object with stdin and I receive a TMemoryStream with stdout. All is done with a console program in which I launch the PHP.EXE between the CreateProcess API. The process is hidden so you don't see never... At this point I've a problem. The Pipe don't pass the EOF (CTRL + Z) char to PHP.EXE stdin so I don't able to inform PHP.EXE of end of my input stdin sequence. What I must do to do that ? Follow a snapshot of my C++ code Thank you very much Silverio Diquigiovanni bool __fastcall RunPHP(TStream *Input, TStream *Output) bool Result = false; // sets security informations SECURITY_DESCRIPTOR sd; SECURITY_ATTRIBUTES sa; LPSECURITY_ATTRIBUTES lpsa = NULL; if (IsWindowsNT()) { InitializeSecurityDescriptor(&sd, SECURITY_DESCRIPTOR_REVISION); SetSecurityDescriptorDacl(&sd, true, NULL, false); sa.nLength = sizeof(SECURITY_ATTRIBUTES); sa.bInheritHandle = true; sa.lpSecurityDescriptor = &sd; lpsa = &sa; } // creates & checks stdin pipe HANDLE h_IN_ReadPipe; HANDLE h_IN_WritePipe; assert(CreatePipe(&h_IN_ReadPipe, &h_IN_WritePipe, lpsa, 0)); // creates & checks stdout pie HANDLE h_OUT_ReadPipe; HANDLE h_OUT_WritePipe; assert(CreatePipe(&h_OUT_ReadPipe, &h_OUT_WritePipe, lpsa, 0)); // sets process informations STARTUPINFO si; PROCESS_INFORMATION pi; memset(&si, 0, sizeof (STARTUPINFO)); si.cb = sizeof(STARTUPINFO); si.dwFlags = STARTF_USESHOWWINDOW |STARTF_USESTDHANDLES; si.wShowWindow = SW_SHOW; si.wShowWindow = SW_HIDE; si.hStdInput = h_IN_ReadPipe; si.hStdOutput = h_OUT_WritePipe; si.hStdError = h_OUT_WritePipe; // creates process bool process_run = CreateProcess ( NULL, "PHP.EXE", NULL, NULL, TRUE, 0, 0, 0, &si, &pi ); // checks process running if (process_run) { THandleStream *InStream = new THandleStream((int) h_IN_WritePipe); Input->Position = 0; InStream->CopyFrom(Input, Input->Size); // // Here I must send the CTRL + Z to the PHP.EXE but I don't know how // /* tentative n.1: no good :( TerminateProcess(pi.hProcess, 0x1a); */ /* tentative n.2: no good :( HWND CalledHandle = FindWindow(NULL, "PHP"); SendMessage(CalledHandle, 0x0501, 0x1, 0x010d86a4); */ /* tentative n.3: no good :( HWND CalledHandle = FindWindow(NULL, "PHP"); bool b_ok = BringWindowToTop(CalledHandle); keybd_event(VK_CONTROL, MapVirtualKey(VK_CONTROL, 0), 0, 0); keybd_event('Z', MapVirtualKey('Z', 0), 0, 0); keybd_event('Z', MapVirtualKey('Z', 0), KEYEVENTF_KEYUP, 0); keybd_event(VK_CONTROL, MapVirtualKey(VK_CONTROL, 0), KEYEVENTF_KEYUP, 0); // Xxx... WaitForSingleObject(pi.hProcess, INFINITE); // Xxx... DWORD BytesRead; char Buffer[1024]; while (1) { memset(Buffer, 0, sizeof (Buffer)); assert ( ReadFile ( h_OUT_ReadPipe, &Buffer, sizeof (Buffer), &BytesRead, NULL ) ); Output->Write(Buffer, BytesRead); if (BytesRead < 1024) break; } Result = true; // frees objects delete InStream; CloseHandle(pi.hProcess); } // frees objects CloseHandle(h_IN_ReadPipe); CloseHandle(h_IN_WritePipe); CloseHandle(h_OUT_ReadPipe); CloseHandle(h_OUT_WritePipe); return Result; /*** * Event handler method ***/ void __fastcall TDesktop::RunPHPClick(TObject *Sender) // creates PHPCode & HTMLCode TMemoryStream *PHPCode = new TMemoryStream; TMemoryStream *HTMLCode = new TMemoryStream; // creates a little PHP script fl
[PHP-WIN] Array within a Class?
--- Received from FPU.WHITES1 799 370307-01-02 10:34 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Yes, works fine. I use them often. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat, 5 Jan 2002 15:04:07 -0800 Subject: [PHP-WIN] Array within a Class? 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"];? Thanks in advance. -- Chris Hall Web Application Developer -- hardwired industries -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Editor
--- Received from FPU.WHITES1 799 370310-01-02 14:10 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] I've tried Komodo and PHPCoder, but still find myself using TextPad most of the time. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 10 Jan 2002 15:11:33 +0100 Subject: [PHP-WIN] Editor I am looking for a light-weight editor which supports PHP tag highlighting and indenting. Which editor do you recommend? Sanjuro -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]
[PHP-WIN] Urgent- Apache/PHP
--- Received from FPU.WHITES1 799 3703 30-01-02 14:05 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Eeek! Looks more like your server is suffering a NIMDA virus attack to me, though why this should specifically affect your PHP setup I don't know. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 30 Jan 2002 13:58:58 - Subject: [PHP-WIN] Urgent- Apache/PHP Hi, I am running the PHP triad on a win2k for quite sometime now without having any problems.. All of a sudden my PHP scripts refused to work.. further it appears there is some problem with my apache itself.. I tried doing a net start and net stop apache a few times and it does start and stop but when I do a simple http://localhost nothing happens.. rather keep getting a Page Cannot be displayed error... I checked the error logs and a portion of which reads as the following: [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/c/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/d/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/_vti_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/_mem_bin/..%5c/..%5c/..%5c/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/msadc/..%5c/..%5c/..%5c/..Á?/..Á?/..Á?/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/scripts/..Á?/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/scripts/..À¯/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/scripts/..Áoe/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/scripts/..%5c/winnt/system32/cmd.exe [Wed Jan 30 13:37:26 2002] [error] [client 172.19.2.205] File does not exist: /apache/htdocs/scripts/..%2f/winnt/system32/cmd.exe [Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist: /apache/icons/blank.gif [Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist: /apache/icons/unknown.gif [Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist: /apache/icons/image2.gif [Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist: /apache/icons/text.gif [Wed Jan 30 13:39:10 2002] [error] [client 127.0.0.1] File does not exist: /apache/icons/folder.gif [Wed Jan 30 13:42:11 2002] [error] forcing termination of child #0 (handle 224) Wud be extremely grateful for any help.. TIA, sandeep -- 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: [EMAIL PROTECTED] This e-mail may contain confidential information and/or copyright material. This e-mail is intended for the use of the addressee only. Any unauthorised use may be unlawful. If you receive this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software. Friends Provident Marketing Group consists of the following companies: Friends Provident Life and Pensions Limited. Registered number 4096141. Friends' Provident Unit Trust Managers Limited. Registered number 970641 FP Life Assurance Limited. Registered number 782698 Friends Provident Pensions Limited. Registered number 475201 Friends Ivory & Sime Managed Pensions Funds Limited. Registered number 1020044 Registered and Head Office of each of the above companies is at Pixham End, Dorking, Surrey RH4 1QA. Registered in England. Incorporated companies limited by shares. Ivory & Sime Trustlink Limited. Registered number 151198 Registered and Head Office: One Charlotte Square, Edinburgh EH2 4DZ. Registered in Scotland. Incorporated company limited by shares. Companies within this Group transact life assurance, pension, permanent health, unit trust and investment trust business All are regulated by the Financial Services Authority. -- 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: [EMAIL PROTECTED]