PDA

View Full Version : the PHP on my system seems not to work



10ghost
June 10th, 2009, 11:08 AM
I just installed PHP on my system some few weeks ago and after installation i tested it to confirm that it had been installed properly . IT actually worked well that day but some few days ago i tried it again but a simple hello world didnt seem to work.

i would say i am new to ubuntu but i dont know if i am to start up anything before it would work or is there something i need to do first or any way i can use to confirm it is still working?

Is there any tutorial that can help me to learn to use screem and quanta plus ?I also need this badly because i am kind of having difficulties using it so far.
thanx for your anticipated cooperation.
linux for life
long live *ubuntu

hessiess
June 10th, 2009, 02:16 PM
put a file containing



<?php
phpinfo();


into /var/www then browse to http://localhost/filename.php

10ghost
June 10th, 2009, 02:49 PM
I have done what you said but it seems not to work
it displays a blank web browser and tells me to open with quanta plus

10ghost
July 2nd, 2009, 12:06 PM
hi readers,
i had this problem some time ago but the problem is yet to be solved.
Is there anything one must do anytime one turn on his system to start up php,apache,and phpMyAdmin.
Because after installing the trio they all worked on the first day but after then it seems not to work.
Is there way i can use to solve this problem ?

10ghost
July 2nd, 2009, 12:13 PM
hi viewers,
Thanx a million
i just tried it now and it worked.
i hope it does not stop suddenly again.

Tibuda
July 2nd, 2009, 12:16 PM
I have done what you said but it seems not to work
it displays a blank web browser and tells me to open with quanta plus
How have you installed apache?

You need at least three packages: apache2, php5 and libapache2-mod-php5 (apt:apache2,php5,libapache2-mod-php5). If you have these packages, you'll be able to run any php script under /var/www if you open your browser in http://localhost.

To use MySQL you need also php5-mysql and mysql-server (apt:php5-mysql,mysql-server), and for PostgreSQL you need php5-pgsql (php5-pgsql,postgresql). Your choice.

EDIT: I see you've solved it when I was typing this reply. Sorry.

10ghost
July 6th, 2009, 11:18 AM
sorry about this readers.
I observed that the php works only when i am connected to the internet.
Is there any special reason for this
or i am the one that is not doing the right thing?

credobyte
July 6th, 2009, 11:22 AM
LAMP works in offline mode ! For Firefox, uncheck Work Offline ( can be found in the main menu under File ) and you'll be fine :)

10ghost
July 6th, 2009, 11:41 AM
@credobyte
It worked but i decided to adjust the php file and add some new lines to the file .
This was not reflected on the web browser when i decided to launch it.
What could be the problem this time?