No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Just have a look at JpGraph: [url]http://www.aditus.nu/jpgraph/[/url]
Though you say you never ride more than one hour, you should handle the case anyway. First fill the minutes with your ride's duration, possibly overriding 60. Then split this value into hour(s) and remaining minutes. Then concatenate with seconds, and insert the result into database. [code=php] $ride_minutes_total = <some …
What is "wrong" with your code is that you do not take benefit of MySQL capabilities to check whether user exists and passwords match. Instead, you code in PHP a loop to scan the whole 'login' table. As you pointed out yourself, you need a way to stop scanning as …
The End.
seagram