Saturday 31 October 2015

how to create Patern of traingal

<?php


for($a=0; $a<=5; $a++)
{
for($b=1; $b<=$a; $b++)
{
echo "$b&nbsp;";
}
echo "<br>";
}


?>



Output :

 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

count code :


<?php
//$num=200;

for($i = 200; $i <= 592; $i+=8)
    {
        echo $i.',';
    }
    echo $i;
 
?>

how to get text from image

Get text from image Click here


http://www.convertimagetotext.net/imagetotextconverter.php

Thursday 15 October 2015

Website Link

  1. http://jamrockone.com/  (php)
  2. http://onlinedesigncontest.com/ (php)
  3. http://www.webdesignit.se/en/ (wordpress)
  4. http://runbeerfit.com (wordpress)