Re: [PHP-INSTALL] MySQL Control Center sucks?

2004-03-08 Thread Jason Reid
commands. Jason Reid -- Exumweb Network www.exumweb.net - Original Message - From: "Michael J. Pelletier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Five" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 5:05 PM Sub

Re: [PHP-INST] Re: phpinfo() still shows 4.2.2 after 4.3 install

2003-01-14 Thread Jason Reid
ually fixes it. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Alan W. Rateliff, II" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 8:01 PM Subject: Re: [PHP-INST] Re: phpinfo() still sh

Re: [PHP-INST] newbie question blank page

2003-01-06 Thread Jason Reid
Check the source of hte page in the browser. do u see php code? if no, then something else is wrong. if yes, then check: 1. did u add the loadmodule line into httpd.conf? 2. did u restart apache? If you didnt do either one, or both, do them and try again. Jason Reid [EMAIL PROTECTED] -- AC Host

Re: [PHP-INST] general question

2002-10-05 Thread Jason Reid
Install apache, then php, and then mysql. php MUST come after apache, though mysql can be done after or before apache. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Jon Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [PHP-INST] installed 4.2.3, but still 4.2.2?

2002-09-09 Thread Jason Reid
Did you remember to restart apache afterwards? Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Bryan Koschmann - GKT" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 09, 2002 5:11 PM Subject: [PHP-INST

Re: [PHP-INST] little problem

2002-08-12 Thread Jason Reid
Double check the name of the file. how did u rename it? thru explorer, ftp or opened and save-as in notepad or another program? Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: "Robert Walkama" <[EMAIL PROTECTED]> To: "Er

Re: [PHP-INST] GD2 compile

2002-07-02 Thread Jason Reid
http://www.php.net/~rasmus/gd.html - Original Message - From: "Balázs Csaba" <[EMAIL PROTECTED]> To: "PhpInstall (Elektronikus levelek)" <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 3:56 AM Subject: [PHP-INST] GD2 compile > Hi! > > I would like to find some inormation to build php4.

Re: [PHP-INST] Re: Variables

2002-06-29 Thread Jason Reid
Or because its being passed from a querystring, make sure you pull the value of the variable from the querystring via either $_POST['varname'] or $_REQUEST['varname'] eg: - Original Message - From: "Uwe Birkenhain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 29, 200

Re: [PHP-INST] need both module and CGI version of PHP (debian)

2002-06-27 Thread Jason Reid
just downloa dthe source, and compile it, and make sure you dont tell it to use apxs, it will compile the cgi binary. install that, and you will have both, thats how my systems are setup, and ive never ran into a problem where compiling the cgi binary interfered with teh apache module. - Ori

Re: [PHP-INST] configuration issue

2002-06-25 Thread Jason Reid
You set the server inside the php script, not in the configuration. - Original Message - From: "Tyler Durdin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 12:41 PM Subject: [PHP-INST] configuration issue > How can i configure PHP with a mysql database that r

Re: [PHP-INST] Re: [PHP] Old config options still showing after updating PHP

2002-06-21 Thread Jason Reid
One thing that I've ran into that causes this is you didn't 'make clean', and/or stop apache. I've found that often i have to actually delete libphp4.so from the libexec dir in apache for it to fully work. heres the steps i usually do: 1. stop apache 2. delete libphp4.so 3. make clean the php sr

Re: [PHP-INST] PHP Installation : apxs ?????

2002-06-10 Thread Jason Reid
it is possible that you didnt build apache with apxs support. thats why its not there im guessing. - Original Message - From: "shanky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Sebastian Wolfgarten" <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 12:04 AM Subject: Re: [PHP-INST] P

Re: [PHP-INST] Can not get PHP 4.1.6 to work with Apache 2.0.36 on Linux

2002-06-06 Thread Jason Reid
Post the link to php 4.1.6 and I *might* be able to help you ;). What version are u actually using? 4.0.6 or 4.1.0/1/2 ?? I'm asking that mainly as only PHP 4.2.x officially has *expiremental* support for apache 2. That there may be your main problem. Jason Reid [EMAIL PROT

Re: [PHP-INST] RE: [PHP-QA] Version 4.2.0 - phpinfo() shows the old build information after rebuild

2002-05-19 Thread Jason Reid
changed or compiled modules from the src directory.If im incorrect on that, somebody please let me know so I dont mis inform someone else ;). Jason Reid [EMAIL PROTECTED] - Original Message - From: "Liz" <[EMAIL PROTECTED]> To: "'Markus Fischer'" <[EM

Re: [PHP-INST] Send mail Server Error

2002-05-16 Thread Jason Reid
Can you send email to any other address from this server? If not, it is most likely a error in the configuration of sendmail in php.ini. - Original Message - From: "Salvador Gil" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 4:45 PM Subject: [PHP-INST] Send mail