Posts by J. Ty • 1 point
3 posts
-
0
votes0
answers62
viewsQ: Loop inside the submit button
I have the submit button that must submit the grade to a class of students. But when I click the button, it only submits the grade to the last student on the list. The student list and note list are…
-
-1
votes1
answer33
viewsQ: Create a new array from row 2 of the array
I have an array of 30 lines and I want to get only index 1, this is the $arr[1], what I can already do. In the second line of my $arr[1], i have student information. How I do to pick up only that…
-
0
votes1
answer3215
viewsQ: Share git local repository with other users
Is there any way to share my git repository that’s on my computer with other users? I don’t want to use Github, I just want to share the repository so the other user can see the code and commits.…