RE: [PHP] creating new mail account on a domain

2003-04-06 Thread Mark Douglas
This is entirely dependant on what mail server you are running, how it's configured, and what tools you have at your disposal for controlling it (CLI, web, ...). If you actually want help with this issue, we're going to need a lot more detail. -Original Message- From: Lars Tvedt [mailto:[

RE: [PHP] php.ini file not being updated with install

2003-04-04 Thread Mark Douglas
If you are using php as a DSO, you need to restart your webserver to load the new install. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 9:25 PM To: [EMAIL PROTECTED] Subject: [PHP] php.ini file not being updated with install Hell

RE: [PHP] Quick Sessions ?

2003-04-04 Thread Mark Douglas
Let's ask the dumb questions first: Is your webserver parsing .html files for PHP? -Original Message- From: Anthony [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 3:03 PM To: [EMAIL PROTECTED] Subject: [PHP] Quick Sessions ? I have an issue. For some reason I can't pass session

RE: [PHP] Which PHP version is stable with apache 2.0.39

2003-04-03 Thread Mark Douglas
Something you should note before diving into making PHP work with Apache 2.0.39 - Apache 2.0.45 was recently released, to address a DOS vulnerability in Apache2 on all platforms. You may want to upgrade (or have your system administrator upgrade) to Apache 2.0.45. A second note, when I went from 2

RE: [PHP] Problems with post data

2003-03-29 Thread Mark Douglas
Just an FYI, 2.0.44 still isn't working on this server, while it does on another... I don't know what to do now, so I'm just going to write code to deal with this bug. -Original Message----- From: Mark Douglas [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 10:38

RE: [PHP] Problems with post data

2003-03-29 Thread Mark Douglas
Yes, the webserver that works is running apache2, however it's 2.0.44 instead of 2.0.43... I'm upgrading the broken one now to see if that fixes the problem. -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 10:50 AM To: &#x

RE: [PHP] Storing a graphic file in a MySQL database

2003-03-29 Thread Mark Douglas
Here's a good start: http://www.phpbuilder.com/columns/florian19991014.php3 -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 7:56 AM To: [EMAIL PROTECTED] Subject: [PHP] Storing a graphic file in a MySQL database Where can I find some in

[PHP] Problems with post data

2003-03-29 Thread Mark Douglas
I'm having problems with my post variables. Here's the page I use to submit data:    Here's the test2.php page: This is all very simple, and works on one of my webservers. However, on another webserver with a practically identical configuration, if I post "testing" the result that I get