[PHP] Please help me

2002-04-02 Thread Ing. Fernando Proll Segura
Hi all: I was working with PHP 4.0.6, ISAPI on a Win2000, IIS server, ; now I install PHP 4.1.2 on the same server but CGI module and I'm geting the following errors when I try to run any script: Security Alert! PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-

Re: [PHP] Reading A file

2002-03-06 Thread Ing. Fernando Proll Segura
> Hey > > I have a TEXT file that I want to make visual via the web using php > > > Maybe this isn't the best way but to do this I use the following code: "; } $lines=file("yourfile.txt"); array_walk($lines,'do_print'); ?> As you can see I use the file() function to get each line of text in

[PHP] ODBC Connection

2002-01-16 Thread Ing. Fernando Proll Segura
Hi guys: I'm trying to make a connection from PHP to a MS Access. How can I do this?, I know that there are a function for this, but what about the parameters. Thanks in advanced, Fernando