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
Dear PHP list. I have a website (local) running on a Windows box. I am using : PhpDev5 (php,Mysql,Apache 1.x) I am using PHLib - where I then make use of the template and page auth functions of PHPLib What I have found, and this is my problem. The web application requires a login, all pages a

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

2006-03-16 Thread Anton Heuschen
Dear list. I have a problem with a web application. Tech/Specs. Used PHPDev5 on a Win32 box (Windows 2003 Server, and XP). Using PHPLIB : auth,and DB connections Use FastTemplate The problem: When a user enters data (on a form) on a page and it is saved to the database, when the user goes