Hey everyone. New to the forum and new to PHP.
The end goal I'm trying to achieve is to write variables from a form to an Excel file.
From my research, it seems that PEAR is the ultimate *free* solution.
However, when I install pear to c:\pear, I get the following:
Code:
Loading zlib: ok
Downloading package: PEAR-stable......ok
Downloading package: Archive_Tar-stable....ok
Downloading package: Console_Getopt-stable....ok
Downloading package: XML_RPC-stable....ok
Bootstrapping: PEAR...................(remote) ok
Bootstrapping: Archive_Tar............
Warning: mkdir(Archive): File exists in C:\pear\go-pear.php on line 597
(remote) ok
Bootstrapping: Console_Getopt.........
Warning: mkdir(Console): File exists in C:\pear\go-pear.php on line 611
(remote) ok
Downloading package: DB...............ok
Downloading package: Net_Socket.......ok
Downloading package: Net_SMTP.........ok
Downloading package: Mail.............ok
Downloading package: XML_Parser.......ok
Downloading package: PHPUnit..........ok
Extracting installer..................
Warning: main(PEAR.php): failed to open stream: No such file or directory in
pear\Archive\Tar.php on line 21
Fatal error: main(): Failed opening required 'PEAR.php' (include_path='/C:\DO
E~1\kevinkr\LOCALS~1\Temp\gop9.tmp') in C:\pear\Archive\Tar.php on line 21
Has anyone ever encountered anything like this (the two prior warnings are there because I'm installing over my last failed attempt)?