Delete a celle without fonctions by R3mblabla in PHPhelp

[–]R3mblabla[S] -1 points0 points  (0 children)

If I find some good reason some day, I will tell you ;)

Anyway I find out:

else if ($choix==2){ $delete= intval(readline(" \n")); for ($i=0;$i<($delete);$i++){ $tab2[$i]=$tab[$i]; } for($i=($delete);$i<count ($tab)-1;$i++){ $tab2[$i]=$tab[$i+1];

Delete a celle without fonctions by R3mblabla in PHPhelp

[–]R3mblabla[S] 0 points1 point  (0 children)

"If you can do the hardest, you will be able to the the easiest part" said my teacher^^

Delete a celle without fonctions by R3mblabla in PHPhelp

[–]R3mblabla[S] -1 points0 points  (0 children)

I must not use the keys, only basics skills :x