[PHP-WIN] Re: [PHP] 64 bit binary ?

2009-07-06 Thread Daniel Brown
On Mon, Jul 6, 2009 at 06:21, loki wrote: > no Not you. ;-P Note that I forwarded the message to the appropriate list --- the php-windows@ mailing list --- where Pierre Joye hangs out. He'd be the one to help you. -- daniel.br...@parasane.net || danbr...@php.net http://www.parasane.n

[PHP-WIN] Re: [PHP] 64 bit binary ?

2009-07-05 Thread Daniel Brown
On Sun, Jul 5, 2009 at 15:43, loki wrote: > Hello > > Is it plane to release 64 bit binary for php on windows ? Pierre? -- daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ Check out our great hosting and dedicated server deals at http://twit

Re: [PHP-WIN] there must be better way to handle "Null" undefined variables

2008-12-08 Thread Daniel Brown
On Mon, Dec 8, 2008 at 1:24 PM, Fred Silsbee <[EMAIL PROTECTED]> wrote: > if you read my original post you'd see that I already know this! Fred, I read your original post (the whole thing, which - if you read the rules of these mailing lists, you'd see - you sent wrong, as usual). > The quest

Re: [PHP-WIN] there must be better way to handle "Null" undefined variables

2008-12-08 Thread Daniel Brown
For future reference, Fred, please only include the relevant code, not the entire script. On Mon, Dec 8, 2008 at 11:46 AM, Fred Silsbee <[EMAIL PROTECTED]> wrote: [snip!] > > Under windows, the first page has an error Notice: Undefined > variable: ExercisePrice in C:\Inetpub\wwwroot\new_blac

[PHP-WIN] Problem with GD2 & PHP

2008-12-05 Thread Daniel
I am creating a new website that uses ImageFlow (http://finnrudolph.de/ImageFlow/Installation) I have created a test page for use with the new ImageFlow.js When I load the webpage, I get the correct page except the pictures. This leads me to think that the pictures aren't being rendered by the

[PHP-WIN] Re: [PHP-INSTALL] RE: first request

2008-10-31 Thread Daniel Brown
On Fri, Oct 31, 2008 at 4:33 AM, michael glancy <[EMAIL PROTECTED]> wrote: > HI Daniel > > I installed Xampp last night but it still didnt have those extensions > installed. > > was there something else I should have done ? For the benefit of others now and in the futu

[PHP-WIN] I don't know what I'm doing wrong

2008-09-11 Thread Daniel Wagner
I am currently going through 'davidj's php tutorials @ http://www.dreamweaverclub.com/vtm/php-mysql-apache.php and am in the process of learning.  I am encountering an issue though that I can't seem to find an answer to.  Maybe someone can help me.  I downloaded the WAMP server, (which I found o

[PHP-WIN] Array Question

2007-08-17 Thread Daniel Kaliel
I have pull a bunch of data from an SQL database through a query. The problem I am running into is I pull two fields with the exact same name. How do I grab the right info? I have been using mydata ß the array name. mydata['contactID'] Should I instead use the array value so mydata[8]?

[PHP-WIN] Drag and Drop

2007-06-08 Thread Daniel Kaliel
with ASP, can it be done with PHP? - Daniel Kaliel, MCP Network Administrator No animals were hurt during this transmission, however, some electrons were terribly inconvenienced.

Re: [PHP-WIN] Ereg problems

2007-01-16 Thread Daniel Anderson
Then I think this will do the trick for you :) $string = "~YOUR STRING~" if (!eregi_replace("[0-9A-Za-z -_']","",$string)) { echo "string allowed"; } else { echo "string disallowed"; } --

Re: [PHP-WIN] Ereg problems

2007-01-16 Thread Daniel Anderson
} else { echo "string disallowed"; } I tested it with the following strings: $string = "Daniel Anderson" Returned "string allowed". $string = "Daniel Anderson!!" Returned

[PHP-WIN] PHP: Automatically detecting Internet Speed

2006-11-17 Thread Daniel Anderson
Hey, is there a particular algorithm that will enable the PHP script to detect the user's internet connection? Cheers, Dan

Re: [PHP-WIN] Reverse DNS/IP

2006-09-19 Thread Daniel Anderson
thanks for your suggestion, but I need to know the PHP code in which I can do that myself, as I need it desparately to improve a user ban system. Thanks for your help guys! Regards, Dan - Original Message - From: "Mitch Miller" <[EMAIL PROTECTED]> To: "Daniel A

[PHP-WIN] Reverse DNS/IP

2006-09-19 Thread Daniel Anderson
Hi guys, Question: I was wondering if anyone knows if it is possible to find the reverse IP/DNS address of a computer please? Reason: I ask this because I wish to produce a 'ban' list of users on a forum who persistantly cause problems, banning specific IPs is an option, but at the moment is n

RE: [PHP-WIN] Installing Apache after I have installed PHP

2006-08-17 Thread Daniel Kaliel
Can you run Apache at the same time as IIS??? Wouldn't there be a port conflict? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: August 17, 2006 3:42 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-windows@lists.php.net Subject: Re: [PHP-WIN] Installing Apache

RE: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread Daniel Kaliel
well. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: July 25, 2006 3:55 PM To: [EMAIL PROTECTED]; Daniel Kaliel; php-windows@lists.php.net Subject: Re: [PHP-WIN] problems with PHP and IIS You need to re-place the relevant mysql related .dll's don't you? I can't

RE: [PHP-WIN] problems with PHP and IIS

2006-07-25 Thread Daniel Kaliel
And mysql has been enabled in php.ini? On the phpinfo() page does it show mysql as being enabled? -Original Message- From: John Meyer [mailto:[EMAIL PROTECTED] Sent: July 25, 2006 10:34 AM To: Daniel Kaliel; php-windows@lists.php.net Subject: Re: [PHP-WIN] problems with PHP and IIS

[PHP-WIN] Finding a percentage

2006-05-30 Thread Daniel Anderson
Hi, Does anyone know how to find the progress percentage (%) between one number to the next? For example: I have a minimal number of 0 I have a maximum number of 77 I have a current number of 9 Does anyone know how I may find the percentage of this number from the minimal number, to the maximu

Re: [PHP-WIN] Configuration problem?

2006-05-23 Thread Daniel Anderson
PHP uses the settings from: C:\Windows\php.ini, not C:\PHP\php.ini Have you ensured you've allowed Apache to parse HTML files to act as PHP Files? - Original Message - From: "Bill Angus" <[EMAIL PROTECTED]> To: Sent: Monday, May 22, 2006 7:29 PM Subject: [PHP-WIN] Configuration prob

[PHP-WIN] Using the Mail function without an SMTP?

2006-02-19 Thread Daniel Anderson
Is there a way I can use the Mail(); function without having to have an SMTP server? PHPBB doesn't use it, I tried browsing the source code to see how they did it... but they compressed their PHP files, so it is extremely difficult to read. Does anyone know know how I may do the same please? M

[PHP-WIN] Page-style data display system

2006-01-14 Thread Daniel Anderson
Okay, I have a database table to which contains posts from people. I want to retrieve these and post them in a linear format (as I currently have), but...! I want to have pages, each page has 50 rows from the database at a time. If I have 102 results, I want it to be separated into three pages.

[PHP-WIN] Re: PHP, MySQL and Active Directory

2005-08-24 Thread Daniel R. Przybylski
This problem seems to have "gone away". So I assume that my problem of not accessing the database wasn't because the computer name was being "tacked" onto the username. Restarting the server (for other reasons) allows good access now, so... nevermind. ""Danie

[PHP-WIN] PHP, MySQL and Active Directory

2005-08-24 Thread Daniel R. Przybylski
I've got PHP 4 set up on Server 2003. My LAN is running active directory. Whenever I try to a mysql_connect, something (PHP I assume) tacks on a hostname of the local computer. $link = mysql_connect('myserver', 'user', 'password'); Besides the old password authentication password problem (which

[PHP-WIN] $Dbhost

2005-01-07 Thread Daniel Aguilar
not sure what I should use in place of $Dbhost, is this referenced in another include file or should i replace this with my database address, ie. $SERVER_Dbhost [mysql] ? not sure any suggestions, has anyone installed php on IIS and mysql ? -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] PHP & Win2k

2005-01-06 Thread Daniel Aguilar
I'm a newbie to PHP and I can't find what "PHP_Self" ( )ers to? it seems to be why I can't get my supposedly simple php shop to work. Any suggestions or websites with examples? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Urgent: How do I disallow a php/html file to act as a folder?

2004-12-05 Thread Daniel Anderson
I recently noticed that for some reason, if I type the filename as a folder (B("http://localhost/folder/") it runs the nearest file called that. (B (BI have several .php on a server, which can run without the extention. (B("http://localhost/folder/file"), but if I typed (B("http://localhost

[PHP-WIN] How can I organise my data from a total amount into tens?

2004-09-16 Thread Daniel Anderson
How can I organise my data from a total amount into tens? (B (BSo, say I have a total amount of something like: 50 (B (BI want to organise this so it organises each into 10's (B (Blike this: (B (BPAGE 1 (01 - 10) | PAGE 2 (11 - 20) | PAGE 3 (21 - 30) | PAGE 4 (31 - 40) | PAGE 5 (B(41-50)

Re: [PHP-WIN] Re: HELP - varible not passing from form

2004-08-26 Thread Daniel Anderson
The action tag does not work when you have the GET method on. To retrieve information from the form you should use POST. Well at least that's how it has worked for me anyway ;P - Original Message - From: "aRZed" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 23, 2004 10:

[PHP-WIN] change for exec function and safe_mode between win32 command line interface php 4.3.4 -> php 4.3.7 ?

2004-08-25 Thread Daniel Gaddis
s? Thanks, Daniel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] 1 item remaining in IE6

2004-07-21 Thread Daniel Crespo
Hi all Maybe, this is not for this discution group. However, I'll try to get help. I have an archive (image.php) that receives certain parameters to draw a line (if someone want an example of this, tell me). In my page, a make a lot of image.php requests, and the page where I'm putting them sh

[PHP-WIN] Did the exec function change between php 4.3.4 and 4.3.7?

2004-07-15 Thread Daniel Gaddis
l command string are treated as a single argument. Thus, echo y | echo x becomes echo "y | echo x". Any ideas what has happened? Thanks, Daniel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: php_gettext and php_iconv extensions

2004-06-25 Thread Daniel Blake
at home it will work on my domain. Daniel Blake - Original Message - From: "Frank M. Kromann" <[EMAIL PROTECTED]> To: "Daniel Blake" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 7:38 PM Subject: Re: [PHP-WIN] Re: php_gettext

[PHP-WIN] Re: php_gettext and php_iconv extensions

2004-06-25 Thread Daniel Blake
. It's working for me now. Daniel Blake "Daniel Blake" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Windows XP Pro PHP 4.3.4 c:\php c:\windows\php.ini extension_dir = "c:\php" extension=php_gd2.dll extension=php_gettext.dll extension=php_icon

[PHP-WIN] php_gettext and php_iconv extensions

2004-06-24 Thread Daniel Blake
ows\system How do you get these to work? I'm getting the error about not being able to load these modules because they can't be found. Daniel Blake -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Is there a way of...

2004-06-18 Thread Daniel Anderson
Is there a way of getting 24 Bit Colour PNGs to be transparent when you use the: CreateFromPNG(); function? I read through the PHP Manual, one Comment in the transparency page said that True Colour images are transparent only if they are Black (R: 0,G: 0, B: 0), I tried that but it has no effec

Re: [PHP-WIN] php script error

2004-06-18 Thread Daniel Anderson
Edit your PHP.ini file, and find the line: output_buffering set it to ON so it is like this: output_buffering = On This will allow you to output the information in any location of the document, and could resolve your problem. :) If you don't want to allow this then check that your script is w

[PHP-WIN] Which is more ideal for updating each row at a time in a MySQL database?

2004-05-31 Thread Daniel Anderson
Hi, can anyone recommend which of these is better for loading and updating one row at a time in a MySQL database? for() foreach() while() if...then() other...? What I am trying to do is make a PHP code open a table in a MySQL database, then it loads the information needed like Column 1 and Co

[PHP-WIN] How do you delete a cookie on the spot?

2004-05-30 Thread Daniel Anderson
Hi, can anyone tell me how to clear a cookie when the line comes up? Because the following: setcookie("name",""); does work yes, but not well enough. I need it to remove that cookie there and then. For example: You go through a login process to access a page, it sets a cookie with username and p

[PHP-WIN] Can someone tell me how to set an image transparent?

2004-05-23 Thread Daniel Anderson
Hi can someone please tell me how to make the colour attribute of an image transparent. The PHP Documentation is all well and good, but not one person on it is talking sense. http://www.php.net/manual/en/function.imagecolortransparent.php Thanks, Dan

[PHP-WIN] How do you filter out certain IP values?

2004-05-22 Thread Daniel Anderson
Hi, can anyone tell me how to filter out some IP values? For example: 80.2.*.30 Many thanks, Dan

[PHP-WIN] How do you do....

2004-05-18 Thread Daniel Anderson
Hi,   1: can anyone tell me how to do a session ID in the URL?   so you could have something like:   www.someserver.com/figures.php?what=about&sid=123d8asf87yf9013987rfr   How do I get it to do that sort of thing?   2: Can you change the font face in the Create Image thingy, so instead

[PHP-WIN] How do you get the image function to work?

2004-04-29 Thread Daniel Anderson
Hi, can anyone tell me how I can get the Image Create function for PHP to work properly? I have viewed the English manual at www.php.net and the comments posted don't really help to get this thing working, the GD Image Library says it is not for PHP. Can anyone help? Anything will be greatly a

[PHP-WIN] Arrays

2004-04-12 Thread Daniel Anderson
Hi, can anyone walk me through arrays please. I am new to PHP and arrays appear to come in many forms and I need help getting arrays working properly. Anything will be a great help, thanks, Dan

[PHP-WIN] RE: [PEAR] WARNING! Virus

2004-04-01 Thread Daniel Kopp
Hi! People who do not check anything that comes in by internet should see a doctor concerning suicidal tendences. Over here - every day I get at least one virus (probably 2-3). But ... who cares ... Norton, F-Secure and co. should care - but I ... got better things to do Regards Daniel >

RE: [PHP-WIN] test

2004-01-28 Thread Daniel Perez Clavero
No is not. Is the result of md5(My_first_script.php). I crypt it to hide the code, because was a shame until I debug it as it should be... ;-) Sorry. Just a Joke jeje -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] Sent: miércoles, 28 de enero de 2004 8:53 To:

[PHP-WIN] Re: open directory and read the file

2003-12-24 Thread Daniel Crespo
I think you have the problem in: $handle_file = fopen ($find_file, "r"); while (!feof ($handle_file)){ $buffer = fgets($handle_file, 4096); echo "$buffer"; } Right? Well, I think the next code could help you: "; } ?> This prints each line of the text file. I hope it helps you. "I

RE: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Daniel Perez Clavero
Could this parameters in your php.ini be wrong? mssql.max_persistent = -1 mssql.max_links = -1 Regards. -Original Message- From: Gerardo Rojas [mailto:[EMAIL PROTECTED] Sent: miércoles, 17 de diciembre de 2003 18:01 To: Omar; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] mssql_connect proble

[PHP-WIN] Re: php manual in pdf format?

2003-11-10 Thread Daniel
Rick Owen wrote: Greetings, I would like to find a copy of the php manual in pdf format that is something more than just the html file printed to Adobe PDF Writer. Is there one available that has page numbers in the table of contents, etc. I've ordered a couple of PHP books from Amazon, but th

[PHP-WIN] michaels question...

2003-08-14 Thread Daniel
to answer michaels question... to use a relative path, you must not include the "/" at the beginning of the path. if you have "/" at the beginning of the path, it goes all the way to the root directory. to access the relative folder "files/include.inc", type "files/include.inc", instead of "/files/

Re: [PHP-WIN] Re: How to compile a win32 php extension module ???

2003-08-14 Thread Daniel Beulshausen
isn't any real magic behind it... post left over questions to this list. grüsse aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP i need help please

2003-06-20 Thread Daniel Beulshausen
At 03:25 20.06.2003 +0200, Christoph Grottolo wrote: [EMAIL PROTECTED] (Daniel Beulshausen) wrote: >mit freundlichen grüßen aus berlin, >daniel welcome back to php... and thanks a lot for having implemented network access on win32. trying to get buisness rolling again... ( slowly :)

Re: [PHP-WIN] PHP i need help please

2003-06-20 Thread Daniel Beulshausen
At 13:33 19.06.2003 -0400, Kevin Ison wrote: danke Daniel... apparently multiple paths need to be encapsulated with quote marks. something i did not do. yes, colons are interpreted as line comments by the ini parser. btw: looking at the source of the java extension, it should use the CLASSPATH

Re: [PHP-WIN] PHP i need help please

2003-06-19 Thread Daniel Beulshausen
\classes. hope there's nothing wrong with cc-ing to the list... mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP i need help please

2003-06-17 Thread Daniel Beulshausen
AFAIR java is case sensitive :) try: $myClass = new Java("java.io.File","c:\\apache\\logs\\error.log"); mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Password generator

2003-06-17 Thread Daniel Beulshausen
umChar, $specialChar ); $returnValue = ''; mt_srand( lcg_value() * 1 + time() ); $returnValue .= $alphaNumChar[ array_rand( $alphaNumChar ) ]; if( ( $length -= 2 ) > 0 ) { while( $length-- > 0 ) { $returnValue .= $allChars[ array_rand( $allChars ) ]; } } $returnValue .= $alphaNumChar[ array_rand( $alphaNumChar ) ]; return $returnValue; } echo generatePassword(); ?> <<< mit freundlichen grüßen aus berlin, daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Using the installshield vs manually

2003-06-17 Thread Daniel Crompton
Hi Thanks for the feedback. I think we are talking about different things here. I am asking specifically about the PHP installshield vs the manual way and any security issues/differences the installsheild in itself creates. The other things you mention like making sure win2k is patched with the

Re: [PHP-WIN] Using the installshield vs manually

2003-06-16 Thread Daniel Crompton
Hi Phil Thanks for the info. The thing is i have already installed using the installshield on a number of online servers and this all works perfectly fine. It appears i do not need any of the extra extension modules which are only installed with the zip version because everything is working ok us

Re: [PHP-WIN] Using the installshield vs manually

2003-06-15 Thread Daniel Crompton
- Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: "Daniel Crompton" <[EMAIL PROTECTED]> Cc: "Windows Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Sunday, June 15, 2003 7:17 PM Subject: Re: [PHP-WIN] Using the installshield vs ma

[PHP-WIN] Using the installshield vs manually

2003-06-15 Thread Daniel Crompton
Hi There are two ways to install php on win2k, either manually or using the installshield. I have always installed php using the windows installshield which has always worked perfectly. (win2k/iis) The paragraph below suggests you should not install php this way. Can anyone tell me why this sa

RE: [PHP-WIN] ldap_start_tls

2003-03-21 Thread Daniel Diehl
Hi Bryan, do ya have enabled the module in the php.ini ?? Please make a and look if the module is probably loaded.. Cheers, Daniel > -Original Message- > From: Bryan Thoreson [mailto:[EMAIL PROTECTED] > Sent: Freitag, 21. März 2003 20:24 > To: [EMAIL PROTECTED] >

[PHP-WIN] WIN 2000 ACCESS VIOLATION PROBLEMS

2003-03-05 Thread Daniel Masson
, AND FINALLY I GET FROM IE "THE PAGE CANNOT BE DISPLAYED" THIS IS HAPPENING WITH 4.2.1 AND 4.3.0 INSTALLED AS IIS MODULE. ANY IDEAS ABOUT HOW TO SOLVE THIS ??? Daniel E Massón. Ingeniero de desarrollo [EMAIL PROTECTED] Imagine S.A. Su Aliado E

RE: [PHP-WIN] SQL SERVER TRUSTED CONNECTION HELP

2003-01-30 Thread Daniel Masson
- From: Daniel Masson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 16:27 To: 'PHP-WIN' Subject: [PHP-WIN] SQL SERVER TRUSTED CONNECTION HELP Hello list. I know about sql server authentication (windows and sql) y installed sql server 2000 on an win xp box, and my server alread

[PHP-WIN] SQL SERVER TRUSTED CONNECTION HELP

2003-01-30 Thread Daniel Masson
Hello list. I know about sql server authentication (windows and sql) y installed sql server 2000 on an win xp box, and my server already has "SQL and windows authentication", and still my php script goes "Login failed for user 'myuser'. Reason: Not associated with a trusted SQL Server connection.

[PHP-WIN] Excel

2003-01-30 Thread Sichta Daniel
Hi, cfg: IIS 5.1, php4.1.2 After submiting web form I'm creating Excel file on server. Then I need to show it in client browser. How can I do it ? Ing. Daniel Šichta EIF AS TIS SWH s.r.o. Bytčická 2 010 01 Žilina tel.: +421 41 505 5889 fax: +421 41 505 5809 <mailto:[EMAIL P

[PHP-WIN] Re:[PHP] Register globals on and off

2003-01-29 Thread Daniel Leighton
/manual/en/configuration.directives.php I've also used this format in apache conf files and, I believe, in .htaccess files: php_value include_path /web/lib/php:. Daniel At 7:52 AM +0100 on 1/30/03, Davy Obdam wrote: >Hello people, > >On my development machine (win XP/Apache 2.

[PHP-WIN] Bar code reader

2003-01-20 Thread Sichta Daniel
Hi, cfg: w2k, MSSQL, php4.2 Any idea how to read %subject% ? THX Ing. Daniel Šichta EIF AS TIS SWH s.r.o. Bytčická 2 010 01 Žilina tel.: +421 41 505 5889 fax: +421 41 505 5809 <mailto:[EMAIL PROTECTED]> <http://www.swh.sk/> ICQ:84700861 -- PHP Windows Mailin

Re: [PHP-WIN] secure ldap connections

2003-01-14 Thread Daniel Fisher
On Tue, 14 Jan 2003 08:37:44 +0200 Leon <[EMAIL PROTECTED]> wrote: > Hi Daniel > > Very important: TLS is NOT SSL The start TLS is almost guaranteed not to > work for secure layer communication to your LDAP server. (You do need two > dll files in your win\sys32 direct

[PHP-WIN] secure ldap connections

2003-01-13 Thread Daniel Fisher
produces the error: 'Unable to bind to server', when a bind is attempted. Our ldap logs show a connection being opened and then immediately closed. I also tried downloading and installing libsasl.dll, but this had no effect on my problem. Does this version php for windows suppport secure

[PHP-WIN] pfpro on win2000

2002-12-19 Thread Daniel Masson
Hello list !!! Id like to know if theres a way to enable pfpro extension on windows 2000 ... Im currently usong 4.2.3 and i havnt seen any dll for this extension in the distro Thanks for your help .. Regards. Daniel. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe

[PHP-WIN] Strange problem

2002-11-14 Thread Sichta Daniel
error like "Page cannot be found" . It's not 404 error but simmilar. Then I swith o the CGI and it's working OK. Any Ideas ? Ing. Daniel Šichta SWH s.r.o. Bytčická 2 010 01 Žilina tel.: +421 41 505 5889 fax: +421 41 505 5809 mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROT

Re: [PHP-WIN] header:location question = PROBLEM SOLVED

2002-11-13 Thread Daniel Sturk
thanks alot the problem was solved easily with this code: (i forgot to tell that i the url arrived from another page) function fwdPage() { location="<?php print $url; ?>"; } best regards Daniel - Original Message - From: "RS Herhuth" <[EMAIL

[PHP-WIN] header:location question

2002-11-08 Thread Daniel Sturk
header redirect any ideas? im quite new at this thanks daniel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Session timeOut

2002-10-25 Thread Sichta Daniel
Hi, cfg: w2k prof, apache 1.3, php 4.2.3 Is there any way to set %subject% ? I need to take some action when client do not touch keyboard for specific amount of time THX Dan

[PHP-WIN] OT

2002-10-23 Thread Sichta Daniel
Hi, CFG: w2k, IIS, php4.0.6 as CGI I have problem with IIS. It's harcoded to 10 connections. When I do refresh few times I get error 403.9 Access Forbidden: Too many users are connected Internet Information Services. No one is connected (accept me) to this server. Any idea? Thanks in a

[PHP-WIN] Mssql how to ??

2002-10-11 Thread Daniel Masson
!! Any help would be very helpful Cordialmente Daniel Massón => Ingeniero de desarollo [EMAIL PROTECTED] www.imagine.com.co Tels: (57)(1) 2182064 - 6163218 Bogotá - Colombia - Soluciones web para internet e intranet - Aseso

[PHP-WIN] Win nt logon user how to ?

2002-10-11 Thread Daniel Masson
) ... this variable is not on enviroment list. is it possible what i want to do ?? Thanks every1 !! Regards Daniel. -Mensaje original- De: Uttam [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 07 de octubre de 2002 9:03 Para: 'R Strang' CC: [EMAIL PROTECTED] Asunto: [PHP-W

RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver...

2002-09-27 Thread Sichta Daniel
Me too !! THX DS -Original Message- From: Jody Cleveland [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Getting at addressbook information on an Exchange S erver... Me too? Thanks! Jody Cleveland > -Original Mess

Re: [PHP-WIN] Query to MySQL

2002-09-25 Thread Daniel Gustafsson
I bet you it's the ' around the currentdate()-function that causes it to interpret it as a string instead of a function call. And afaik there is no currentdate()-function in mysql, it's now(). At 15:02 2002-09-25 -0400, Marlene Burckhalter wrote: >I am trying to display an event calendar in an

[PHP-WIN] about session

2002-09-24 Thread Sichta Daniel
Hi, env: WXP prof, php 4.12 I need to destroy session on . Only way I can do it (so far) is opening new small window on unload event and in this new window I call session_destroy. Is there any other way ? DS mailto:[EMAIL PROTECTED] http://www.swh.sk

Re: [PHP-WIN] @include ...

2002-09-24 Thread Daniel Gustafsson
At 23:01 2002-09-24 +0200, Wolfgang Schneider wrote: >Hello, > >I have a question about a syntax I had not noticed until now and I >could not find an explanation for the inclusion of the character "@" >in from of function statment ... > >What's the difference between these: >(1) @include("../lang/

Re: [PHP-WIN] Re: gd library with gif support for latest php build

2002-08-17 Thread Daniel Gustafsson
At 20:12 2002-08-17 +0530, Deepak Kumar Vasudevan wrote: >There is one utility of PHP_GD at http://php.weblogs.com (which supports >GIF) as the site says. Try that out. Thanks, but that one's for 4.0.4. I need it for the latest php build. -- PHP Windows Mailing List (http://www.php.net/) T

[PHP-WIN] gd library with gif support for latest php build

2002-08-17 Thread Daniel Gustafsson
Is there a patched gd module available for windows somewhere? I really need gif support. What alternatives are there out there btw? Any neat utility/module that can convert gif -> png (or whatever) on the fly? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

RE: [PHP-WIN] PHP & "POST"

2002-08-14 Thread Daniel Masson
Scoot said it all !! .. Just one more little thing , .. When posting a form using POST you do a response page lets say form.php, if you want to reload the page the browser will ask you to send the data again so form.php can handle the data again, you dont have this problem with GET because, as s

[PHP-WIN] session, error occuring when using session_start()

2002-08-13 Thread Daniel Canil
me at [EMAIL PROTECTED] Much appreaciated Daniel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Mysql connect through proxy

2002-08-13 Thread Daniel Masson
Hello everyone id like to know if theres a way to connect to mysql via proxy ... I really need to !! Any tip or help would be very useful !! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Creating a zip through php

2002-08-12 Thread Daniel Massón
Theres a winzip command support add-on ... is very good and should be useful ... - Mensaje original - De: Scott Carr Enviado: lunes, 12 de agosto de 2002 9:36 Para: Rahul CC: PHP Windows Asunto: Re: [PHP-WIN] Creating a zip through php Anything is possible. :-) I'd suggest using a Z

RE: [PHP-WIN] progress bar

2002-08-12 Thread Daniel Massón
Hi ... As a little tip .. i recently created an ftp application ... a script does the transfer and then another script in a little pop-up cheks the size of the file and creates a progress bar ... maybe if your script copies files you can always check the stat of the files and compare with the

[PHP-WIN] Full path of selected file on client machine

2002-08-03 Thread Daniel Massón
ed some help on this ... Thanks Daniel _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP on IIS CGI timeout problems

2002-08-03 Thread Daniel Massón
Hi there !! ... im Daniel im new in the list !! Hi there !!! Im Daniel ... im new in the list !! Im working with php on IIS 4 .. its an ftp client but im having problems when the file size is too large ... i already increased the CGI timeout on the server and it worked !! ... but im

[PHP-WIN] Domain validiation in php??

2002-07-09 Thread Daniel Ryhle
Hi folks! Is there anyone that can tell me if it is possible to validate users in php on a windows machine against domain accounts?? Really need to know if its possible and if it is, the how. Thanks in advance! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://

[PHP-WIN] Re: Set Locale

2002-07-01 Thread Daniel Berwig
setlocale (LC_ALL, "PT_BR"); or if under windows: setlocale (LC_ALL, "Portuguese Brazil"); Best Regards, Daniel Berwig. "Saci" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For example > >

[PHP-WIN] File upload

2002-06-27 Thread Daniel Berwig
or is webmaster. Generated Thu, 27 Jun 2002 19:35:05 GMT by www.hitec.com.br (Squid/2.4.STABLE1) Any ideas? Thanks in advance and Best regards, Daniel Berwig -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Daniel Berwig
i file and make sure it is configured like this: session.use_cookies = 1 Please let me know if you've got to solve the problem. Best Regards, Daniel Berwig. "Michael" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > M

[PHP-WIN] HTTP Upload of large files

2002-06-25 Thread Daniel Berwig
I'm trying to make a page for file uploads. For small files, everything goes ok, but doesn't work when I try to upload large files. The limit size for uploading is suposed to be 100Mb. I've set up my php.ini with this config: post_max_size = 100M memory_limit = 128M upload_max_filesize = 100M W

Re: [PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Daniel Beulshausen
ge.references.php in particular http://www.php.net/manual/en/language.references.return.php daniel /*-- Daniel Beulshausen - [EMAIL PROTECTED] Using PHP on Windows? http://www.php4win.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] onUnload

2002-05-29 Thread Sichta Daniel
Hi, apache, php 4.2.0, w2k problem: index.php: killsession.php: session_start(); session_unset(); session_destroy(); When I open index.php in one browser everything works fine - session from %session.save_path% just disappeared. But when I open index.php in two or more browsers it just don't wo

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Daniel Reichenbach
As far as I understood allow_call_time_pass_reference can only be set via php.ini. So your ISP would have to do this for you. He could even do this for your domain(s) only. Daniel > thats the problem, my ISP has this set to OFF and I need to > know how I can change it locally. >

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Daniel Reichenbach
Try using: allow_call_time_pass_reference = On in your php.ini. This should turn the warning off. Daniel > -Original Message- > From: Martin.Andrew [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 11, 2002 3:35 PM > To: Php-Windows > Cc: Daniel Reichenbach > Sub

RE: [PHP-WIN] Warnings...

2002-04-11 Thread Daniel Reichenbach
The only reference i found is here: http://www.php.net/manual/en/function.ini-set.php But no description what it does :-( If i understood it right, you called a function like this myFunction(&$variable) You can do the following, which should work. I use it myself to pass references to database

[PHP-WIN] IIS + Oracle 7.* connection

2002-03-25 Thread Daniel Ryhle
Hi! I never connected to a oraxcle db before and this is my problem: I need to connect to an oracle db through the network. I have SID, user id, pass and ip adress. My IIS system is placed on a win2k machine with php4 installed. Can anybody post the complete code over a login/query procedure ag

  1   2   3   >