Krok po koroku, pełna dokumentacja w języku polskim. Skrypty napisane w PHP są z reguły umieszczane w dokumentach tekstowych (często razem z HTML lub XHTML). Dzięki temu PHP jest podobny w założeniach do dużo starszego mechanizmu Server Side Includes[4]. PHP pozwala także na wykonywanie skryptów z linii poleceń podobnie jak Perl i Python. Jego modułowa budowa udostępnia również możliwość programowania aplikacji z interfejsem graficznym. PHP umożliwia współpracę z wieloma rodzajami źródeł danych, jak na przykład serwery relacyjnych baz danych, pliki tekstowe czy dokumenty XML.
mssql_fetch_row() fetches one row of data from the result associated with the specified result identifier. The row is returned as an array. Each result column is stored in an array offset, starting at offset 0.
Subsequent call to mssql_fetch_row() would return the next row in the result set, or FALSE if there are no more rows.
resultThe result resource that is being evaluated. This result comes from a call to mssql_query().
Returns an array that corresponds to the fetched row, or FALSE if there are no more rows.
| mssql_fetch_array() |
| mssql_fetch_object() |
| mssql_data_seek() |
| mssql_fetch_lengths() |
| mssql_result() |
| Poprzedni | Spis treści | Następny |
| mssql_fetch_object | Początek rozdziału | mssql_field_length |
php
kontakt:praca.pozycjonowanie@gmail.com