ITTreats.com
Enter your Search term and Hit "Enter"

Wed, 10 Mar 2010 9:39:52 AM +00:00

Latest 'ITTreats'


Calculate Page Execution time in PHP

Calculate Page Execution time in PHP

For those people who want to give users that in how many seconds actually your web page loaded completely. This script will be useful for you. There are so many ways to do this ( As usual ) but the classic approach would be

Step 1 : make a note of  the time when your page get starts

Step 2: make a note of  the time  at the end of your total page execution

Step 3 : step 2 – step1, You will get your page execution time

In simple   Here is the function  which will do it for you .

You have  to   call the function at the  start  and   echo  it  at the  end.   simple !!!!

More . . .

Installing PHPEclipse in Ubuntu

Installing PHPEclipse in Ubuntu

After successfully installing xampp in Ubuntu , Next step is Choosing the PHP Editor

For Linux ; the Good PHP Editors i know are ECLIPSE and Blue Fish editor

Blue Fish Editor can be avail from the Package manager. More . . .

Installing XAMPP in Ubuntu

Installing  XAMPP in Ubuntu

As i just started my journey with linux environment, few of my friends suggested me to go for Ubuntu distribution, Once after successfully installing OS into  my system, as a PHP developer i need APACHE + MYSQL + PHP , as i am a Big fan for APACHE FRIENDS

I downloaded the XAMPP for linux to my Desktop.

after downloading i was not sure how i can install it.
I googled it for some time and i found out How i can install XAMPP for Linux .

Here is the Command
More . . .