Intrebare tipuri de metode mysqli fetch
Scris: Mar Aug 23, 2016
Salutare,
Am intalnit foarte mult genul acesta de cod:
- mysqli_fetch_row()
- mysqli_fetch_object()
- mysqli_fetch_assoc()
- mysqli_fetch_array()
introdus intr-un while
Care sunt diferentele intre ele?
Multumesc!
Am intalnit foarte mult genul acesta de cod:
- mysqli_fetch_row()
- mysqli_fetch_object()
- mysqli_fetch_assoc()
- mysqli_fetch_array()
introdus intr-un while
Cod: Selectaţi tot
while($row = $result->fetch_assoc()){ }
Multumesc!