FsPassengers Forums
User statistic - Printable Version

+- FsPassengers Forums (http://www.fspassengers.com/forum)
+-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3)
+--- Forum: FsPassengers General (http://www.fspassengers.com/forum/forumdisplay.php?fid=4)
+--- Thread: User statistic (/showthread.php?tid=4004)



User statistic - seelenkrieger - 31-01-2011

Hy guys

First of all sorry for my bad english.

I'm very new at php scripting. i have the FsPlist from "EnhancedFsPListFlight" and i ask me if it is possible, to make a user statistic
like the Airline statistic.
So when i clickt at a User in FSPlist that it open a new window and it shows me the stat of this User.

this is the side i mean
http://austriagroup.au.funpic.de/FsPlistflight.php

Hope you understand what i wont and you could help me with this.

thanks
Patrick


Re: User statistic - FrenchieThePropPilot - 31-01-2011

Hey dude dont you worry about your english it is okay everybody is welcomed here dont worry. so back to your topic. just answer back by
writing down the number of what you are trying to accomplish.

1) Answer 1 if this if what you are trying to say to us: Make your very own airline with your own pilots and upload it here.
2) answer this if this is what you are trying to say to us: Upload your flight on the virtual airlines page you showed us.

Sorry it is now much but if it is not any of what you are trying to do just keep writing.

Also one question what language to you speak i might help you i speak french and you Smile




Re: User statistic - whiskey-zulu - 31-01-2011

I cannot see why it would not be possible to create a user statistics page like the aircraft statistics page for a virtual airline page online, but as
I do not deal with PHP scripting, I cannot say for sure.

The best thing for you to do is to check out more established VA's sites, such as those for the large international carriers, e.g. United, American,
WestWind.




Re: User statistic - seelenkrieger - 03-02-2011

@FrenchieThePropPilot
I'm from austria so i speak german

@whiskey-zulu
I know that it is possible. its something like Select * From flights Where Username=MaxMustermann
or something like that but if i do it like that it didn't work and don't know why


Re: User statistic - drgullen - 04-02-2011

seelenkrieger,

Did you type it exactly like that? Try it with single quotes around the username and a semi-colon after the statement, like this...

Select * From flights Where Username='MaxMustermann';