[PHP-WIN] PHP with PDFlib installation on Windows

2003-04-03 Thread Bill Hudspeth
Hello, I am having problems getting the PDF extension to work with PHP on Windows. I am running PHP 4.2.3 on Windows NT 4.0 using IIS as my internet server. I have enabled the PDF extension in the php.ini file, with no apparent success. When I try to load the page, I get an empty screen (i.e., n

[PHP-WIN] Passing array to function

2002-08-13 Thread Bill Hudspeth
I am trying to write a function that builds a multiple-choice drop down list. As such, I need to specify an array in the name attribute of the tag. I am trying to pass a parameter to the function which gets used as this name attribute, but seem to be having problems with the square brackets. In t

[PHP-WIN] function definitions

2002-06-24 Thread Bill Hudspeth
I am using PHP 4.2.1, Windows 2000P, IIS4 connected to an Access 2000 database with an ISAPI module. I have created a very simple form and have written a function to display radio buttons. While a hard-coded, HTML version of the form works perfectly (correctly returning data), the php file brings

[PHP-WIN] Connecting to MS Access

2002-06-12 Thread Bill Hudspeth
I am having problems connecting to an Access database. I am using Windows 2000, IIS 4, Access 2000, and PHP 4.2.1. I have created a system DSN using the Access (.mdb) driver, and have a username and password. What's going on?? Thanks, Bill The code I have used is as follows:

[PHP-WIN] self processing forms

2002-06-10 Thread Bill Hudspeth
I am using the O'Reilly "Programming PHP" manual, and have copied the code from Example 7.3, p. 166. I have the magic_quotes_gpc set to ON in php.ini (though toggling between on and off doesn't seem to have any effect). My processed form reports "0.00F is -17.78C " regardless of the initial fahren

[PHP-WIN] basic form processing

2002-05-23 Thread Bill Hudspeth
I am new to PHP and have been trying without success to process a very simple form. My basic problem is trying to pass variables from a form to another page, and to echo them in a results page. I understand that the most recent versions of PHP allow you to pass user-entered form variables in th