Posts by Pablo Lopes • 26 points
2 posts
- 
		1 votes3 answers65 viewsA: How to get the next item from the databaseAt that point <?for($i=1; $i<4; $i++){ ?> <li> <input type="radio" id="slide<? echo $cont; ?>" name="slide" checked> you are generating a LI 4 times according to your FOR.… 
- 
		0 votes3 answers65 viewsA: How to get the next item from the databaseWhen you do $linkComplete = $linkInitial . $linkFinal; inside the while, it mounts this variable and you display it three times. If you display only one line " alt=""/> you will display once the…