--- On Mon, 16/5/11, rajendra prasad siva <[email protected]> wrote:
From: rajendra prasad siva <[email protected]> Subject: [ubuntu-in] Need Help to work with PHP in ubuntu11.04 To: [email protected] Date: Monday, 16 May, 2011, 10:58 PM HI All, I'm a newbie to Linux environment. I don't know any shell scripting or any Linux commands. I'm a PHP fresher.I use windows environment ( XAMPP ) in my office. But I want to develop my Joomla websites in my UBUNTU 11.04 OS too. Any Suggestions or links? Please help me. Thanks & Regards,SIVA -----Inline Attachment Follows----- -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in Hello Shiva, try this sudo apt-get install apache2sudo apt-get install php5sudo apt-get install libapache2-mod-php5sudo /etc/init.d/apache2 restartsudo gedit /var/www/testphp.php To run ,well i don't remember exactly 127.0.0.1/testphp hope it helped you ...
-- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
