Witam Serdecznie
Bardzo bym prosil o pomoc zrobienia statystyki uzytkownikow. Potrzebowal bym skryptu ktory laczyl by sie z baza danych i pobieral informacje.
SELECT TOP 10000 [UserId]
,[UserLanguageId]
,[UserAddressId]
,[UserAcessType]
,[UserName]
,[UserSex]
,[UserFirstName]
,[UserLastName]
,[UserPhone]
,[UserEmail]
,[UserEmailAdditional]
,[UserPassword]
,[UserPassword2]
,[UserSecretQuestion]
,[UserSecretAnswer]
,[UserInvalidPasswordAttempt]
,[UserBirthDate]
,[UserRegisterDate]
,[UserActivationWord]
,[UserAcceptMailing]
,[UserLogo]
,[UserTimeZone]
,[UserStatus]
,[UserLastTimeOnline]
,[UserLastTimeLogin]
,[UserLastTimeCounter]
,[UserType]
,[UserReferralID]
,[UserBlogId]
,[UserDescription]
,[UserTypeExpiredDate]
,[UserRegisterSource]
,[UserRgisterOther]
,[UserBonusDay]
,[UserBonus]
FROM [database].[dbo].[KoUser]
Zeby te informacje byly widoczne pod www php.
Pozdrawiam