Jump to content

vivekanand25

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

vivekanand25's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php $arr=array( array(1,2,3,4,5,6,7,8,9), array(1,2,3,4,5,6), array(1,2,3,4,5,6,7, ); echo "<pre>"; print_r($arr); echo "</pre>"; $count=count($arr); echo "There are $count Array"; echo "<br/>"; for($i=0;$i<$count;$i++){ echo ($i+1)."have ".count($arr[$i]); echo "<br/>"; } ?>
  2. [quote author=J I think the URL changed so thats why your cade is not working now. You need to take some good API for use it always
  3. Do you want to update the data which is on your form with these checkboxes. if u checked all check box than are you want that all checked boxes data are display in textboxes where you able to modify the all data and aain insert into the database. if u need like that than attache your pages here on which u want to change.
  4. use this pages to see the display in ur page 17388_.php 17389_.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.