RE: [PHP-WIN] Firebug

2007-05-30 Thread Gustav Wiberg
Hi Aha. Thanx! Best regards /Gustav Wiberg -Original Message- From: Mikael Grön [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 8:05 AM To: 'php windows' (php-windows@lists.php.net) Subject: Re: [PHP-WIN] Firebug Firebug is a Firefox extension. Start Firefox, Click Tools > A

Re: [PHP-WIN] Firebug

2007-05-30 Thread Mikael Grön
Firebug is a Firefox extension. Start Firefox, Click Tools > Add-ons, open the folder on your machine in which you've got the .xpi file, drag and drop it to the firefox Add-ons window. It's "Verktyg > Tillägg" in Swedish. Mike Gustav Wiberg skrev: Hi there! Trying to install Firebug, but

[PHP-WIN] Firebug

2007-05-30 Thread Gustav Wiberg
Hi there! Trying to install Firebug, but nothing happens when I try to install firebug (nothing happens when I click on the link Install Firebug 1.0) And the link seems to some kind of .xpi!? - file. What is xpi? (http://www.getfirebug.com/) What am I doing wrong? Best regards /Gustav Wiber

Re: [PHP-WIN] Configuring and send mails in winxp??

2007-05-30 Thread Alejandro G.
Neil, I'm doing this, I wrote some code with a basic use of the function mail, the code itself its sending the mail (the function finish ok) but I never receive the mail. Here's my php.ini configuration the the mail function. [mail function] ; For Win32 only. SMTP = smtp.fibertel.com.ar ; for W

Re: [PHP-WIN] How to use Windows Authentication (SSPI) with mssql_connect command ?

2007-05-30 Thread Frank M. Kromann
use the mssql.secure_connection = On in your php.ini file and make sure the IIS users has access to the database. - Frank > Hi, > > Does someone knows how to use the Windows Authentication (SSPI) with > mssql_connect() ? > > Here's my trouble : > I'm using an MS SQL Server 2000 and use the win

[PHP-WIN] How to use Windows Authentication (SSPI) with mssql_connect command ?

2007-05-30 Thread Mathieu Lafrance
Hi, Does someone knows how to use the Windows Authentication (SSPI) with mssql_connect() ? Here's my trouble : I'm using an MS SQL Server 2000 and use the windows credential to log... I can logon SSPI with ASP and Javascript using ADO... But it doesn't seems to work with PHP My Server is a Wind

Re: [PHP-WIN] Apache + Windows + PHP

2007-05-30 Thread Bob Stout
Sounds like you're using Vista (XP has an "End process" button rather than "Finish process"). If so, you have my sympathies. In any case, try right-clicking on the process and using the context menu. In XP, at least, one of the options is "End process tree". Clicking that will kill anything. The jo

Re: [PHP-WIN] Apache + Windows + PHP

2007-05-30 Thread Marcos R. Cardoso
I'm kinda bringing this issue to life again, because something interesting has been happening lately. When I use the task manager to monitore the processes running on the web server, I usually find some "php.exe" processes on the memory but they're not working anymore. But I can't finish them u

RE: [PHP-WIN] Printing via webapp

2007-05-30 Thread Moore, Joshua
I'll give that a try. But when you goto FILEmailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 7:08 AM To: Moore, Joshua Subject: Re: [PHP-WIN] Printing via webapp may be you have to send special codes to printer some printers lacks the ability to print direct from raw (ie Epson LX 300 has

RE: [PHP-WIN] Printing via webapp

2007-05-30 Thread Moore, Joshua
One more thing, When I run my php script I see that the printjob gets put into the windows printing list for that printer however it pops up, says its spolling under the status then disappears and nothing prints... :( -Original Message- From: Moore, Joshua [mailto:[EMAIL PROTECTED] Sent

RE: [PHP-WIN] Printing via webapp

2007-05-30 Thread Moore, Joshua
Yes it is a printer on LPT1. Well IF it is indeed a permissions problem then I would guess its permissions on the barcode printer im trying to print too because if I change the printer to my LaserJet it prints fine with no warnings or errors. However looked on the PHP manual comments it said this:

Re: [PHP-WIN] Printing via webapp

2007-05-30 Thread Juan Ignacio Borda
I'm intrested on this function too, did you tried to print locally let's say to LPT1 ? this will jelp you debug if it's the case that you can't print or acces a shared resource. In that case I really can't help you since I've never heard of Uniform Server. Uniform Server is a WAMP pack

[PHP-WIN] Mambo 4.5.1 and DocMan

2007-05-30 Thread Gustav Wiberg
Hi there! Anyone that used Mambo 4.5.1 together with component DocMan? We're using and the DocLink-mambot. We get problems showing Javascript-errors... with listview.php as source (the javascript-source doesn't show, but it shows "Oavslutad strängkonstant" (in swedish) I think it is something

RE: [PHP-WIN] Configuring and send mails in winxp??

2007-05-30 Thread N . A . Morgan
If you are using a Windows version of PHP, the mail facility is pre-compiled. All you need to do is set the PHP.INI directives below. [mail function] ; For Win32 only. SMTP = [EMAIL PROTECTED] smtp_port = 25 ; For Win32 only. sendmail_from = [EMAIL PROTECTED] Regards, Neil -Original Messag