fyi, tried this but no luck. still getting the same negative results
- can't fing rfc822.h. please check c-client install...
thx for input
Eric
On 6/13/05, inX Support <[EMAIL PROTECTED]> wrote:
> No.
>
> I just wanted to know that I had the same problem and that was on CentOs 4
> that is aswe
If i change it to
Welcome
it works. PHP is enabled.
or u could try this
PHP
It works. I dident know that you have to do some changes in the php.ini
file.
I did set session.auto_start = 1
; Initialize session on request startup.
session.auto_start = 1
Oscar Andersso
>From what you describe it sounds like php is not enabled in your apache.
For example, If I run the following php page
$_SESSION['kundnummer'] = "nummer";$_SESSION['kundnamn'] = "name";?><
body>Welcome
h3>body>
If php is not enabled, the output in the browser is ju
HI Folks:
I've searched high and low for what the ld directive -lirc is for - can you
please provide any help? Thank you for any information.
The machine is running Centos 4, attempting a fresh install of apache 2.0.54
and php 5.04.
p.s. I tried just taking -lirc out of the Makefile, but then
No i dont get any errors.
When i loggin to my webshop a save the name in two session variables
First the customer number
$_SESSION['kundnummer'] = $kundnummer;
Second the customers name
$_SESSION['kundnamn'] = $namn;
Then i print this in a page with
Welcome
Oscar Andersson
""Oscar Andersson"
When you installed php5 and apache2, did you follow the instructions found on the php website?
The URL is: http://us2.php.net/install
Are you getting any error messages?
sethOn 6/17/05, Oscar Andersson <[EMAIL PROTECTED]> wrote:
I have installed PHP5 and apache 2 on my computer.I have made a app
Cedric,
I have not actually done this myself, but in theory, what you need to
do is add an 'AddType' line for both versions of php. It appears that
one can run as a module, but the other would need to run as a cgi (cgi
would be slightly slower)
Here is what I found on http://www.rshweb.biz/faq/ph
I have installed PHP5 and apache 2 on my computer.
I have made a application in PHP 5.0 that use session variabels. This
application works ok when i run it at my IIS webserver but when i try it
with the apache webserver it doesent work. I think it is something with the
session variables. Maybe i
Hi, i'm new in this list and I've a question.
I've install httpd 2.0.54 and I want to install PHP 4 and PHP 5 in the
same Web Server
I've already install php 4 and 5, but I don't know how tell to apache to
use the both soft, with 2 file extensions !
Does someone could help me ???
Cédric