Re: [PHP-WIN] getting started - need pointers

2009-05-28 Thread Anton Heuschen
Thanks Joe, my, same thoughts too or Mike is using short tags or not correct like and not etc ... but I think its more like Joe is saying ...its not calling the wamp stuff but still he's orignal installs. Lets see what happens ... Oh and mike ...make sure WAMP is started ...should see a lit

Fwd: [PHP-WIN] getting started - need pointers

2009-05-28 Thread Anton Heuschen
have you looked at WAMP ? theres Xammp too but never really liked it myself much ...other swear by it though Look at WAMP : http://www.wampserver.com/en/, it can start as a service and all that 2009/5/28 Mike Kay Greetings. I am trying to get PHP installed and working on a Windows > se

[PHP-WIN] Strange - fgets/fgetsv ... 8 is not a valid stream resource

2008-06-04 Thread Anton Heuschen
Ive tried to use fget and fgetsv in different formats to parse my file but keep getting: Warning: fgetcsv(): 8 is not a valid stream resource in My code for now looks like this: $handle = fopen($thefile, 'r'); while(($data = fgetcsv($handle, 4096, ',')) !== FALSE) It fails at the while part

[PHP-WIN] Working with Excel csv retrieved data (using fgetcsv) and unknown characters

2008-05-19 Thread Anton Heuschen
This is run on an XP box with WAMP install: I have a script that downloads a Excel CSV file and then uses fgetscv to retrieve lines, the strange thing is that in Firefox I get symbols (black triangle with question mark in it) and in IE its basically spaces. So if I echo these values (or print_r ar

[PHP-WIN] Problems IE+PHPDev and Protecte pages

2006-04-14 Thread Anton Heuschen
,auto, never etc) I don’t know where else to look, this just seems strange. Any help would be greatly appreciated. Anton [EMAIL PROTECTED] -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.4.1/308 - Release Date: 4/11/2006 -- PHP

[PHP-WIN] PHBLIB, PHPDEV Win32, FastTemplate Page Refresh Issue

2006-03-16 Thread Anton Heuschen
experience of same probleme would be greatly appreciated. Anton [EMAIL PROTECTED] [EMAIL PROTECTED] -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006 -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] How to make mail() use correct headers?

2005-07-12 Thread anton
Thanks so much Ross !! This works :) Now I only need to set it in a auto_prepend file :) -- Best Regards, Anton "Ross Honniball" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I haven't looked to see exactly what headers it produces, but u

Re: [PHP-WIN] How to make mail() use correct headers?

2005-07-11 Thread anton
Hello, Thank you. i tried that too. Does not help. Same thing. -- Best Regards, Anton ""Rodrigo"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Try using the extra PHP parameter: > > > mail($mailto, $mailsubject, $mailmessage, $mailheaders

[PHP-WIN] How to make mail() use correct headers?

2005-07-11 Thread anton
Hello, Our windows server has sendmail_from set to null in ini. We are hosting many domains, and having a single address there makes no sense. With null all mails that go out through our mailserver do not get a from address. The from address is only ommunicated with additional mail headers when u