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
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
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
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
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
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