Search found 22 matches
- Mon Dec 02, 2013 10:47 pm
- Forum: Beginner Help and Support
- Topic: Sorting PHP/HTML table by time
- Replies: -1
- Views: 2799
Re: Sorting PHP/HTML table by time
You can do that on any page you want. For example, say you have a main page for qualifications (I am assuming that is what qually means lol). The page would have code to check the database for active qualifications running right now. If there are none (probably like if you got no results when looki...
- Mon Dec 02, 2013 10:41 pm
- Forum: Game Design
- Topic: The Life of a Game
- Replies: -1
- Views: 3240
Re: The Life of a Game
although GDD is the best way to start for me personally this just does not work all i do is write down on paper/notepad 1 paragraph to explain what the game is? and then as many bullet points of ideas/requirements for the game and what script will be needed e.g C++,Jquery,JavaScript,PHP ect. at this...
- Mon Dec 02, 2013 8:47 pm
- Forum: General Development
- Topic: F1/indi 500 Online Racing Game
- Replies: -1
- Views: 1193
Re: F1/indi 500 Online Racing Game
ok guys been a while since i have provided a update for the racing game i am pleased to announce that i have sorted most of the code is complete, <partial tested> the next steps are: 1) in the next few weeks/months i will be fine tuning/debugging/and all around cleaning up code and pages 2) making t...
- Mon Dec 02, 2013 8:31 pm
- Forum: Beginner Help and Support
- Topic: Sorting PHP/HTML table by time
- Replies: -1
- Views: 2799
Re: Sorting PHP/HTML table by time
thanks for that all done now i have to go back and change some of my MYSQL tables i just merged some of them together to reduce variables and what you stated of the abnormalities. Another thing that i wanted to know is there any way that i can implement time into my site more specifically what i am ...
- Sun Dec 01, 2013 8:06 pm
- Forum: Beginner Help and Support
- Topic: Sorting PHP/HTML table by time
- Replies: -1
- Views: 2799
Re: Sorting PHP/HTML table by time
all done thank you so much for your help
- Sun Dec 01, 2013 8:03 pm
- Forum: Beginner Help and Support
- Topic: Sorting PHP/HTML table by time
- Replies: -1
- Views: 2799
Re: Sorting PHP/HTML table by time
thank you for your help i have managed to get that ORDER function but the variables are in different tables so what i have done is once Testing is complete to get the best lap i have added the best lap into another table along with the players ID and level/group now that is all working but the table...
- Sun Dec 01, 2013 7:22 pm
- Forum: Beginner Help and Support
- Topic: Sorting PHP/HTML table by time
- Replies: -1
- Views: 2799
Re: Sorting PHP/HTML table by time
You know a SQL query can do that for you, and put the results in order by any column you like? See the ORDER BY clause here . That way they will come out of the results array in order, so putting them in order in the table will simply be a matter of iterating through the results array and formattin...
- Sun Dec 01, 2013 6:34 pm
- Forum: Beginner Help and Support
- Topic: Sorting PHP/HTML table by time
- Replies: -1
- Views: 2799
Sorting PHP/HTML table by time
hey guys i was just wondering if you could help i a trying to create a table in which will be pulled from the DB for all players in the same group/rank and then the best times will be show in a list/table here is my code so far: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" &quo...
- Mon Nov 18, 2013 11:34 pm
- Forum: Beginner Help and Support
- Topic: little help please
- Replies: -1
- Views: 1598
Re: little help please
thanks for that guys all sorted now
- Sun Nov 17, 2013 3:09 pm
- Forum: Beginner Help and Support
- Topic: little help please
- Replies: -1
- Views: 1598
Re: little help please
could someone help me with this please

from the pic above i want to get the text "Testing" to move parallel with the first box
is there something i do with the code or in css
Cheers

from the pic above i want to get the text "Testing" to move parallel with the first box
is there something i do with the code or in css
Cheers