Mohammad Towhidul Islam

    01-Oct-13 01:12:44 am

    Count script execution time benchmark executiontime microtime start counting your code

    Count Script Execution Time - Benchmark $execution_time = microtime(); # Start counting // Your code $execution_time = microtime() - $execution_time; $execution_time = sprintf('It took %.5f sec', $execution_time); ...

    Read More


    Most Monira Begum

    10-Sep-13 12:16:40 pm

    Php array for beginners if you already know what is variable

    PHP Array for beginners If you already know what is variable && how it is declare and also have basic knowledge about PHP so dear it is for you.Today I make clear about array.For experienced programmers it is important. What is Array? Array is a special variable where you can stor...

    Read More


    Most Monira Begum

    05-Sep-13 03:47:59 pm

    Why you learn php you might say that i can everything in

    Why you learn PHP? You might say that I can everything in javascript but javascript's knowledge can be limited. JavaScript generally runs in the browser, or client. This means it only really knows what's going on in your browser. PHP, on the other hand, runs on the same computer as the ...

    Read More


    Most Monira Begum

    05-Sep-13 10:30:57 am

    Same work which i successfully submit in my office but the problem

    Same work which I successfully submit in my office but the problem is that when I use the same code (just copy past) in my home pc for backup it shows several warning. note: My ofice ......Server version: 5.1.33 where I use in home.... Server version: 5.4.33 My question is that why I face lik...

    Read More


    Muha. Jahirul Islam

    26-Aug-13 09:42:08 pm

    Most Monira Begum

    19-Aug-13 05:37:44 pm

    Explain the function if any one can addtocart pid q isarray

    explain the function if any one can function addtocart($pid,$q){ if(is_array($_SESSION['cart'])){ if(product_exists($pid)) return; $max=count($_SESSION['cart']); $_SESSION['cart'][$max]['productid']=$pid; $_SESSION['cart'][$max][&#...

    Read More


    Jakir Hosan Zilon

    26-Jul-13 10:10:08 pm

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং php ধাপ 10 set the properties php include

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং PHP ধাপ-10 Set the Properties <?php include("class_lib.php"); ?> </head> <body> <?php $rejoan = new people(); $riad= new people; $rejoan->set_name("Rejoanul Alam"); $riad->set_name("Anjirul Alam"); ?...

    Read More


    Jakir Hosan Zilon

    26-Jul-13 08:20:13 pm

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং php ধাপ 9 new keyword php include classlib

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং PHP ধাপ-9 New keyword <?php include("class_lib.php"); ?> </head> <body> $rejoan = new people(); $riad = new people; </body> </html> ...

    Read More


    Jakir Hosan Zilon

    26-Jul-13 08:16:15 pm

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং php ধাপ 8 create object php include classlib

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং PHP ধাপ-8 create object: <?php include("class_lib.php"); ?> </head> <body> $rejoan = new people(); </body> </html> ...

    Read More


    Jakir Hosan Zilon

    26-Jul-13 08:12:51 pm

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং php ধাপ 7 add this class in php

    23 ধাপে অবজেক্ট অরিয়েন্টেড প্রোগ্রামিং PHP ধাপ-7 Add this class in php file <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//BN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head>...

    Read More


Copyright © 2025. Powered by Intellect Software Ltd