[PHP] local php.ini not recognized in php 5.1.x?

2006-09-02 Thread Marten Lehmann
Hello, we switched from php 5.0.6 to 5.1.6. php is running as CGI. We have a global php.ini in the /lib directory of the php installation with settings that are valid for all users. In php 5.0.6 (and previous php releases) additionally the local php.ini in the directory of the executed

Re: [PHP] local php.ini not recognized in php 5.1.x?

2006-09-02 Thread Robert Cummings
On Sat, 2006-09-02 at 22:13 +0200, Marten Lehmann wrote: Hello, we switched from php 5.0.6 to 5.1.6. php is running as CGI. We have a global php.ini in the /lib directory of the php installation with settings that are valid for all users. In php 5.0.6 (and previous php releases)

Re: Re: Re: [PHP] Working with an existing PDF doc

2006-09-02 Thread Silent1
I believe the id or name of the html elements must match the name of each field in the pdf. On monday, at work, i'll go over my code to see for sure. But i'm sure the name of each html element matches the field in the html form. The names of the fields in the pdf can be anything you like, i used

[PHP] php credit reporting API

2006-09-02 Thread Dan Harrington
Hello, Anyone successfully implemented an online real-time credit reporting scenario for consumer lending? We need to pull credit in the united states for consumers before lending them money for school and I would like to use PHP to connect to a credit vendor. I have been surprised at how