Mohammad Towhidul Islam

    17-May-13 12:34:06 pm

    Php function addbb var search array b b is i

    <?php function AddBB($var) { $search = array( '/[b](.*?)[/b]/is', '/[i](.*?)[/i]/is', '/[u](.*?)[/u]/is', '/[img](.*?)[/img]/is', '/[url](.*?)[/url]/is', ...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:27:14 am

    Php student array name jahidul islam age 34 email jahidyahoo com

    A query is an expression that retrieves data from a data source. you always work with C# objects. A query expression must begin with a from clause and must end with a select or group clause. Between the first from clause and the last select or group clause, it can contain one or more of these opti...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:26:11 am

    Php colors array name jahidul islam age 34 email jahidyahoo com

    <?php $colors=array( "name"=>"Jahidul Islam", "age"=>34, "email"=>"jahid@yahoo.com", "address"=>"Mohammadpur" ); ...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:18:16 am

    Php associative array studentname jahidul islam studentage 34 studentemail jahidyahoo com

    <?php //-----associative array---------// $student["name"]="Jahidul Islam"; $student["age"]=34; $student["email"]="jahid@yahoo.com"; $student["address"]="Mohammadpur"; foreach($student as $field=>$value){ ...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:14:56 am

    Php associative array studentname jahidul islam studentage 34 studentemail jahidyahoo com

    <?php //-----associative array---------// $student["name"]="Jahidul Islam"; $student["age"]=34; $student["email"]="jahid@yahoo.com"; $student["address"]="Mohammadpur"; ?>...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:09:45 am

    Php colors array red green yellow blue white colors0 red colors1

    <?php //$colors=array("Red","Green","Yellow","Blue","White"); $colors[0]="Red"; $colors[1]="Green"; $colors[2]="Yellow"; $colors[3]="Blue"; $colors[4]="White"; $len=count($colors); for($i=0;...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:01:36 am

    Php colors array red green yellow blue white len count for

    <?php $colors=array("Red","Green","Yellow","Blue","White"); $len=count($colors); for($i=0;$i<$len;$i++){ echo $color[$i]."<br/>"; } ?>...

    Read More


    Mohammad Towhidul Islam

    08-May-13 12:00:16 am

    Php colors array red green yellow blue white foreach as color

    <?php $colors=array("Red","Green","Yellow","Blue","White"); foreach($colors as $color){ echo $color."<br/>"; } ?>...

    Read More


    Mohammad Towhidul Islam

    07-May-13 11:57:42 pm

    Array php color array red green yellow blue echo color2

    //-----------------Array------------------// <?php $color=array("Red","Green","Yellow","Blue"); echo $color[2]; ?>...

    Read More


    Mohammad Towhidul Islam

    07-May-13 11:46:24 pm

    Add the following funciton in file2 php errorreporting 1

    // add the following funciton in file2.php// error_reporting(1);...

    Read More


First1234Last
2 of 8 pages
Copyright © 2024. Powered by Intellect Software Ltd