Well, it would really help if you built your HTML first. Because if your 20 input id's are input1, input2, input3, etc then you would need to change the variable in my code from 'field1' to...
Well, that was all just sample code that I gave you to get started. You'll have to change the variable names and fit it into your current code. Do you have the html with the 20 inputs already...
Here is something interesting. I added a console out after "var stringToPrepend = dateTime..." and I saw that line got outputted before the line in the post function. Is it possible the code after...
Awesome Mr. Baggins, that works wonderful! Sorry to be nitpicky here, but is there any way I could add a 10px margin above the whole wrap? I tried just doing it as is and it breaks it pretty good. ...
So is it too much work to add that footer in manually to the sheets you want? How many sheets will there be? You could use some PHP looping to dynamically add in the footer to the pages you wanted....
Well, it all depends on what you want the background color to be. If you want it to be #00FF00 then use:
background: #00FF00 url(../images/homepage/somebackgr1.gif) repeat-x top;
What do you mean by the even and odd files? Are they called file1.html, file2.html, file3.html, etc? It would help to see more of your code. To declare an id, you don't need to clarify its type. ...
I've been fighting with this for a while now. I'm getting close, but there a just a few quirks I cannot get figured out. I have a centered set-width div with a header, left side nav, and right side...
Well, first of all I don't think you can keep track of who is better than who in the database. But you can keep track of the time that they finish the race in. Then you just need to use those times...
Awesome, thanks guys. This is starting to make a lot more sense now. One more question. I need to create an almost identical array on the first page with the form and send that over in the...