PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, March 15, 2022

[FIXED] how to start work in LAMP server in ubuntu 10.04

 March 15, 2022     lamp, ubuntu-10.04     No comments   

Issue

I have installed ubuntu 10.04 recently and installed LAMP server following some tutorials, when i type localhost in firefox it shows Apache is working. problem is i don't know how to set up a php project in LAMP, basically i don't know how to start work using LAMP. i have experience with wamp where it has a www folder for working, how should i get started here. please give me some instructions, and guidelines if possible tutorial links for this!

your help will be very valuble to me, because i'm planning to move to Ubuntu from windows,it's bit hard !


Solution

Create a file in /var/www called index.php and put the following code in it.

 <?php 
 Print "Hello, World!";
 ?> 


Answered By - bhavinp
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing