RE: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-20 Thread Gustav Wiberg
Hi! How good. You're welcome. Sometimes even the simplest things are effective enoguh! :-) Stut has answered about split so I won't repeat... Best regards /Gustav Wiberg -Original Message- From: Greg Cocks [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 20, 2008

RE: [PHP-WIN] Newbie - am wondering how to use PHP (?) to get the name of the user logged on to 'my' https:// site

2008-02-19 Thread Gustav Wiberg
Hi! It depends on version of PHP, but try with... $username = $_SERVER["AUTH_USER"] $username = $_SERVER["PHP_AUTH_USER"] Se more in the server-varriables: http://se2.php.net/reserved.variables Best regards /Gustav Wiberg -Original Message- From: Greg

RE: [PHP-WIN] Confused

2008-01-21 Thread Gustav Wiberg
Hi! Aha. Thanks. Good to know for next project with AD involved :-) Vänligen/Regards Gustav Wiberg Developing Engineer HMN Konsult -Original Message- From: Aaron Kenney [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 4:44 PM To: Gustav Wiberg Cc: php-windows@lists.php.net

RE: [PHP-WIN] Can't get MySQL extensions to load

2008-01-16 Thread Gustav Wiberg
Hi! Strange. Never heard but Ok - good that you worked it out! Vänligen/Regards Gustav Wiberg Developing Engineer -Original Message- From: Bruce Cowin [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 9:54 PM To: Gustav Wiberg; 'Patrick Farley'; 'php-window

RE: [PHP-WIN] Can't get MySQL extensions to load

2008-01-16 Thread Gustav Wiberg
Hi! If phpinfo points at c:\windows - that's where the php searches for settings in first place. Try to copy php.ini from c:\php to c:\windows and see the result. Vänligen/Regards Gustav Wiberg Developing Engineer = DET SKA VARA LÄTT ATT TA RÄTT B

RE: [PHP-WIN] using AD/Windows authentication - multiple prompts

2007-12-13 Thread Gustav Wiberg
x27;t found any documentation on this , not even from Microsoft so I really can't tell you why this is the case. I hope this information helps! Best regards /Gustav Wiberg -Original Message- From: Sean Cotter [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 9:20 PM To: php-w

[PHP-WIN] Password - decryption?

2007-11-27 Thread Gustav Wiberg
d and "forward it" to a function decrypted without knowing the actual password ? Best regards /Gustav Wiberg

RE: [PHP-WIN] infinite loop

2007-11-21 Thread Gustav Wiberg
Why in earth do you want to create an infinite loop??? Seems to me that you should consider another solution without knowing why... Best regards /Gustav Wiberg -Original Message- From: Nishantha Pradeep [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 21, 2007 9:28 AM To: php

RE: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-11 Thread Gustav Wiberg
n't seem to run and some system it does. I don't know why, but when IIS Out Of process-component service is active then the word-object-com-"application" work. I can't give you any working application though, because the server I'm testing on is at a customer.

Re: [PHP-WIN] Reading files from Win 2003 Server

2007-10-10 Thread Gustav Wiberg
Hi! I haven't managed to use UNC-pat \\SERVER\computer... etc... with PHP But it's might be possible to do some network-mapping - a letter with the directory? and then access the mapping-letter through PHP? Best regards /Gustav Wiberg - Original Message - From: "

Re: [PHP-WIN] Permissions on Server 2003

2007-10-10 Thread Gustav Wiberg
. Best regards /Gustav Wiberg - Original Message - From: "Alexis" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 10, 2007 11:01 PM Subject: [PHP-WIN] Permissions on Server 2003 Hi, I am trying to read the contents of a directory on a Server 2003 network. I have remo

Re: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-10 Thread Gustav Wiberg
:-) Best regards /Gustav Wiberg - Original Message - From: "John Mertic" <[EMAIL PROTECTED]> To: "Gustav Wiberg" <[EMAIL PROTECTED]> Cc: "PHP-Windows Group" Sent: Wednesday, October 10, 2007 10:07 PM Subject: Re: [PHP-WIN] PHP-memory leak wit

Re: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-10 Thread Gustav Wiberg
Hi! It was just an example, but say Yes. Does it make a difference? Best regards /Gustav Wiberg - Original Message - From: "John Mertic" <[EMAIL PROTECTED]> To: "Gustav Wiberg" <[EMAIL PROTECTED]> Cc: "PHP-Windows Group" Sent: Wednesday,

Re: [PHP-WIN] PHP-memory leak with COM-objects?

2007-10-10 Thread Gustav Wiberg
hn pushes Save-icon he saves the new information TO the temporarily stored file IF he doesn't use Save AS... Please come with suggestions :-) Best regards /Gustav Wiberg - Original Message - From: "John Mertic" <[EMAIL PROTECTED]> To: "Gustav Wiberg" <

[PHP-WIN] PHP-memory leak with COM-objects?

2007-10-10 Thread Gustav Wiberg
same memory-space as ISAPI when running as ISAPI-module. http://php.oregonstate.edu/manual/en/class.com.php What do you guys thinks about above? Give me some feedback, please :-) Best regards /Gustav Wiberg No virus found in this outgoing message. Checked by AVG Free Edition. Version

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Gustav Wiberg
Hi! I apologize.. Of course cookies are stored IN files. That was I meant. Best regards /Gustav Wiberg Ps. You should see what I meant, not what I typed ;-) -Original Message- From: Warren Vail [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 8:51 AM To: 'Gustav W

RE: [PHP-WIN] Authentication Question!

2007-10-09 Thread Gustav Wiberg
other hand (It depends of the application what you need) Best regards /Gustav Wiberg -Original Message- From: Matthew Gonzales [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 8:23 PM To: PHP-Windows Group Subject: [PHP-WIN] Authentication Question! Hello, Could some one o

RE: [PHP-WIN] VBScript - TO - PHP... Open-Method-COM+

2007-10-09 Thread Gustav Wiberg
Hi! Aha. Ok. I used $word->Selection->Documents->Open("c:\\www\\test.doc"); instead of $word->Documents->Open("c:\\www\\test.doc"); Thanx! /Gustav -Original Message- From: Niel Archer [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 11:13 AM To: php-windows@lists.php.net Sub

[PHP-WIN] VBScript - TO - PHP... Open-Method-COM+

2007-10-09 Thread Gustav Wiberg
#x27;Verdana'; $word->Selection->Font->Size = 16; $doc = $word->Selection->Document; $docName = "c:\\www\\test.doc"; $doc->Open($docName); ?> What am I doing wrong/thinking wrong? Best regards /Gustav Wiberg No virus found in this outgoing message

RE: [PHP-WIN] Com++ Word AND PHP?

2007-10-09 Thread Gustav Wiberg
/Gustav -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 3:28 PM To: Gustav Wiberg Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Com++ Word AND PHP? Also try doubling up the backslash or using a forward slash on Windows $word->Documents

[PHP-WIN] Word Object Model...?

2007-10-08 Thread Gustav Wiberg
).aspx Is there specific in Word that has to been installed for COM+ to work? Best regards /Gustav Wiberg Version echo "I'm using MS Word {$word->Version}"; //It's better to keep Word invisible $word->Visible = true; //Creating new document $word->Documen

RE: FW: [PHP-WIN] Com++ Word AND PHP?

2007-10-08 Thread Gustav Wiberg
or the Windows version of PHP." Just for you to know :-) /Gustav -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 3:49 PM To: George Pitcher Cc: Gustav Wiberg; php-windows@lists.php.net Subject: Re: FW: [PHP-WIN] Com++ Word AND PHP? George

RE: [PHP-WIN] Com++ Word AND PHP?

2007-10-08 Thread Gustav Wiberg
line 19 Den begärda medlemmen i en av samlingarna finns inte. = Member in one of the collections doesn't exist The error still "points" at line where SaveAs-member is typed in. /Gustav -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Monday, Oct

RE: [PHP-WIN] Com++ Word AND PHP?

2007-10-08 Thread Gustav Wiberg
Hi Nope it didn't seem to solve it. Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 3:20 PM To: Gustav Wiberg Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Com++ Word AND PHP? Perhaps changing the 0

FW: [PHP-WIN] Com++ Word AND PHP?

2007-10-08 Thread Gustav Wiberg
-Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 3:02 PM To: Gustav Wiberg Subject: RE: [PHP-WIN] Com++ Word AND PHP? Gustav, > I'm trying to run Word and save as a document in PHP. I have tested... > > $word = new COM(&qu

[PHP-WIN] Com++ Word AND PHP?

2007-10-08 Thread Gustav Wiberg
} thrown in C:\www\testword2.php on line 18 I have setup a locally account which logs in to IIS and have set the rights in ComponentServices/Microsoft word. The word-application seems to initiate but the save-as doesn't seem to work. I'm using IIS on a windows XP. (I want to test locally

RE: [PHP-WIN] $_GET of a parent frame?

2007-10-02 Thread Gustav Wiberg
Hi! You would have to use Javascript to fix this. Maybe store a variable in a form in another frame and reference it from the mainframe. Best regards /Gustav Wiberg -Original Message- From: GP [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 9:44 AM To: php-windows

RE: [PHP-WIN] PHP SYSTEM() on IIS

2007-09-30 Thread Gustav Wiberg
swedish only) . And then click on the Edit... -button. Uncheck "anonymous access" and make sure that "Integrated Windows authentification" is checked. Click Ok, and then it should work. Best regards /Gustav Wiberg Ps. Because I have swedish version only, there might be some wor

RE: [PHP-WIN] IE7/PHP-debugging?

2007-09-26 Thread Gustav Wiberg
Hi! I can't find that option... I have found the dialog but not the option... Best regards /Gustav Wiberg -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 4:06 PM To: php-windows@lists.php.net Subject: RE: [PHP-WIN] IE7/PHP-debu

[PHP-WIN] IE7/PHP-debugging?

2007-09-26 Thread Gustav Wiberg
who knows about some utility to check what's going wrong in IE together with PHP-applications? Would be happy to have that utility because IE itself doesn't explan anything about errors... Best regards /Gustav Wiberg No virus found in this outgoing message. Checked by AVG Free

RE: [PHP-WIN] Outlook 2007

2007-09-13 Thread Gustav Wiberg
) Enough said. And again, I apolgoize very much! Best regards /Gustav Wiberg -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 6:37 PM To: Gustav Wiberg Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Outlook 2007 Gustav, it&#x

Re: [PHP-WIN] Outlook 2007

2007-09-12 Thread Gustav Wiberg
Hi! I reprhase my question. Is there any alternative in PHP? Best regards /Gustav Wiberg - Original Message - From: "Niel Archer" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 12, 2007 6:30 PM Subject: Re: [PHP-WIN] Outlook 2007 Hi! I'm using Outlook-pr

[PHP-WIN] Solution - COM Objects - ActiveX etc.?

2007-09-12 Thread Gustav Wiberg
this protocol is disabled in Outlook 2007) If it's a large company is about, then what is need on the server to get COM-objects (Outlook-object) to work? Is it neccessary to have Outlook installed on the server if COM-objects are used? Or is Exchange Server the only way? Best regards /G

[PHP-WIN] Outlook 2007

2007-09-12 Thread Gustav Wiberg
Hi! I'm using Outlook-protocol when I do some hyperlinking. This only works with version earlier than Outlook 2007. Example :Test works together with Outlook 2003, but not with Outlook 2007. What is the option/alternative to get this to work in Outlook 2007? Best regards /Gustav Wiberg

RE: [PHP-WIN] File-error code?

2007-09-10 Thread Gustav Wiberg
Hi! I have solved the problem, but I just wondered if there were any options. I use @scandir, and when no error occurs then it shows folders from the specified folder in scandir-function. But this doesn't seem like "good" programming practice... ;-) Best regards

RE: [PHP-WIN] Re: Memory leak occurs when exec() function is used on Windows platform

2007-09-10 Thread Gustav Wiberg
Hi! Can't you just test if the file contains anything, and if it doesn THEN run exec-command? Best regards /Gustav Wiberg -Original Message- From: Melmack [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:17 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Re: M

RE: [PHP-WIN] File-error code?

2007-09-10 Thread Gustav Wiberg
Hi! Ok. That is the only option then? Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 2:10 PM To: Gustav Wiberg; php windows Subject: Re: [PHP-WIN] File-error code? You can use is_file() and is_readable() to

[PHP-WIN] File-error code?

2007-09-10 Thread Gustav Wiberg
Hi! I test using readfile($filename) and that's ok. When I'm logged in with "incorrect user" I get permission denied... Is there any way of retrieving the "permission denied" code? when using readfile? (or any other error regarding to readfile-function? Best re

RE: [PHP-WIN] Why are errors displayed?

2007-09-07 Thread Gustav Wiberg
I solved it... It was an php_isapi.dll - file that got to wrong path.. When adding a new website... Strange ): Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Friday, September 07, 2007 1:38 PM To: Gustav Wiberg Cc: php-windows

[PHP-WIN] php-files not found?

2007-09-07 Thread Gustav Wiberg
es!?) Please help! What could this be? Best regards /Gustav Wiberg

[PHP-WIN] upload files with spaces - solved

2007-09-07 Thread Gustav Wiberg
Sometimes you would have a great laugh... I thought i was that it was spaces in filename that I couldn't upload files,but it actually was the MAX_FILE_SIZE-directive that messed it up.. Thanx all of you for your help! Best regards /Gustav WIberg No virus found in this outgoing me

[PHP-WIN] Why are errors displayed?

2007-09-07 Thread Gustav Wiberg
o I have to set full rights in the session-data-folder independet which user is logged in on the web... (it is NOT reachable anonymously) - you have to log on to the network. It's an intranet Best regards /Gustav Wiberg No virus found in this outgoing message. Checked by AVG Free Edition.

RE: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi again! Se my other mail regarding tmp_name Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 6:12 PM To: Gustav Wiberg Cc: 'php-windows@lists.php.net' Subject: Re: [PHP-WIN] space in filenames when

RE: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi! Another step on the way.. I don't get any tmp-file with $_FILES['frmPicture']['tmp'] when I try to upload files with spaces... What could that be? Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, Sept

RE: [PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
or so on... Best regards /Gustav -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 6:01 PM To: Gustav Wiberg Cc: 'php-windows@lists.php.net' Subject: Re: [PHP-WIN] space in filenames when uploading? Gustav Wiberg wrote: > When usi

[PHP-WIN] space in filenames when uploading?

2007-09-05 Thread Gustav Wiberg
Hi! When using file-upload. IS there a restriction of uploading filenames when they have space in it? I would like to be able to upload those files as well... like my name gustav wiberg.jpg Best regards /Gustav Wiberg

RE: [PHP-WIN] path + filename

2007-09-05 Thread Gustav Wiberg
Hi! Yes I thought so, so I did exactly what do you typed.. A little bit of Javascript did the trick! Thanx again! Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 5:26 PM To: Gustav Wiberg Cc: php-windows

[PHP-WIN] path + filename

2007-09-05 Thread Gustav Wiberg
am\filename.doc Best regards /Gustav Wiberg No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.485 / Virus Database: 269.13.5/990 - Release Date: 2007-09-04 22:36 -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Browse/file-button - default path?

2007-09-05 Thread Gustav Wiberg
Hi! Ok, thank you! That was all I want to know... :-) Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 2:46 PM To: Gustav Wiberg Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Browse/file-button

[PHP-WIN] Browse/file-button - default path?

2007-09-05 Thread Gustav Wiberg
Hi! When using a browse- (FILE-button) in a form, then I want to use default path like c:\test. Is this possible to achieve this through PHP??? I want to come to c;\test when I push the file-button (no matter what the path was before) Best regards /Gustav Wiberg No virus found in this

RE: [PHP-WIN] open/download file not under www-root

2007-09-05 Thread Gustav Wiberg
Hi there! Thank you! It worked so fine.. Cool! :-) Best regards /Gustav Wiberg -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 4:10 AM To: Gustav Wiberg Cc: 'Stut'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'

RE: [PHP-WIN] open/download file not under www-root

2007-09-05 Thread Gustav Wiberg
Hi! Ok, I will try this... :-) Best regards /Gustav Wiberg -Original Message- From: Armando [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 4:10 AM To: Gustav Wiberg Cc: 'Stut'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; 'php-windows@l

RE: [PHP-WIN] open/download file not under www-root

2007-09-04 Thread Gustav Wiberg
Hi Stut! Exactly what does that mean? Do you have any references? Please send :-) Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 2:02 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; php-windows

[PHP-WIN] open/download file not under www-root

2007-09-04 Thread Gustav Wiberg
Hi! Windows 2003 Server/PHP 5.0.1 Is it possible to download a file from a server that is at for example u:/documents/ which is not under the www-root? How would I reference that file. (I just want to open it -for example a word-file) /Gustav No virus found in this outgoing message. Ch

RE: [PHP-WIN] Directory browser

2007-08-30 Thread Gustav Wiberg
Hi! Anyone who know of something similar would be great! (It wasn't exactly what I was looking for when I saw the code...) Best regards /Gustav Wiberg -Original Message- From: Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 12:07 PM To: Gustav Wiberg; php-wi

RE: [PHP-WIN] Directory browser

2007-08-30 Thread Gustav Wiberg
Hi! I thought so also, but you hade to select the folder folderphp on the http://bisqwit.iki.fi/folderphp/ and download each file separatly. I've got a quick Reply from the author. Thanks anyway! :-) Best regards /Gustav Wiberg -Original Message- From: Jason [mailto:[

[PHP-WIN] Directory browser

2007-08-30 Thread Gustav Wiberg
Hi there! Is there anyone who know of a free directory browser like this one? http://bisqwit.iki.fi/folderphp/ I would like to use it, but I can't found any download-link ): Best regards /Gustav Wiberg

FW: [PHP-WIN] FW: Which function?

2007-08-30 Thread Gustav Wiberg
-Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 11:15 AM To: '[EMAIL PROTECTED]' Subject: RE: [PHP-WIN] FW: Which function? Hi! I got it working anyhow (just before you sent your answer- thanx by the way!) The problem was

[PHP-WIN] FW: Which function?

2007-08-30 Thread Gustav Wiberg
Some more info: I get this (Javascript) error from Firebug: unterminated string literal Tip('\n Is this something that could be solved in php? Best regards /Gustav Wiberg -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Thursday, August 30, 2007 10:25

[PHP-WIN] Which function?

2007-08-30 Thread Gustav Wiberg
) I tried with http://se.php.net/manual/sv/function.htmlentities.php but that didn't seem to work Best regards /Gustav Wiberg No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.484 / Virus Database: 269.12.12/979 - Release Date: 2007-08-29 20:21

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread Gustav Wiberg
Hi there! Aaah. The problem was that I was forced to used HMN\abcd ... Thanx for all feedback (from all of you!)! Best regards /Gustav Wiberg - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Monday, August 27, 2007 2:07 PM Subject: Re: [PHP-WIN] PHP Windows Ins

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread Gustav Wiberg
orer. Is there any way besides ldap I can achieve that? Is LDAP right or wrong way to go? /Gustav - Original Message - From: "Gustav Wiberg" <[EMAIL PROTECTED]> To: "John Mertic" <[EMAIL PROTECTED]> Cc: Sent: Monday, August 27, 2007 9:02 AM Su

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-27 Thread Gustav Wiberg
I don't use username and password I don't recieve any errors. $ad = ldap_connect(ldap://hmnr,389) or die("Couldn't connect to AD!"); ldap_set_option($ad, LDAP_OPT_PROTOCOL_VERSION, 3); ldap_set_option($ad, LDAP_OPT_REFERRALS, 0); $bd = ldap_bind($ad) or die("Coul

Re: [PHP-WIN] PHP Windows Installer maintainer finally joins the list

2007-08-24 Thread Gustav Wiberg
#x27;t contact LDAP server in C:\www\utveckling\ldap2.php on line 14 Is there something wrong in my dn ? hmnr is the webbserver Best regards /Gustav Wiberg - Original Message - From: "John Mertic" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Friday, August 2

Re: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hi again! Sorry I'm so dumb, but what exactly should I download? I've tried to download OpenLDAP (Is this wrong?) ftp://ftp.openldap.org/pub/OpenLDAP/openldap-stable/openldap-stable-20070110.tgz but I found no php_ldap.dll Best regards /Gustav Wiberg - Original Message -

RE: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
ns on php.net but I got lost... Best regards /Gustav Wiberg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 4:04 PM To: Gustav Wiberg Subject: Re: [PHP-WIN] Confused I don't know exactly how to do it but LDAP connection is avai

FW: [PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hello! IS Active Directory an LDAP server? (dumb question I know but I need to know :-)) Best regards /Gustav Wiberg -Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 3:53 PM To: 'php-windows@lists.php.net' Subject: [PHP-WIN] Co

[PHP-WIN] Confused

2007-08-24 Thread Gustav Wiberg
Hi! LDAP Server, LDAP Client LDAP is a protocol LDAP Client is needed to be installed and compiled together with PHP so it would work. Do I Have to install an LDAP Server also? Where do I find that? *can't figure it out really* /Gustav

RE: [PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread Gustav Wiberg
Hi! "You can have IIS authenicate the users a" Do you mean IIS - virtual web server-functions? http://se2.php.net/manual/en/ref.iisfunc.php /Gustav -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 1:57 PM To: Gustav Wibe

RE: [PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread Gustav Wiberg
Hi! I have googled some and came up with LDAP and ADsDSOObject. (ADSI) Anything you know of? Is IIS the easisest way to go? Best regards /Gustav Wiberg -Original Message- From: John Mertic [mailto:[EMAIL PROTECTED] Sent: Friday, August 24, 2007 1:57 PM To: Gustav Wiberg Cc: php

[PHP-WIN] Windows Active Directory AND PHP ?

2007-08-24 Thread Gustav Wiberg
Hi! Is it possible to use Windows-active-drectory-users rights to view diffrent folders on the same server that the IIS / Windows 2003 Server is on? What would I look for ? (google for) Where do I start? I'm not sure, so please give me a hint :-) Best regards /Gustav Wiberg

RE: [PHP-WIN] Help with if

2007-08-07 Thread Gustav Wiberg
Hi! Oh, sorry. I seem to have some things ... Try setting a variable to show PHP-errors (seems like PHP doesn't show errors on your server) Try this code instead: You must get some kind of return-value / errors / notices... Best regards /Gustav Wiberg -Original Message-

RE: [PHP-WIN] Help with if

2007-08-06 Thread Gustav Wiberg
Hi! I saw a several things that other people has pointed out, but there is another thing... You are missing '; after height="1" echo 'https://www.paypal.com/cgi-bin/webscr"; method="post"> https://www.paypal.com/en_US/i/btn/x-click- but24.gif" border="0" name="submit" alt="Make payments wit

RE: [PHP-WIN] Can php execute separte .net file

2007-08-06 Thread Gustav Wiberg
Hi! My question is: What are trying to achieve? Why do you want a PHP-interpreter do execute asp.net - files? Best regards /Gustav Wiberg -Original Message- From: Tony Trapp [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 3:58 AM To: php-windows@lists.php.net Subject: [PHP

RE: [PHP-WIN] Re: Small Help

2007-07-31 Thread Gustav Wiberg
Hi! If you need help in programming an application from scratch this might not be the list for you :-) Best regards /Gustav Wiberg -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 4:41 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Re

RE: [PHP-WIN] Error reporting

2007-07-31 Thread Gustav Wiberg
Hi! I really didn't thought that would be the issue, but I thought I had to mention it anyway :-) Best regards /Gustav Wiberg -Original Message- From: Bruce Cowin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 12:55 AM To: 'Stut'; Gustav Wiberg C

RE: [PHP-WIN] ORDER BY is not sorting

2007-07-31 Thread Gustav Wiberg
DESC"); // Loop through the record set while($row = mysql_fetch_array($result)) print 'rowID =' .$row['rowID']. '' There might be some issues regarding permissons of MySQL. Have you tried doing another sql-select statement on another table?

RE: [PHP-WIN] Error reporting

2007-07-29 Thread Gustav Wiberg
Hi! I don't know if that if this would have any effect, but it might. The html is not written with correct standard. Should be test Best regards /Gustav Wiberg -Original Message- From: Bruce Cowin [mailto:[EMAIL PROTECTED] Sent: Monday, July 30, 2007 1:02 AM To: St

FW: [PHP-WIN] Move of mailserver

2007-07-19 Thread Gustav Wiberg
-Original Message- From: Gustav Wiberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 1:08 PM To: 'Stut' Cc: ''php windows'' Subject: RE: [PHP-WIN] Move of mailserver Hi! No made changes seems to be made if I just resstart IISAdmin-service

RE: [PHP-WIN] Move of mailserver

2007-07-18 Thread Gustav Wiberg
mail-function: [mail function] ; For Win32 only. smtp = mail.hmn smtp_port = 25 sendmail_from = HMN Webserver <[EMAIL PROTECTED]> The PHP is running on Windows 2003 Server. Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18,

[PHP-WIN] Move of mailserver

2007-07-17 Thread Gustav Wiberg
Hi! Php.ini - Changes of smpt-settings in this file - DO I HAVE TO restart whole server? Best regards /Gustav Wiberg

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
st regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 4:33 PM To: Gustav Wiberg Cc: 'Dale Attree'; ''php windows'' Subject: Re: [PHP-WIN] Save classes to db? Gustav Wiberg wrote: > Hi again! >

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
Hi! Thanx! /Gustav -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 4:27 PM To: Gustav Wiberg Cc: 'Stut'; 'Dale Attree'; ''php windows'' Subject: Re: [PHP-WIN] Save classes to db? http://www.p

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
up in my class where i unserialize my object? I was looking for a way to achieve this: (This maybe isn't possible?) 1. Save the serialized object into the database. 2. Load the serialized object from database and unserialize and USE it. (The problem is to USE it). Best regards /Gus

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
Hi! Ok, thanx! Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 3:42 PM To: Gustav Wiberg Cc: 'Dale Attree'; ''php windows'' Subject: Re: [PHP-WIN] Save classes to db? Gustav Wiberg wrote

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
Hi! Wouldn't it be possible to serialize the object in destructor of the class and unserialize from the constructor? Best regards /Gustav Wiberg -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 3:29 PM To: Dale Attree Cc: 'Gustav Wibe

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
Hi again! Can't I use unserialize? /Gustav -Original Message- From: Dale Attree [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 3:12 PM To: 'Gustav Wiberg'; ''php windows'' Subject: RE: [PHP-WIN] Save classes to db? Hi there, You would

RE: [PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
Hi there! Ok, thanx! I'll try this... Best regards /Gustav Wiberg -Original Message- From: Dale Attree [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 3:12 PM To: 'Gustav Wiberg'; ''php windows'' Subject: RE: [PHP-WIN] Save classes to db?

[PHP-WIN] Save classes to db?

2007-06-26 Thread Gustav Wiberg
Hi there! Is it possible to save classes (objects) into a database in PHP? What fieldtype should be used then (MySQL) ? Best regards /Gustav Wiberg

RE: [PHP-WIN] Can't get PHP to support mySQL

2007-06-25 Thread Gustav Wiberg
Hi! How does your code look like in mysql_up.php ? Best regards /Gustav Wiberg -Original Message- From: Janis Ritmanis [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:00 PM To: Don Denton Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] Can't get PHP to support

RE: [PHP-WIN] Windows IIS Question!

2007-06-19 Thread Gustav Wiberg
Hi! My tip is to don't use PHPMyAdmin to start with. Try something like mysql control center (google for it, don't remember the url) In IIS you have to create a site and create a DNS for the same site.. That is the basics. Other people have sent links to setting up IIS. Best regar

RE: [PHP-WIN] IIS Help

2007-06-18 Thread Gustav Wiberg
Hi! Yes we host a lost a sites using PHP, but what is your question? Best regards /Gustav Wiberg -Original Message- From: Matthew Gonzales [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 7:15 PM To: PHP-Windows Group Subject: [PHP-WIN] IIS Help Hello, My name is Matthew

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi! Aha, thanx! This might work. Thank you! Best regards /Gustav Wiberg -Original Message- From: Mikael Grön [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 4:44 PM To: 'php-windows@lists.php.net' Subject: Re: [PHP-WIN] Translation of html? strip_tags($string); r

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi there! Ok, thanx! Then I'll know! Best regards /Gustav Wiberg -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 4:32 PM To: php-windows@lists.php.net Subject: RE: [PHP-WIN] Translation of html? There isn't anything built in to PHP

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi there! Isn't there any function for acheiving this? Of course I could do some regexp... Is that the only way? Best regards /Gustav Wiberg -Original Message- From: Jarrett Meyer [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 4:30 PM To: 'php windows' <

[PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi there! Is this possible? I can't find any functions for this (I don't exactly what to search for) Translation of Html-string from $str = "This is a title>test"; To a string that is like: This is a title Test ? Best regards /Gustav Wiberg -- PHP Win

RE: [PHP-WIN] Re: php-windows请查收!

2007-06-14 Thread Gustav Wiberg
*lol* -Original Message- From: Darren Whitlen [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 2:00 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Re: php-windows请查收! I completely agree. 安规系统工程实践 wrote: > 若您不需要此类邮件, > > 请回复主题至 [EMAIL PROTECTED] 我们会在10个工作日内为您退订! > > ---

RE: [PHP-WIN] Using COM with PHP - help please!

2007-06-14 Thread Gustav Wiberg
Hi there! Probably it's time to update your PHP-version? Best regards /Gustav Wiberg -Original Message- From: David Felton [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 4:40 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Using COM with PHP - help please! Does a

RE: [PHP-WIN] Spammers?

2007-06-14 Thread Gustav Wiberg
se I want to learn how my enemies work ;-) Best regards /Gustav Wiberg -Original Message- From: Mikael Grön [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 9:22 AM To: 'php windows' (php-windows@lists.php.net) Subject: Re: [PHP-WIN] Spammers? You're talking abou

[PHP-WIN] Spammers?

2007-06-14 Thread Gustav Wiberg
Hi there! Anyone who know who spammers operate? Is the content sent through the 80-port or what? I want to know for building a better spam-filter in php... Best regards /Gustav Wiberg -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

  1   2   >