Posts by Filipizaum • 11 points
2 posts
-
1
votes3
answers380
viewsA: Loop to determine the smallest entered value
Probably, the conditional structure matching 1 serves to identify in which iteration the repetition loop is found. In this case, it is necessary to create a counter (which I will call cont) and…
-
0
votes1
answer46
viewsA: Link in computer table that submits a field to a plug
To create a link in a structure like this, just put the tag <a> and insert a dynamic href whose value reflects the record you are displaying: echo '<table>'; echo '<tr>'; echo…