[PHP-WIN] Re: Automatic word documents printing failure

2005-04-21 Thread Nick
on a network printer, he doesnt want to print on a local printer, he only wants to print the last file any help for this? thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Automatic word documents printing failure

2005-04-21 Thread Nick
s are completed" or something like that mine is in dutch, "wacht tot alle in behandeling afdruktaken zijn voltooid!" my code $printerlocation = "Glenn\\hp deskjet 990c"; content of array $afteprintenbestanden ==>> 2 files c:\program files\apache group\Apa

[PHP-WIN] Re: saving word files

2005-04-19 Thread Nick
ed this technique to interface a Dymo thermal label printer to my server and it works now. i selected another account on my pc like "Nick", he is admin i tried it, but always this error Could not start the Apache service on Local Computer. Error 1069: The service did not start due to a l

[PHP-WIN] saving word files

2005-04-19 Thread Nick
i need to print the word file, but first testing by saving this seems not to work, site keeps loading :s:s:s nothing happens Documents->Open($file); $new_file = "c:/reminder_new.doc"; $word->Documents[1]->SaveAs($new_file); $word->Quit(); $word->Release(); $word = null; ?> this neither, also muc

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
Ah thanks, i will try that. "Darvin Andrioli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > -Messaggio originale- > > Da: Nick [mailto:[EMAIL PROTECTED] > > Inviato: martedì 19 aprile 2005 18.04 > > A: php-windows@lists

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
yeah, but thats only to print an single line, not a whole word file (MS office word ;) ) the files that i use are like 5 to 10 pages. not very usefull that i draw text i suppose thanks anyway "Darvin Andrioli" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Have a look at the exampl

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
on a network printer it dont seem to work, but on local he "starts" printing, the paper goes in :) but he prints nothing, just an empty page :s:s "Nick" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ok i fixed it > > i removed php 5.0.1 and in

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
sry, error in code > $printer = "GLENN\\hp deskjet 990c"; > > $file= $lening[$i]->briefVDABbestand; -> contains an word document path(ex letter.doc) > $handle = printer_open($printerlocatie); > printer_start_doc($handle, $file); > printer_start_page($ha

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
ok i fixed it i removed php 5.0.1 and installed 5.0.4 and it worked perfect? now i need to print the file can some one help me? $printer = "GLENN\\hp deskjet 990c"; $file= $lening[$i]->briefVDABbestand; -> contains an word document $handle = printer_open($printerloc

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
; enough only to load > module , but also you should have libmysql.dll. Maybe it'll > help you some. > > Yong > > -Original Message- > From: Nick [mailto:[EMAIL PROTECTED] > Sent: Monday, April 18, 2005 23:07 PM > To: php-windows@lists.php.net > Subject: [P

Re: [PHP-WIN] Call to undefined function printer_open()

2005-04-19 Thread Nick
whether you install related printer driver. For instance, it's not > enough only to load > module , but also you should have libmysql.dll. Maybe it'll > help you some. > > Yong > > -Original Message- > From: Nick [mailto:[EMAIL PROTECTED] > Sent: Mond

[PHP-WIN] Call to undefined function printer_open()

2005-04-18 Thread Nick
hey i want to use that function, but i cant load it :s content of php.ini: ;extension=php_pgsql.dll extension=php_printer.dll ;extension=php_shmop.dll extension_dir = "c:\php\ext" the file is =>> C:\php\ext\php_printer.dll this seems correct to me. why wont it load some more info: i use apach

RE: [PHP-WIN] HOW DO I FIND GD LIB ENABLED

2003-11-11 Thread Nick Baker
Hi, I suspect you need to check one more configuration parameter in your PHP.ini - the 'extension_dir' parameter needs to point to the directory where the extension dll is located. I hope this helps. Nick -Original Message- From: S F Alim [mailto:[EMAIL PROTECTED] Sent:

Re: [PHP-WIN] prob in qmailadmin

2003-11-05 Thread Nick H. -- Network Operations
This is a PHP-WINDOWS list. Not a qmail for RedHat 9 list. Please consult the proper mailing list. Thank you. Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new support requests to http

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Nick H. -- Network Operations
y your path within that ini. Then, it should at least try to start working and give you a valid path to give permissions to. Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new support reque

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-03 Thread Nick H. -- Network Operations
The default path for the php.ini under 2003 is different than on 2000. I ran into this problem. Setup your PHP ini and put it in: c:\windows\system32\inetsrv (Above is default path) or %systemdir%\inetsrv Should fix your problem. Regards, Nick H. Network Operations Center [EMAIL PROTECTED

Re: [PHP-WIN] Run php file every day?

2003-10-28 Thread Nick H -- Network Operations
see microsoft's 'at' utility. from command line type: at /? it'll explain what to do. Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new supp

Re: [PHP-WIN] Running a php script as a service

2003-10-14 Thread Nick H -- Network Operations
You could always look at FireDaemon... http://www.firedaemon.com Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new support requests to http://ticketmonster.hostingsupport.com

[PHP-WIN] Imap with ssl not working

2003-09-23 Thread Nick P
ith-imap-ssl support? I would appreciate any help Nick Proto __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] CGI Error

2003-09-18 Thread Nick H. - Network Operations
This probably has nothing to do with your php.ini but rather how you have either PHP setup in IIS or your script itself. Please ensure that you have php configured in IIS properly and then check to make sure that your script is ok. Regards, Nick H. Network Operations Center [EMAIL PROTECTED

Re: [PHP-WIN] PHP and Windows .NET Server 2003

2003-08-16 Thread Nick H. - Network Operations
I replied to one of these a long while back. The URL for the information has changed. Here's a complete KB style how-to on installing php under IIS 6.0: http://dedntfaq.hostingsupport.com/iis6_php_install.txt Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please ra

Re: [PHP-WIN] cookies problem

2003-07-09 Thread Nick H. - Network Operations
ow I fixed the admin loop issue on a box I run =\ Regards, Nick H. Network Operations Center [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please submit all new support requests to http://ticketmonster.hostingsupport.com/ --

Re: [PHP-WIN] MSSQL HELP

2003-07-02 Thread Nick H.
It's not as easy with MSSQL, but the TOP syntax should work. SELECT TOP 10 user,email FROM userdb WHERE user LIKE '%b%' Regards, Nick H. Network Operations Center [EMAIL PROTECTED] - Original Message - From: "disko_kex" <[EMAIL PROTECTED]> To: <[EMAIL

Re: [PHP-WIN] PHP Editor

2003-04-03 Thread Nick H. -- Level II Technical Support
vi? notepad? Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: "Chris and Trish Kaelin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 03, 2003 10:11 PM Subject: [PHP-WIN] PHP Editor > Does anyone have any recomendations for

Re: [PHP-WIN] fopen permission denied

2003-04-03 Thread Nick H. -- Level II Technical Support
You need to make sure that IUSR has permissions on that file. When you call from command line it's using your credentials. When it's from a browser, it's IUSR_MACHINE Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: "Walter Gyr" <[EMAIL PROTE

Re: [PHP-WIN] Sending Mail with PHP

2003-03-31 Thread Nick H. -- Level II Technical Support
und for an IP on that server from a script on that server using that server as a mail server should be allowed to go out. At least, that's the most logical way of setting it up and that's pretty much how a lot of people have it setup. Regards, Nick H. [EMAIL PROTECTED] - Origina

[PHP-WIN] PHP 4.3.1 Installer - Windows 98 - PWS HELP!!!

2003-03-16 Thread Nick
I have installed PHP 4.3.1 Installer from http://www.php.net/downloads.php for Windows98 and PWS. After installation, I received 403.1 Error so I set the MS PWS virtual directory to set for Read, Execute, and Scripts access. PWS sever is running and it runs other web content (both html and ASP)

[PHP-WIN] Installing PHP with Apache on Win ME

2003-03-12 Thread Nick Scott
I have gone through the steps and when I open a php page it wants to download the page. What do I need to do? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Upgrade from 4.2.3 to 4.3.1

2003-02-20 Thread Nick H.
that would cause the ini to make the exe pull the modules from the c:\php directory and not the c:\winnt directory where the ini resides?? Regards, Nick H. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] MySQL Dump

2003-02-10 Thread Nick H. -- Technical Support Engineer
uot;,"$pass"); mysql_select_db("$dbname",$db); Where $host is the host name, $user is the username, $pass is the password and $dbname is the database name. Do not modify the $db unless you're changing them both to another variable like $db_connect. You would then proceed

[PHP-WIN] Re: PHP and .NET AGAIN...NEWBIE!!!

2003-02-07 Thread Nick H. -- Technical Support Engineer
Try: http://www.rtfmnewbie.com/php-iis6.txt That has an EXACT step by step setup of php. Regards, Nick H. [EMAIL PROTECTED] --- Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this

Re: [PHP-WIN] Re: PHP .Net and a boat load of questions !!!

2003-02-04 Thread Nick H. -- Technical Support Engineer
Microsoft. Apache != Microsoft. Apache = Open Source = *nix/BSD That's just my 2 cents though. /me drops 2 old pennies into the jar Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: "pingywon MCSE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

Re: [PHP-WIN] Re: PHP .Net and a boat load of questions !!!

2003-02-04 Thread Nick H. -- Technical Support Engineer
... : : : -- : : ~pingywon MCSE : _ : : MCP, MCSA, MCSE Certification Forums. : : The Information Exchange. : : http://pingywon.mine.nu : : http://www.pingywon.ibforums.com : "Nick H. -- Technical Support Engineer" <[EMAIL PROTECTED]> wrote in : message 001401c2cbce$a9afafc0$0

Re: [PHP-WIN] Re: PHP .Net and a boat load of questions !!!

2003-02-03 Thread Nick H. -- Technical Support Engineer
Here's a step-by-step howto on configuring IIS6.0 to work with CGI PHP http://www.rtfmnewbie.com/php-iis6.txt I'll post an article on how to configure ISAPI within a couple of days. Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: "pingywon MCSE" &l

[PHP-WIN] .net

2003-01-29 Thread Nick H. -- Technical Support Engineer
There was a resolution posted on this right about the time 4.3.0 came out with a full kb article on how to fix. Regards, Nick H. [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Computer Problems

2003-01-24 Thread Nick H. -- Technical Support Engineer
Sorry, but this is a PHP Windows mailing list, not a general Windows mailing list. Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 24, 2003 5:30 PM Subject: [PHP-WIN] Computer Problems >

Re: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Nick H. -- Technical Support Engineer
As crazy as this may sound NOTEPAD... or if on my freebsd machines... vi =) Regards, Nick H. - Original Message - From: "Chris Kranz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 4:45 PM Subject: RE: [PHP-WIN] What kind of Ed

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

2003-01-10 Thread Nick H. -- Technical Support Engineer
APACHE > IIS =) End of story. Regards, Nick H. [EMAIL PROTECTED] - Original Message - From: "Sean Malloy" <[EMAIL PROTECTED]> To: "toby z" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 10:26 PM Subject: RE: [

[PHP-WIN] Re: phpinfo() 4.3.0 on Windows

2002-12-30 Thread Nick H. -- Technical Support Engineer
I had no trouble with using it. Worked just fine. Give me a day or two to get another IIS5 machine online and I'll show you what it does. Regards, Nick "Harm" Hale -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP + IIS6 - Installation Instructions Proof

2002-12-27 Thread Nick H. -- Technical Support Engineer
btw, if anyone needs clarification or proof of my instructions working, lemmie know and I'll give you the URL to my .NET box to show ya that all it takes is a couple extra steps ;) Nick "Harm" Hale [EMAIL PROTECTED] - Original Message - From: "Phil Driscoll&quo

[PHP-WIN] INSTALLATION INSTRUCTIOS FOR IIS6

2002-12-27 Thread Nick H. -- Technical Support Engineer
s" it will return a 404 error on all the .php pages that you have. You only have to do step 3 one time on each physical server, but step 2 for each site that you want to use php on IIS6. Document created by Nick Hale [EMAIL PROTECTED] for the PHP Group. [[/DOCUMENT]] Nick "Harm

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-27 Thread Nick H. -- Technical Support Engineer
I'll work on it today and send it to this list as soon as Im done with it. Nick "Harm" Hale [EMAIL PROTECTED] - Original Message - From: "Phil Driscoll" <[EMAIL PROTECTED]> To: "Nick H. -- Technical Support Engineer" <[EMAIL PROTECTED]>

Re: [PHP-WIN] Warning: page has expires, HELP

2002-12-26 Thread Nick H. -- Technical Support Engineer
t had the info submitted to it). Any kinds of buttons or input fields would be considered a form. Nick "Harm" Hale [EMAIL PROTECTED] -- ORIGINAL MESSAGE --- Hello, Hope that someone could help me. Everytime I use the Back button on my b

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-26 Thread Nick H. -- Technical Support Engineer
Im going to dig around a bit more in the registry for IIS6 and see if there arent any key's that need to be modified also. I'll let you know when I find out more. And yes, I'll be more than glad to assist you in testing the installer. That's why Im here ;) Nick "Ha

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-25 Thread Nick H. -- Technical Support Engineer
y backups of the metabase as it stands now) then the windows IIS6 installer should run just fine. If you need anything else off of me, lemmie know. Regards, Nick H. Technical Support Engineer [EMAIL PROTECTED] Please rate my performance! http://www.supportteam.net/rate.php3 Please s

Re: [PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-25 Thread Nick H. -- Technical Support Engineer
find out, and I'll let you know. Nick "Harm" Hale [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP + IIS6 - Permission Issues?

2002-12-24 Thread Nick H. -- Technical Support Engineer
In IIS Services Manager, go to the "Web Service Extensions" and setup an entry for the php executable. This should resolve the issues that you are having. If you need a detailed step-by-step, lemmie know and I'll write one up. Nick "Harm" Hale [EMAIL PROTECTED] --

[PHP-WIN] Re: PHP on IIS

2002-12-24 Thread Nick H. -- Technical Support Engineer
me problem. By Default, when you install the IIS5 patch or are running IIS6 it defaults to turning all unknown extensions off in the IIS Services Manager (this can be considered good due to IIS being the Code Red sucker that it is). If you need more info, please feel free to email me back. Nick &

[PHP-WIN] Mcrypt Under IIS 5 / Win32?

2002-11-11 Thread Nick Richardson
know how to register mcrypt w/ PHP and 'turn on' the mcrypt* functions. If anyone has any information or urls / how-tos it would be greatly appreciated! Thanks! //Nick Richardson // [EMAIL PROTECTED] --- Outgoing mail is certified Virus Free. Can McAfee do that? - Hell NO! Checked by

[PHP-WIN] Mcrypt under Win32?

2002-11-10 Thread Nick Richardson
Anyone out there know how to get the mcrypt functions running under Win32? Any help / how-to's / URLs will be greatly appreciated. - I have searched around the web and found a few things, but nothing that really gives any good information Thanks in advance for the help!!! //Nick Richa

[PHP-WIN] Sessions

2002-10-12 Thread Nick Chorley
How can I use session functions on Windows? The PHP Manual says this: session.save_path defines the argument which is passed to the save handler. If you choose the default files handler, this is the path where the files are created. Defaults to /tmp. If session.save_path's path depth is more than

[PHP-WIN] problem with IIS..

2002-06-07 Thread Nick Stuart
wont work here. Aslo along the same lines I cant get PHPMyAdmin to work correctly either. The first page displays fine and shows everything it should, but when ever i go to actually do anything I get a 404 error page can not be found thanks for all your hep! -Nick -- PHP Windows Mailing List (htt

[PHP-WIN] php-mysql-apache-win- GREAT docs for newbies

2002-05-22 Thread Nick
Want some great docs on getting started with php mysql and apache. Seems like there isnt much around for us newbies but finally i've found some. I havnt tryed them as yet but have read most of them and they seem very good. They may have also saved my computer from getting hurled through my fron

[PHP-WIN] php-4.2.1 and apache2.0 - how to get php working

2002-05-21 Thread Nick
.php AddType application/x-httpd-php-source .phps I installed PHP using the php 4.2.1 installer but it spat when it saw i was using he latest apache server and basically said configure it yourself!! hope somebody can help ta Nick -- PHP Windows Mailing List (http://www.php.net/) To

[PHP-WIN] redundant smtp server in php.ini under [mail function]

2001-10-15 Thread Nick Allen
specified with different priorities in the mx config? Or would this have too big an impact on performance? Thanks, Nick. -- 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

[PHP-WIN] Excuse the dumb question about page stats...

2001-10-15 Thread Nick Allen
unning PHP4.0.6 on Apache 1.3.20 for Win32. Also - would you suggest that I simply make every page a PHP page and then include the counter code as an include at the beginning of every page? Thanks in advance, Nick. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [

Re: [PHP-WIN] PHP inder Windows XP

2001-10-14 Thread Nick Ooka
I'm not too sure, but did you edit your "httpd.conf" file to allow the use of PHP with Apache? nick On Sun, 14 Oct 2001 11:31:09 +0200 "Jan Peter Sigmond" <[EMAIL PROTECTED]> wrote: > Hi! > > I'm having some problems with php under Windows X

[PHP-WIN] emailing a submission to a web based news service

2001-10-11 Thread Nick Allen
e schedule this? Many thanks in advance, Nick. -- 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] Exec and IIS

2001-05-14 Thread Nick Howard
he program is not open on the desktop. If I run it again, the exe again shows up in the task manager, but again it does not end. I cannot manually end the process either. Any thoughts or suggestions? I really appreciate any help, this has been drivin

[PHP-WIN] PHP4.05-Apache1.13.19-Win2k

2001-05-09 Thread Nick
apache versions and changing the location of the php4apache.dll, but to no avail - any ideas ? Nick -- 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] Select statement not working

2001-04-19 Thread Nick Allen
bugs? TIA. Nick. -- 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]