[PHP-WIN] please unsubscribe

2010-10-27 Thread Alex Jacxsens
please unsubscribe -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] COM and com_safearray_proxy objects

2008-11-04 Thread Alex Bovey
s any results so I can't imagine it's very common. Any ideas how I am to access that property in my code? Thanks all, Alex -- Alex Bovey Web Developer | Alex Bovey Consultancy Ltd Registered in England & Wales no. 6471391 | VAT no. 934 8959 65 PHP | MySQL | AJAX | XHTML | C

[PHP-WIN] IMAP and XSL extension dll in 5.2.6

2008-05-02 Thread Alex Rambau
Does anyone know where the IMAP and XSL extension DLLs went in the 5.2.6 release of PHP? They were there in 5.2.5 and I see no references to them being moved in the 5.2.6 changelog. Thanks in advance, - Alex

Re: [PHP-WIN] File not found error

2007-01-18 Thread Alex Keim
ill likely give the latest version of php a shot when I get some time? Hopefully it has no problems with Apache 2.2? Thanks again. - Alex On 1/17/07, Niel Archer <[EMAIL PROTECTED]> wrote: Hi > Thanks for the reply. I'm not sure I know what you mean by "if > installed in its d

Re: [PHP-WIN] File not found error

2007-01-17 Thread Alex Keim
want to do that for all of phpBB2 and all of MediaWiki. So I figure I must have something configured incorrectly right? Thanks. - Alex On 1/17/07, Niel Archer <[EMAIL PROTECTED]> wrote: Hi, Relative paths only work from the php file's directory. NOT for the include directory. In my ex

[PHP-WIN] File not found error

2007-01-17 Thread Alex Keim
they use relative paths for includes. phpBB2 does work when I change relative to absolute but I don't want to go through and edit ever single file... plus upgrades will be a pain. So anyone run into this problem and solve it? Thanks. - Alex some phpinfo: PHP Version 5.2.0RC3-dev Build Dat

[PHP-WIN] zip codes

2007-01-10 Thread alex at gmx
got such a db and "want" to share it *begging* or know such software with an full cvs / db export function. please shoot me an email - i go crazy regards alex

[PHP-WIN] RE:Mail always goes to junk folder.

2006-12-27 Thread Alex Powell
y new year, Alex

[PHP-WIN] Re: PHP: Automatically detecting Internet Speed

2006-11-27 Thread Alex Turner
Daniel Anderson wrote: Hey, is there a particular algorithm that will enable the PHP script to detect the user's internet connection? Cheers, Dan The short answer is no. If you want the long answer - please let me know - but it is quite long :-) AJ -- www.cubicalland.com -- PHP Window

[PHP-WIN] Re: Unicode data w/ PDO DBLIB, MSSQL

2006-10-14 Thread Alex Turner
Mike Matz wrote: Is there currently any way to retrieve Unicode data from SQL Server? I'm working with SQL Server Express 2005, on a database that's been restored from an old SQL Server 2000 database. I'm writing a PHP script that imports data from the MSSQL database, processes it, and adds it t

[PHP-WIN] RE: TPN POSSIBLE SPAM:RE: [PHP-WIN] Re: Problems with fscanf [WORKAROUND] fgetc

2006-09-29 Thread Alex Turner
Piqué'; Alex Turner Cc: php-windows@lists.php.net; 'Stanislav Malyshev' Subject: TPN POSSIBLE SPAM:RE: [PHP-WIN] Re: Problems with fscanf [WORKAROUND] fgetc The "{} syntax" means to run a command whithin another command, whitout having to store results previously. As an ex

[PHP-WIN] RE: TPN POSSIBLE SPAM:Re: [PHP-WIN] Re: Problems with fscanf [WORKAROUND] fgetc

2006-09-29 Thread Alex Turner
http://www.project-network.com"www.project-network.com _ From: German Piqué [mailto:[EMAIL PROTECTED] Sent: 29 September 2006 11:35 To: Alex Turner Cc: php-windows@lists.php.net; Stanislav Malyshev Subject: TPN POSSIBLE SPAM:Re: [PHP-WIN] Re: Problems with fscanf [WORKAROUND] fgetc mmm..

Re: [PHP-WIN] Re: Problems with fscanf [WORKAROUND] fgetc

2006-09-28 Thread Alex Turner
Stanislav Malyshev wrote: German Piqué wrote: Well, I managed to work with the spaces but using fgetc instead of fscanf. Just as a note I think it would be much more efficient to use fgets or fread and then parse resulting string using regular expressions. Unless you have some limitations

Re: [PHP-WIN] Problems accessing the net units through PHP

2006-09-25 Thread Alex Turner
German Piqué wrote: 2006/9/13, Alex Turner <[EMAIL PROTECTED]>: Dale Attree wrote: > PHP on windows does not support mapped network drives, you would need to use > sockets and connect to the IP of the machine you wish to write to. With this solution... I readed that i need p

[PHP-WIN] Re: FastCGI with IIS on Windows?

2006-09-25 Thread Alex Turner
Aspen Olmsted wrote: Hello, I need to use IIS on windows 2003 boxes and I am trying to figure out the best way to configure this. I believe fastcgi is the way to go but I am confused on the setup. There is an isapi_fgi.dll that works with 5.2? but not 5.1.x? What is php-cgi.exe? Is this a

Re: [PHP-WIN] A problem writting to a file

2006-09-25 Thread Alex Turner
German Piqué wrote: Well, I tried and all of you were right... but I tried it a days ago and it didn't worked!! :( That's fustrating... I don't understant why works now... Well... Thank you all :D 2006/9/20, Mikael Krogius (Winwap Technologies) <[EMAIL PROTECTED]>: > I don't know if its a wi

Re: [PHP-WIN] Reverse DNS/IP

2006-09-25 Thread Alex Turner
Stut wrote: Daniel Anderson wrote: I see what you mean though, but it would still be handy to find out how to find the Reverse IP/DNS anyway. Does anyone know? http://php.net/gethostbyaddr -Stut Daniel, Just be careful because if you ban people by ip/dns you will end up banning a lot of

Re: [PHP-WIN] Problems accessing the net units through PHP

2006-09-13 Thread Alex Turner
Dale Attree wrote: PHP on windows does not support mapped network drives, you would need to use sockets and connect to the IP of the machine you wish to write to. -Original Message- From: German Piqué [mailto:[EMAIL PROTECTED] Sent: 13 September 2006 08:25 AM To: php-windows Subject: [

[PHP-WIN] Re: Problem with execution external script

2006-09-10 Thread Alex Turner
DevPhp wrote: Hallo, thanks for reply. Also - why double launch? Why not launch csript directly? I've tried to launch Cscript directly...but it didn't work, So I try to launch it in an alternative way, to bypass the permission problem. It's not necessary double launch I guess that you

[PHP-WIN] Re: [Linux dev] Undefined variables

2006-09-10 Thread Alex Turner
Alf Stockton wrote: Hendrik Visage wrote: On 9/8/06, Alf Stockton <[EMAIL PROTECTED]> wrote: In this little script:- Obviously $names won't be defined in the initial state the first time this line is hit, thus count($names) would/should be undefined... Interesting that this works on version

Re: [PHP-WIN] Re: [Linux dev] Undefined variables

2006-09-08 Thread Alex Turner
Foreach is very much better as it does not mean having to traverse the array to find the given value. If you have a long array, you'll find looking up a element by index gets slow. AJ Stut wrote: Hendrik Visage wrote: right> The rewrite below does not iterate around the array as you were i

[PHP-WIN] Re: Installation problems - Win XP with IIS and MySQ

2006-09-08 Thread Alex Turner
zerof wrote: Bradley Davidson escreveu: I have tried to follow the instructions to manually install PHP on Windows XP, using IIS and MySQL. I have been unable to test if PHP is installed because when I try to open a PHP file in a browser (either firefox or IE6) it launches Dreamweaver. What

[PHP-WIN] Re: Problem with execution external script

2006-09-08 Thread Alex Turner
DevPhp wrote: Hi, I've a problem with php and the execution of an external script. The script is adutil.vbs , belonging to the IIS administration Script on windows 2000 server. The vbs have to be execute with Cscript.exe. When I execute it from Dos shell there's no problems: for examples c:\C

Re: [PHP-WIN] Which Web Server Do You Use

2006-09-06 Thread Alex Turner
Leo G. Divinagracia III wrote: have you seen a web server built on php?? http://nanoweb.si.kz/ Yes - nice but I stayed away from it for serious work on Windows. I would think about it for small stuff on xnix. Just a personal thing, I got burned once thinking that PERL stuff like this,

[PHP-WIN] Re: Issue saving session on windows xp

2006-09-06 Thread Alex Turner
Kathy Lessa wrote: I am running PHP v5.1.6 on Windows XP Pro. I have been unable to save session variables, and I've tried everything I can think of with no luck so far. I have confirmed that I have writable access to my session save path, but session variables are still not saved. Does anyone h

[PHP-WIN] Eaccelerator

2006-08-31 Thread Alex Turner
All, I have just had some very pleasing success with Eaccelerator on windows. Has anyone else been trying this on windows. Has anyone had production experience with this? Thanks for any feedback. I have written up the work I have done so far at http://nerds-central.blogspot.com/2006/08/ea

Re: [PHP-WIN] Navision ODBC

2006-08-21 Thread Alex Turner
I don't want to be rude here! However, have you checked that the instance of Navision you are working with actually uses the old Navision DB. It is just that the later versions (post MS take-over) run on MS SQLServer as well. AJ www.deployview.com Joakim Ling wrote: Hi Frank That would b

[PHP-WIN] Re: Which Web Server Do You Use

2006-08-21 Thread Alex Turner
high load, this was a requirement of the sort of web application we are building. Please - I love Apache! We I have been involved on Unix/Linux/FreeBSD projects Apache is has been a no brainer. For windows though life is not so simple :-( Thanks for your input. AJ zerof wrote: Alex

Re: [PHP-WIN] Which Web Server Do You Use

2006-08-20 Thread Alex Turner
Thanks Bob - seems like a cool alternative! Before we built TAG.net we used EasyPHP for this. It is apache, but in general does not require any setup - just install and off you go: www-easyphp-org I'll make a summary of all the responses if there are enough. AJ Bob Stout wrote:

[PHP-WIN] Which Web Server Do You Use

2006-08-20 Thread Alex Turner
All, For over a year we have been developing our own web server for running PHP on windows. We tried Apache 1x and 2x and they did not quite fit the bill. The first was not stable enough and the second caused threading problems with our COM library. I am really interested in what configura

[PHP-WIN] Getting windows username into php/mysql

2006-03-20 Thread Alex Blundell
HI, I have been searching the internet for days trying to find a way of getting the windows username (%username%) of the current logged on user and submitting it, along side some other information (entered into the form by the user), to a MysQl database. This will enable me to know who has subm

[PHP-WIN] COM Dlls Not Unbinding From Process

2005-12-31 Thread Alex Turner
Hi All, I am doing a lot of PHP work with COM. The system uses php 4.3.3.3 and php is being driven via FCGI from our own web server (TAG). We create an instance of an in-process COM server using the following technique: function GetFactory() { static $obj; static $objSet = 0; if($o

[PHP-WIN] Betreff: Re: [PHP-WIN] Re: ezmlm warning

2005-05-31 Thread Alex. H.
i believe, that sometimes topics which seems to be off topics, are totaly important at least for brain storming,.. if it isnt spam and not some crap commercial, . the biggest projects are in us, in our minds, and/or sometimes also someone got an idea/problem, and post is as an off topic, dont u th

[PHP-WIN] Betreff: Re: [PHP-WIN] outlook calendar

2005-02-08 Thread Alex. H.
yeah, i know this problem aswell. i am not talking about the COM lib. just about the situation how to get all these address book, notice,... from outlook and back. i didnt thought about the COM - thx at least - over the weekend i will check it out, unless no one found some solution over COM, cz t

[PHP-WIN] Remote Procedure Call Failed

2005-01-31 Thread Alex Gemmell
which this error occurs. When I upload it to a second remote (Linux) test server it works fine! Office Server: Windows 2000 Server + IIS 5.1, PHP Version 4.3.9 (Zend Engine v1.3.0), MySQL 3.23.49. Remote Server: Linux + Apache, PHP Version 4.1.2 (Zend Engine v1.1.1), MySQL 3.23.39. Any ideas gratefully received! Thanks, Alex

Re: [PHP-WIN] Re: PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread alex hogan
ot;Under Construction" displays. That means that IIS is set up for what the default file is. (probably asp, htm or aspx) alex hogan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: PHP,W2K,Manual Configure, Authentication

2004-10-08 Thread alex hogan
Did you set php as a file type in IIS? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php_mysql.dll fails to load

2004-10-04 Thread Alex Popescu
. I would appreciate any help on this issue as it's starting to drive me mad. Many thanks alex -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] about excel

2004-10-03 Thread Alex qi
hi: I output the result from mysql to an excel file. yet, it works in Linus but IE. anyone know why? thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP how to connect Access

2004-02-07 Thread Alex
thanks -- truely yours Alex

[PHP-WIN] Class question

2003-11-29 Thread Alex
de A. I wanted: Hello from class A a subclass of Class B But the result is: Hello from class A a subclass of Is it possible something like: $this->parent->var1 or similar? -- Best regards, Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PEAR: Console Color problem!

2003-11-21 Thread Alex
Hello ALL! I've installed Console Color package from PEAR and tied to use it. I got just ANSI colors in form of text like: <-[34m Hello <-[0m Where could be the problem? Some time ago I used similar package in Perl and it worked fine. Best regards, Alex -- PHP Windows Mailing

[PHP-WIN] PHP and MySQL problem

2003-11-18 Thread Alex
nd is not specified in the > 'c:\mysql\share\charsets\Index' file What can I do to get rid of them? Best regards, Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problem with Socket and CPU usage!

2003-11-11 Thread Alex
Hello ALL! I've made an IRC client with DCC support (it uses many sockets) I use socket_select in an infinite loop. All works fine, but the problem is CPU usage. When I start my script CPU-usage rises to 100% and stops there :( So I wander is there any way to optimize the code to lower the CPU usa

Re: [PHP-WIN] Newbie email question

2003-01-24 Thread Alex Davis
is there a way to debug on a remote server? "Dash McElroy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Alex, > > You have to point it at your ISP's SMTP server (assuming this is for > home). Check your mail program

[PHP-WIN] Newbie email question

2003-01-24 Thread Alex Davis
I followed the instructions in a php manual to write a script that will send emails using mail() function. Only one problem, where is my sendmail program on windows XP. Or what do i need to configure in the php.ini file? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] simple test for Win XP/PHP gurus...

2003-01-24 Thread Alex Davis
Ok gurus... how do i configure php to so when i use the mail() function... it will work? Or maybe a better question is how do i set up my IIS to send email. Thanx -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP4.3 with Dav and Apache2

2002-11-04 Thread Alex
Hello. Here is the question: I have apache 2 and php4.3 installed as cgi script (not an apache2 module), so, in apache2 config i've create a webDir, it normally works from IE, so, then a've load apache2 mod_dav and it starts working too (from Network Places i can add this folder). Now, the questio

[PHP-WIN] mssql unable to load dynamic library error

2002-10-16 Thread Alex
Hello all! as writen in the topic... it cant load the php_mssql.dll and i have no clue left what i did wrong its PHP 4.2.3 with IIS on NT5 Thanks in advance! Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Problems installing PHP4 under PWS

2002-07-06 Thread Alex Francis
; I have tried setting cgi.force_redirect=0 and it makes no difference. I have also installed apache, but am not sure if I need to remove PWS to use it. -- Alex Francis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Problem with file download/fopen/fread - rfc2616 - hypertext transfer protocol -- http-1_1.htm [10/10]

2002-07-02 Thread Alex Elderson
ICAgdGhlIHRleHQgbGluZSBicmVhay4gSFRUUCByZWxheGVzIHRoaXMgcmVx dWlyZW1lbnQgYW5kIGFsbG93cyB0aGUNCiAgIHRyYW5zcG9ydCBvZiB0ZXh0 IG1lZGlhIHdpdGggcGxhaW4gQ1Igb3IgTEYgYWxvbmUgcmVwcmVzZW50aW5n IGEgbGluZQ0KICAgYnJlYWsgd2hlbiBpdCBpcyBkb25lIGNvbnNpc3RlbnRs eSBmb3IgYW4gZW50aXJlIGVudGl0eS1ib2R5LiBIVFRQDQogICBhcH

[PHP-WIN] Re: Problem with file download/fopen/fread

2002-07-02 Thread Alex Elderson
i am running also OS: WinXP Pro Apache 2.0.36 PHP 4.2.1 (module) if i replace: while(!feof($fc)) { set_time_limit(5); echo fread($fc, 10240); flush(); } with this echo fread($fc, $file_size); it works fine. But now we have an other problem: memmory l

[PHP-WIN] Re: Problem with file download/fopen/fread

2002-07-02 Thread Alex Elderson
Hi, I have the same problem Mail me if you have an idee ([EMAIL PROTECTED]) if (!($fc = fopen($base_path . $path . $file, "rb"))) { echo "error\n"; exit; } $file_size = filesize($base_path . $path . $file); ob_end_clean(); ignore_user_abort(false);

[PHP-WIN] Downloading files?

2002-07-02 Thread Alex Elderson
Hi, I have made a php script ware you can download some files, but it doesn't work very well After the first "echo fread($fc, 10240);" line it will send some strange data what to do? if (!($fc = fopen($path . $file, "rb"))) { echo "error\n"; exit; } $file_si

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

2002-06-27 Thread Alex Elderson
t; schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > what util? url.exe? where can I find it? > > -- > . : . : . : . : . : . : . : . : . : . : . : . : . : . > michael ericsson > [EMAIL PROTECTED] > > > "Alex Elderson" <[EMAIL PR

[PHP-WIN] Re: PHP Newbie: Needs help with dbase extensions

2002-06-27 Thread Alex Elderson
If you want to include a library on linux you must recompile php. On windows you have only to uncommented the "extension-php_dbase.dll" line If you get a error on API numbers then you have a wrong version of dbase (or php). "Tony Tzankoff" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL P

[PHP-WIN] Re: php error logging

2002-06-27 Thread Alex Elderson
Let your webserver log for you. if u run apache with VH do: > ErrorLog c:/web/logs/webserver.hardinxveld.netflex.nl-error_log CustomLog c:/web/logs/webserver.hardinxveld.netflex.nl-access_log common in your php.ini: ;error_log - Original Message - From: "Joris Pinnoo"

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

2002-06-27 Thread Alex Elderson
Use this (small) util to view your headers look for Set-Cookie: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > >> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php >> but I can't set a cookie.

[PHP-WIN] fsockopen and HTTP/1.1???

2002-06-26 Thread Alex Elderson
It's running on winXP apache 2.0.36 PHP 4.2.1 (test server) from the shell What to do? Alex Elderson -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php script for downloading files???

2002-06-11 Thread Alex Elderson
close Content-Type: text/html Alex Elderson [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: parsing from vb

2002-06-11 Thread Alex Elderson
http://www.php.net/manual/en/features.commandline.php This is all you need. In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >hi, > >1. >I have to parse php scripts from a visual basic program without using apache >or IIS or any other web server. There are several DLL's in php dire

[PHP-WIN] Apache 2.0.35 w/ PHP 4.12 -HELP

2002-05-05 Thread Alex
I used - LoadModule php4_module C:\Program Files\Apache Group\Apache\php-4.2.0-Win32\experimental\apache2filter.dll. But then when I do an Apache -K start I get the following error message: "Load Module takes two arguments, a module name and the name of a shared object file to load it from" Wh

[PHP-WIN] Re: How do i get SSI (Server Side Include) to work

2002-05-05 Thread Alex
How did you installed PHP i have tried without sucess. I tried the experimental, but I get the message "Loadmodule takes two arguments, a module name and the name of a shared object file to load it from " which I did - LoadModule php4_module C:/Program Files/Apache Group/Apache/php-4.2.0-Win32/ph

[PHP-WIN] Templates Modul

2002-03-19 Thread Alex
I 'm searching a php template modul. Where can i find them?? Thanks Alex -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-25 Thread Alex Black
> I'm currently writing "The PEAR Manifest", a document that clearly > defines PEAR once and for all. I'll post the first draft on pear-dev > here when it's done, but to answer your question, there has been talk > about a "core" set of packages for a while. In the manifest these are > called PFC

[PHP-WIN] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Alex Black
> * Manuel Lemos wrote: >> I think that the greatest point of the merger is to have one and only >> one abstraction layer in PEAR, > > I think consensus was that there shouldn't be "the one and > only XYZ" PEAR class but "more than one XYZ" PEAR class (like > IT[X] and the PEAR rewrite of PHPLib'

[PHP-WIN] Re: [binarycloud-dev] Re: [PEAR-DEV] New Metabase Aniversaryrelease

2002-01-22 Thread Alex Black
>> I will first focus on the functional aspects, then step by step making >> the necessary changes to make that final code compliant to the PEAR >> coding standard. > This makes no sense for PEAR. > > I propose this way: > 1. pearize Metabase (functionNames, using PEAR_Error) > 2. commit the stuf

Re: [PHP-WIN] sending an array through post

2002-01-15 Thread Alex Lis
also, failing all else, use implode to concatenate the array into a string, then pass it and explode it at the other end. "Pac Mon" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > If they don't need to be visible include this form element in the form to be >

[PHP-WIN] IMAP PHP Problem

2002-01-15 Thread Alex Lis
s fine when there by itself. The header method though is screwing it up... why?!?! , Alex -- 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 Mail problem

2002-01-15 Thread Alex Lis
s fine when there by itself. The header method though is screwing it up... why?!?! , Alex -- 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] sessions???

2002-01-10 Thread Alex Elderson
Hi, This works fine: But way does this not work??? -- 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: Active Directory/LDAP Problem

2001-12-18 Thread Alex Elderson
Hi, I have made a ldap login script and i learn that the Active Directory is a poor ldap service! i you conect annonymously to a Directory server you can't do enything! do a ldap_bind with username and password! "Tim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECT

[PHP-WIN] Can php make a authentication to Apache?

2001-12-18 Thread Alex Elderson
$auth_user is set, but i want no popup window. I want i web-page for username and password! Can anybody help me? Alex Elderson -- 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] Error Message After installing PHP on IIS 5

2001-11-08 Thread Alex Burns
I just installed PHP Version 4.06 and when i try to start IIS it says Uexpected error 0x8ffe2740 occured. Oh yeah Using IIS 5 with windows XP Pro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

[PHP-WIN] Working with images

2001-10-02 Thread Alex Busquets
I trying to manipulate images, copy, resize I know for do it, I need GD libraries, I have this libraries into my server, but I have this error always. Fatal error: Call to undefined function: imagecreatefromjpg() in C:\apache\htdocs\lignea\imatge.php on line 15 How I can define de function T

[PHP-WIN] loading the test page

2001-08-01 Thread Alex Shiu
http://localhost/test.php , IE always prompts me to open or save the file for some reason, does anyone know why? ~Alex -- 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

Re: [PHP-WIN] Sending Commands

2001-03-25 Thread Alex
try to use something else. Alex. I cannnot fin out what com app. name this program has. I am trying to send commands to a gameserver while it is running and also the commands will be different depending on whats going on inside the game sever. It runs inside of a windows cmd.exe box. If I can use CO

Re: [PHP-WIN] Sending Commands

2001-03-22 Thread Alex
Hi, >I have been looking for a way to send commands to a windows application. You can do the communication with your application as with a set of COM objects via php scripts. >I can start the application and leave it running in the background. You do not need to start the application at the b

Re: [PHP-WIN] resolution problems in dinamic .gif

2001-03-22 Thread Alex
Sorry, it looks like my previous message to the list was not posted. Try to convert your gif image to 32-bit mode and print it. Gif images are 8-bit only and, may be, the printer driver's dithering for the gifs is not correct. Alex. >I'm using version 3 of PHP to build a .g

Re: [PHP-WIN] resolution problems in dinamic .gif

2001-03-21 Thread Alex
Hi, Try to convert your gif image to 32-bit mode and print it. Gif images are 8-bit only and, may be, the printer driver's dithering for the gifs is not correct. Alex. >I'm using version 3 of PHP to build a .gif image file dinamicly. >I don't know what's happening,

Re: [PHP-WIN] GD lib

2001-03-10 Thread Alex
Hi, Alain and Frank! Thank you for the links but this is a lib for gifs and php 4.01 and 4.04. What about php 3 and jpg/png? Alex. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

Re: [PHP-WIN] Benchmark humor

2001-03-10 Thread Alex
Hi! What PHP version you have benchmarked? >I was running some simple database performance tests this morning using PHP and >Cold Fusion using MS SQL on an NT box. On my first test, I did a number of >select statements. To my surprise, Cold Fusion (using OLEDB) came in at 4 >seconds to PHP's 8.

[PHP-WIN] GD lib

2001-03-10 Thread Alex
Hi, I'd like to get the GD lib for PHP but don't know where is it. I checked php.net but there only link to the source code. Is there any dll or something that doesn't require me to compile? I use NT 4.0. Regards, Alex. -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Prob. getting Java extension to work.

2001-01-18 Thread Alex Akilov
Paul, Have you tried adding c:\php-4.0.4 to your java.library.path? Alex -- 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]