To install PHP5 and Apache2 manually in UBUNTU 12.04 you need to run the following command. sudo apt-get install php5 sudo apt-get install apache2 It will start installing apache2 and PHP5 for your UBUNTU.
Blog Posts
Now let’s assume that you haven’t installed xDebug yet! Now we have to install xDebug. Now to do that first we have to install PHP PEAR. To install PEAR let’s type the following command. Now if it says that you have already the latest PHP Pear. Then ready to move forward. Now to install xDebug you have to write down the following command. After successfully installing xDebug. You have to add the following code in your php.ini file. After writing …
Recently I was just curious about what’s coming with PHP’s latest release. I am using 5.3.10 in my UBUNTU PC since long time. Now I need to update my PHP 5.3.10 to 5.4.11 (according to php.net it is the latest stable release of PHP). I am using UBUNTU 12.04 LTS. So I am now writing this post what was tested on this OS. I was just installed Apache2 and PHP5 on my PC. Now I am just writing about how …
This is a very common question for all computer users and it’s even more necessary to know about to install windows on Netbook who hasn’t any CD-ROM attached with Computer. So here is the tutorial you should read it completely to install windows 7 from any kinds of USB device. Step 1 Plug-in your USB drive with your PC. And backup all contents from USB device and format it. Now go to Start menu > All programs > Accessories and …
Basically if you are a web developer then you learnt the basics from w3schools.com. Isn’t it? If you really followed w3schools.com then you should avoid w3schools.com right now. I also loved it but recently when I discovered w3fools.com (suggested by experienced web developer worldwide) from that time I just forget about w3schools.com. Really it may misleads you while you are learning web development basic tutorial from there. There are many many folks about what’s wrong in w3schools.com. To read those …