+ 3
Can I loop data from database using foreach or for loop in php ?
I have try it using foreach or for loop but it doesn't work. it will show only the first data in database I'm using mysqli_fetch_array() , but if I'm using while loop it work perfectly
2 Answers
+ 22
well using python is easier than php because it's better and more secured custom connection
+ 4
@warlord, thank man
I will try it