Re: [PHP] PHP/Apache/Interbase/Linux

2001-12-11 Thread Douglas McKenzie
Theres a mail archive on the php site that you can search through if I remember correctly Todd Cary wrote: I just updated my Linux 7.1 to Linux 7.2 and apparently the version of Apache that I was running was replaced. When I execute phpinfo(), Interbase is not listed. In the /tmp/php.ini,

Re: [PHP] Query Help Needed

2001-11-29 Thread Douglas McKenzie
Could be that the value you're trying to insert doesn't match up with the field type in the database - you know, putting a word in a number field. What exactly is the error message? Payzillee wrote: Hi, could anyone tell me what is wrong with this Insert query? I get an 'Invalid query'

Re: [PHP] Pulling information out of a MySQL database

2001-11-26 Thread Douglas McKenzie
Im new to php but I would suggest using a pre/pre tag to wrap round your text output. This should keep any formatting. I think. Tim Thorburn wrote: Thanks to everyone for their help - especially Martin, that fixed my problem and now all the records (both basic and extended) display

[PHP] getting started

2001-11-21 Thread Douglas McKenzie
Hi, I've got Apache and MySql up and running on RedHat 7.1. I've installed php4 but can't get it working. There is a .php file under the web root, httpd.conf knows about the .php extension but the file is not geting parsed, just the code shown. What am I doing wrong/still need to do? Do you

[PHP] Installing Apache, mySql and php

2001-11-19 Thread Douglas McKenzie
I installed Apache, mySql and php from the redhat installation disk when it first installed the operating system. Apache and MySql are working fine but php isn't. Checked the httpd.conf file and found this info: LoadModule php4_module modules/libphp4.so That file is there. The web root is

Re: [PHP] Installing Apache, mySql and php

2001-11-19 Thread Douglas McKenzie
the php file. I haven't run this download as I'm still trying to get the original install working As a sideline, at the start of httpd.conf it says that the document is created every time apache starts, so if I make changes here, will they be saved? Duncan Hill wrote: On Mon, 19 Nov 2001, Douglas

Re: [PHP] File Download Inquiry

2001-11-19 Thread Douglas McKenzie
You can just link to the file eg a href=yourfilenamehere.whatever_extdownload file/a just make sure the path is correct. Joe Van Meer wrote: Hi there. How would I go about downloading a file off of the server. The filename will always be the same in my case. Say it is sitting in a directory

[PHP] installing php on apache

2001-11-17 Thread Douglas McKenzie
Hi, I'm a newbie to php having been working with coldfusion for years. Recently decided to test it out and have configured a box with Red Hat Linux 7.1, kde, apache and mysql. These all seem to be running fine but I can't seem to get a php page to translate. Im assuming that the web root is